Shades of Quartz #D8D9EA
Tints of Quartz #D8D9EA
RGB
CMYK
RGB Variations
Color information
#D8D9EA (or 0xD8D9EA) is known color: Quartz. HEX triplet: D8, D9 and EA. RGB value is (216,217,234). Sum of RGB (Red+Green+Blue) = 216+217+234=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9EA is #272615. Grayscale: #DADADA. Windows color (decimal): -2565654 or 15391192. OLE color: 15391192.
HSL color Cylindrical-coordinate representation of color #D8D9EA: hue angle of 236.67º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8D9EA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 217 | 234 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.08 |
| HSL | 236.67º | 0.3% | 0.88% | - |
| HSV(B) | 236.67º | 0.08% | 0.92% | - |
| XYZ | 67.98 | 70.17 | 87.8 | - |
| YUV | 218.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 234 | 0.08 | 0.07 | 0 | 0.08 | 236.67 | 0.3 | 0.88 |
| Hex | D8 | D9 | EA | 8 | 7 | 0 | 8 | ED | 1E | 58 |
| Octal | 330 | 331 | 352 | 10 | 7 | 0 | 10 | 355 | 36 | 130 |
| Binary | 11011000 | 11011001 | 11101010 | 1000 | 111 | 0 | 1000 | 11101101 | 11110 | 1011000 |
Color Harmonies of #D8D9EA
Complementary color
Monochromatic Colors of #D8D9EA
Black with #D8D9EA
Text Example
Text Example
White with #D8D9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9EA; }
p { color: rgb(216,217,234); }
H1.HeaderClassName
{
color: #D8D9EA;
}
.AnyTagClassName
{
color: #D8D9EA;
}
</style>
background-color css
<style>
a { background-color: #D8D9EA; }
a { background-color: rgb(216,217,234); }
div.DivClassName
{
background-color: #D8D9EA;
}
.BgClassName
{
background-color: #D8D9EA;
}
</style>
border-color css
<style>
span { border-color: #D8D9EA; }
span { border-color: rgb(216,217,234); }
td.TdClassName
{
border-color: #D8D9EA;
}
.TagClassName
{
border-color: #D8D9EA;
}
</style>