Shades of Quartz #D8D8DD
Tints of Quartz #D8D8DD
RGB
CMYK
RGB Variations
Color information
#D8D8DD (or 0xD8D8DD) is known color: Quartz. HEX triplet: D8, D8 and DD. RGB value is (216,216,221). Sum of RGB (Red+Green+Blue) = 216+216+221=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DD is #272722. Grayscale: #D8D8D8. Windows color (decimal): -2565923 or 14538968. OLE color: 14538968.
HSL color Cylindrical-coordinate representation of color #D8D8DD: hue angle of 240º degrees, saturation: 0.07, 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 #D8D8DD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 216 | 221 | - |
CMYK | 0.02 | 0.02 | 0 | 0.13 |
HSL | 240º | 0.07% | 0.86% | - |
HSV(B) | 240º | 0.02% | 0.87% | - |
XYZ | 65.93 | 68.93 | 78.24 | - |
YUV | 216.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 216 | 221 | 0.02 | 0.02 | 0 | 0.13 | 240 | 0.07 | 0.86 |
Hex | D8 | D8 | DD | 2 | 2 | 0 | D | F0 | 7 | 56 |
Octal | 330 | 330 | 335 | 2 | 2 | 0 | 15 | 360 | 7 | 126 |
Binary | 11011000 | 11011000 | 11011101 | 10 | 10 | 0 | 1101 | 11110000 | 111 | 1010110 |
Color Harmonies of #D8D8DD
Complementary color
Monochromatic Colors of #D8D8DD
Black with #D8D8DD
Text Example
Text Example
White with #D8D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D8DD; }
p { color: rgb(216,216,221); }
H1.HeaderClassName
{
color: #D8D8DD;
}
.AnyTagClassName
{
color: #D8D8DD;
}
</style>
background-color css
<style>
a { background-color: #D8D8DD; }
a { background-color: rgb(216,216,221); }
div.DivClassName
{
background-color: #D8D8DD;
}
.BgClassName
{
background-color: #D8D8DD;
}
</style>
border-color css
<style>
span { border-color: #D8D8DD; }
span { border-color: rgb(216,216,221); }
td.TdClassName
{
border-color: #D8D8DD;
}
.TagClassName
{
border-color: #D8D8DD;
}
</style>