Shades of Quartz #D8D9EE
Tints of Quartz #D8D9EE
RGB
CMYK
RGB Variations
Color information
#D8D9EE (or 0xD8D9EE) is known color: Quartz. HEX triplet: D8, D9 and EE. RGB value is (216,217,238). Sum of RGB (Red+Green+Blue) = 216+217+238=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9EE is #272611. Grayscale: #DBDBDB. Windows color (decimal): -2565650 or 15653336. OLE color: 15653336.
HSL color Cylindrical-coordinate representation of color #D8D9EE: hue angle of 237.27º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8D9EE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 217 | 238 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.07 |
| HSL | 237.27º | 0.39% | 0.89% | - |
| HSV(B) | 237.27º | 0.09% | 0.93% | - |
| XYZ | 68.56 | 70.4 | 90.86 | - |
| YUV | 219.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 238 | 0.09 | 0.09 | 0 | 0.07 | 237.27 | 0.39 | 0.89 |
| Hex | D8 | D9 | EE | 9 | 9 | 0 | 7 | ED | 27 | 59 |
| Octal | 330 | 331 | 356 | 11 | 11 | 0 | 7 | 355 | 47 | 131 |
| Binary | 11011000 | 11011001 | 11101110 | 1001 | 1001 | 0 | 111 | 11101101 | 100111 | 1011001 |
Color Harmonies of #D8D9EE
Complementary color
Monochromatic Colors of #D8D9EE
Black with #D8D9EE
Text Example
Text Example
White with #D8D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9EE; }
p { color: rgb(216,217,238); }
H1.HeaderClassName
{
color: #D8D9EE;
}
.AnyTagClassName
{
color: #D8D9EE;
}
</style>
background-color css
<style>
a { background-color: #D8D9EE; }
a { background-color: rgb(216,217,238); }
div.DivClassName
{
background-color: #D8D9EE;
}
.BgClassName
{
background-color: #D8D9EE;
}
</style>
border-color css
<style>
span { border-color: #D8D9EE; }
span { border-color: rgb(216,217,238); }
td.TdClassName
{
border-color: #D8D9EE;
}
.TagClassName
{
border-color: #D8D9EE;
}
</style>