Shades of Quartz #D8D6E0
Tints of Quartz #D8D6E0
RGB
CMYK
RGB Variations
Color information
#D8D6E0 (or 0xD8D6E0) is known color: Quartz. HEX triplet: D8, D6 and E0. RGB value is (216,214,224). Sum of RGB (Red+Green+Blue) = 216+214+224=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8D6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6E0 is #27291F. Grayscale: #D7D7D7. Windows color (decimal): -2566432 or 14735064. OLE color: 14735064.
HSL color Cylindrical-coordinate representation of color #D8D6E0: hue angle of 252º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D6E0 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 214 | 224 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.12 |
| HSL | 252º | 0.14% | 0.86% | - |
| HSV(B) | 252º | 0.04% | 0.88% | - |
| XYZ | 65.82 | 68.07 | 80.19 | - |
| YUV | 215.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 224 | 0.04 | 0.04 | 0 | 0.12 | 252 | 0.14 | 0.86 |
| Hex | D8 | D6 | E0 | 4 | 4 | 0 | C | FC | E | 56 |
| Octal | 330 | 326 | 340 | 4 | 4 | 0 | 14 | 374 | 16 | 126 |
| Binary | 11011000 | 11010110 | 11100000 | 100 | 100 | 0 | 1100 | 11111100 | 1110 | 1010110 |
Color Harmonies of #D8D6E0
Complementary color
Monochromatic Colors of #D8D6E0
Black with #D8D6E0
Text Example
Text Example
White with #D8D6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6E0; }
p { color: rgb(216,214,224); }
H1.HeaderClassName
{
color: #D8D6E0;
}
.AnyTagClassName
{
color: #D8D6E0;
}
</style>
background-color css
<style>
a { background-color: #D8D6E0; }
a { background-color: rgb(216,214,224); }
div.DivClassName
{
background-color: #D8D6E0;
}
.BgClassName
{
background-color: #D8D6E0;
}
</style>
border-color css
<style>
span { border-color: #D8D6E0; }
span { border-color: rgb(216,214,224); }
td.TdClassName
{
border-color: #D8D6E0;
}
.TagClassName
{
border-color: #D8D6E0;
}
</style>