Shades of Quartz #D9D7E4
Tints of Quartz #D9D7E4
RGB
CMYK
RGB Variations
Color information
#D9D7E4 (or 0xD9D7E4) is known color: Quartz. HEX triplet: D9, D7 and E4. RGB value is (217,215,228). Sum of RGB (Red+Green+Blue) = 217+215+228=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9D7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7E4 is #26281B. Grayscale: #D9D9D9. Windows color (decimal): -2500636 or 14997465. OLE color: 14997465.
HSL color Cylindrical-coordinate representation of color #D9D7E4: hue angle of 249.23º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9D7E4 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 215 | 228 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.11 |
| HSL | 249.23º | 0.19% | 0.87% | - |
| HSV(B) | 249.23º | 0.06% | 0.89% | - |
| XYZ | 66.92 | 68.95 | 83.18 | - |
| YUV | 217.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 228 | 0.05 | 0.06 | 0 | 0.11 | 249.23 | 0.19 | 0.87 |
| Hex | D9 | D7 | E4 | 5 | 6 | 0 | B | F9 | 13 | 57 |
| Octal | 331 | 327 | 344 | 5 | 6 | 0 | 13 | 371 | 23 | 127 |
| Binary | 11011001 | 11010111 | 11100100 | 101 | 110 | 0 | 1011 | 11111001 | 10011 | 1010111 |
Color Harmonies of #D9D7E4
Complementary color
Monochromatic Colors of #D9D7E4
Black with #D9D7E4
Text Example
Text Example
White with #D9D7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7E4; }
p { color: rgb(217,215,228); }
H1.HeaderClassName
{
color: #D9D7E4;
}
.AnyTagClassName
{
color: #D9D7E4;
}
</style>
background-color css
<style>
a { background-color: #D9D7E4; }
a { background-color: rgb(217,215,228); }
div.DivClassName
{
background-color: #D9D7E4;
}
.BgClassName
{
background-color: #D9D7E4;
}
</style>
border-color css
<style>
span { border-color: #D9D7E4; }
span { border-color: rgb(217,215,228); }
td.TdClassName
{
border-color: #D9D7E4;
}
.TagClassName
{
border-color: #D9D7E4;
}
</style>