Shades of Quartz #D9D6EA
Tints of Quartz #D9D6EA
RGB
CMYK
RGB Variations
Color information
#D9D6EA (or 0xD9D6EA) is known color: Quartz. HEX triplet: D9, D6 and EA. RGB value is (217,214,234). Sum of RGB (Red+Green+Blue) = 217+214+234=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9D6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D6EA is #262915. Grayscale: #D9D9D9. Windows color (decimal): -2500886 or 15390425. OLE color: 15390425.
HSL color Cylindrical-coordinate representation of color #D9D6EA: hue angle of 249º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9D6EA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 214 | 234 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.08 |
| HSL | 249º | 0.32% | 0.88% | - |
| HSV(B) | 249º | 0.09% | 0.92% | - |
| XYZ | 67.51 | 68.79 | 87.56 | - |
| YUV | 217.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 234 | 0.07 | 0.09 | 0 | 0.08 | 249 | 0.32 | 0.88 |
| Hex | D9 | D6 | EA | 7 | 9 | 0 | 8 | F9 | 20 | 58 |
| Octal | 331 | 326 | 352 | 7 | 11 | 0 | 10 | 371 | 40 | 130 |
| Binary | 11011001 | 11010110 | 11101010 | 111 | 1001 | 0 | 1000 | 11111001 | 100000 | 1011000 |
Color Harmonies of #D9D6EA
Complementary color
Monochromatic Colors of #D9D6EA
Black with #D9D6EA
Text Example
Text Example
White with #D9D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D6EA; }
p { color: rgb(217,214,234); }
H1.HeaderClassName
{
color: #D9D6EA;
}
.AnyTagClassName
{
color: #D9D6EA;
}
</style>
background-color css
<style>
a { background-color: #D9D6EA; }
a { background-color: rgb(217,214,234); }
div.DivClassName
{
background-color: #D9D6EA;
}
.BgClassName
{
background-color: #D9D6EA;
}
</style>
border-color css
<style>
span { border-color: #D9D6EA; }
span { border-color: rgb(217,214,234); }
td.TdClassName
{
border-color: #D9D6EA;
}
.TagClassName
{
border-color: #D9D6EA;
}
</style>