#d3d3f5 color RGB value is (211,211,245)
#d3d3f5 color CMYK value
#d3d3f5 color HSL value
HSV(or HSB) | 240° | 13.9 | 96.1 |
XYZ | 66.64 | 67.03 | 95.812 |
Yxy | 0.29 | 0.292 | 67.03 |
LAB | 85.519 | 6.607 | -16.621 |
LUV | 85.519 | -1.97 | -27.35 |
Hunter-LAB | 81.872 | 2.015 | -12.075 |
CIE-LCH | 85.519 | 17.886 | 291.679 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | D3 | D3 | F5 |
Decimal | 211 | 211 | 245 |
Octal | 323 | 323 | 365 |
Binary | 11010011 | 11010011 | 11110101 |
Below, you can see some colors close to #d3d3f5. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #d3d3f5.
<span style="color:#d3d3f5">Text here</span>
This paragraph has a background color of #d3d3f5.
<p style="background-color:#d3d3f5;">Content here</p>
This element has a border color of #d3d3f5.
<div style="border:1px #d3d3f5;">Content here</div>
.text {color:#d3d3f5;}
.background {background-color:#d3d3f5;}
.border {border:1px solid #d3d3f5;}
.text-shadow {border:1px solid #d3d3f5;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #020208 is the darkest color, while #f6f6fd is the lightest one.