Shades of Quartz #D3D1E5
Tints of Quartz #D3D1E5
RGB
CMYK
RGB Variations
Color information
#D3D1E5 (or 0xD3D1E5) is known color: Quartz. HEX triplet: D3, D1 and E5. RGB value is (211,209,229). Sum of RGB (Red+Green+Blue) = 211+209+229=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3D1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D1E5 is #2C2E1A. Grayscale: #D3D3D3. Windows color (decimal): -2895387 or 15061459. OLE color: 15061459.
HSL color Cylindrical-coordinate representation of color #D3D1E5: hue angle of 246º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3D1E5 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 211 | 209 | 229 | - |
CMYK | 0.08 | 0.09 | 0 | 0.10 |
HSL | 246º | 0.28% | 0.86% | - |
HSV(B) | 246º | 0.09% | 0.9% | - |
XYZ | 63.81 | 65.11 | 83.33 | - |
YUV | 211.88 | 137.66 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 209 | 229 | 0.08 | 0.09 | 0 | 0.10 | 246 | 0.28 | 0.86 |
Hex | D3 | D1 | E5 | 8 | 9 | 0 | A | F6 | 1C | 56 |
Octal | 323 | 321 | 345 | 10 | 11 | 0 | 12 | 366 | 34 | 126 |
Binary | 11010011 | 11010001 | 11100101 | 1000 | 1001 | 0 | 1010 | 11110110 | 11100 | 1010110 |
Color Harmonies of #D3D1E5
Complementary color
Monochromatic Colors of #D3D1E5
Black with #D3D1E5
Text Example
Text Example
White with #D3D1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1E5; }
p { color: rgb(211,209,229); }
H1.HeaderClassName
{
color: #D3D1E5;
}
.AnyTagClassName
{
color: #D3D1E5;
}
</style>
background-color css
<style>
a { background-color: #D3D1E5; }
a { background-color: rgb(211,209,229); }
div.DivClassName
{
background-color: #D3D1E5;
}
.BgClassName
{
background-color: #D3D1E5;
}
</style>
border-color css
<style>
span { border-color: #D3D1E5; }
span { border-color: rgb(211,209,229); }
td.TdClassName
{
border-color: #D3D1E5;
}
.TagClassName
{
border-color: #D3D1E5;
}
</style>