Shades of Quartz #D9D7E9
Tints of Quartz #D9D7E9
RGB
CMYK
RGB Variations
Color information
#D9D7E9 (or 0xD9D7E9) is known color: Quartz. HEX triplet: D9, D7 and E9. RGB value is (217,215,233). Sum of RGB (Red+Green+Blue) = 217+215+233=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9D7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D7E9 is #262816. Grayscale: #D9D9D9. Windows color (decimal): -2500631 or 15325145. OLE color: 15325145.
HSL color Cylindrical-coordinate representation of color #D9D7E9: hue angle of 246.67º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9D7E9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 215 | 233 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.09 |
| HSL | 246.67º | 0.29% | 0.88% | - |
| HSV(B) | 246.67º | 0.08% | 0.91% | - |
| XYZ | 67.62 | 69.24 | 86.89 | - |
| YUV | 217.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 233 | 0.07 | 0.08 | 0 | 0.09 | 246.67 | 0.29 | 0.88 |
| Hex | D9 | D7 | E9 | 7 | 8 | 0 | 9 | F7 | 1D | 58 |
| Octal | 331 | 327 | 351 | 7 | 10 | 0 | 11 | 367 | 35 | 130 |
| Binary | 11011001 | 11010111 | 11101001 | 111 | 1000 | 0 | 1001 | 11110111 | 11101 | 1011000 |
Color Harmonies of #D9D7E9
Complementary color
Monochromatic Colors of #D9D7E9
Black with #D9D7E9
Text Example
Text Example
White with #D9D7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7E9; }
p { color: rgb(217,215,233); }
H1.HeaderClassName
{
color: #D9D7E9;
}
.AnyTagClassName
{
color: #D9D7E9;
}
</style>
background-color css
<style>
a { background-color: #D9D7E9; }
a { background-color: rgb(217,215,233); }
div.DivClassName
{
background-color: #D9D7E9;
}
.BgClassName
{
background-color: #D9D7E9;
}
</style>
border-color css
<style>
span { border-color: #D9D7E9; }
span { border-color: rgb(217,215,233); }
td.TdClassName
{
border-color: #D9D7E9;
}
.TagClassName
{
border-color: #D9D7E9;
}
</style>