Shades of Quartz #D9D9DD
Tints of Quartz #D9D9DD
RGB
CMYK
RGB Variations
Color information
#D9D9DD (or 0xD9D9DD) is known color: Quartz. HEX triplet: D9, D9 and DD. RGB value is (217,217,221). Sum of RGB (Red+Green+Blue) = 217+217+221=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9DD is #262622. Grayscale: #D9D9D9. Windows color (decimal): -2500131 or 14539225. OLE color: 14539225.
HSL color Cylindrical-coordinate representation of color #D9D9DD: hue angle of 240º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9D9DD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 217 | 221 | - |
CMYK | 0.02 | 0.02 | 0 | 0.13 |
HSL | 240º | 0.06% | 0.86% | - |
HSV(B) | 240º | 0.02% | 0.87% | - |
XYZ | 66.48 | 69.6 | 78.34 | - |
YUV | 217.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 217 | 221 | 0.02 | 0.02 | 0 | 0.13 | 240 | 0.06 | 0.86 |
Hex | D9 | D9 | DD | 2 | 2 | 0 | D | F0 | 6 | 56 |
Octal | 331 | 331 | 335 | 2 | 2 | 0 | 15 | 360 | 6 | 126 |
Binary | 11011001 | 11011001 | 11011101 | 10 | 10 | 0 | 1101 | 11110000 | 110 | 1010110 |
Color Harmonies of #D9D9DD
Complementary color
Monochromatic Colors of #D9D9DD
Black with #D9D9DD
Text Example
Text Example
White with #D9D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9DD; }
p { color: rgb(217,217,221); }
H1.HeaderClassName
{
color: #D9D9DD;
}
.AnyTagClassName
{
color: #D9D9DD;
}
</style>
background-color css
<style>
a { background-color: #D9D9DD; }
a { background-color: rgb(217,217,221); }
div.DivClassName
{
background-color: #D9D9DD;
}
.BgClassName
{
background-color: #D9D9DD;
}
</style>
border-color css
<style>
span { border-color: #D9D9DD; }
span { border-color: rgb(217,217,221); }
td.TdClassName
{
border-color: #D9D9DD;
}
.TagClassName
{
border-color: #D9D9DD;
}
</style>