Shades of Quartz #D9D9DC
Tints of Quartz #D9D9DC
RGB
CMYK
RGB Variations
Color information
#D9D9DC (or 0xD9D9DC) is known color: Quartz. HEX triplet: D9, D9 and DC. RGB value is (217,217,220). Sum of RGB (Red+Green+Blue) = 217+217+220=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9DC is #262623. Grayscale: #D9D9D9. Windows color (decimal): -2500132 or 14473689. OLE color: 14473689.
HSL color Cylindrical-coordinate representation of color #D9D9DC: hue angle of 240º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D9D9DC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 217 | 220 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.14 |
| HSL | 240º | 0.04% | 0.86% | - |
| HSV(B) | 240º | 0.01% | 0.86% | - |
| XYZ | 66.35 | 69.54 | 77.64 | - |
| YUV | 217.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 217 | 220 | 0.01 | 0.01 | 0 | 0.14 | 240 | 0.04 | 0.86 |
| Hex | D9 | D9 | DC | 1 | 1 | 0 | E | F0 | 4 | 56 |
| Octal | 331 | 331 | 334 | 1 | 1 | 0 | 16 | 360 | 4 | 126 |
| Binary | 11011001 | 11011001 | 11011100 | 1 | 1 | 0 | 1110 | 11110000 | 100 | 1010110 |
Color Harmonies of #D9D9DC
Complementary color
Monochromatic Colors of #D9D9DC
Black with #D9D9DC
Text Example
Text Example
White with #D9D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9DC; }
p { color: rgb(217,217,220); }
H1.HeaderClassName
{
color: #D9D9DC;
}
.AnyTagClassName
{
color: #D9D9DC;
}
</style>
background-color css
<style>
a { background-color: #D9D9DC; }
a { background-color: rgb(217,217,220); }
div.DivClassName
{
background-color: #D9D9DC;
}
.BgClassName
{
background-color: #D9D9DC;
}
</style>
border-color css
<style>
span { border-color: #D9D9DC; }
span { border-color: rgb(217,217,220); }
td.TdClassName
{
border-color: #D9D9DC;
}
.TagClassName
{
border-color: #D9D9DC;
}
</style>