Shades of Quartz #D8DAE9
Tints of Quartz #D8DAE9
RGB
CMYK
RGB Variations
Color information
#D8DAE9 (or 0xD8DAE9) is known color: Quartz. HEX triplet: D8, DA and E9. RGB value is (216,218,233). Sum of RGB (Red+Green+Blue) = 216+218+233=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAE9 is #272516. Grayscale: #DBDBDB. Windows color (decimal): -2565399 or 15325912. OLE color: 15325912.
HSL color Cylindrical-coordinate representation of color #D8DAE9: hue angle of 232.94º degrees, saturation: 0.28, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DAE9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 218 | 233 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.09 |
| HSL | 232.94º | 0.28% | 0.88% | - |
| HSV(B) | 232.94º | 0.07% | 0.91% | - |
| XYZ | 68.1 | 70.62 | 87.13 | - |
| YUV | 219.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 233 | 0.07 | 0.06 | 0 | 0.09 | 232.94 | 0.28 | 0.88 |
| Hex | D8 | DA | E9 | 7 | 6 | 0 | 9 | E9 | 1C | 58 |
| Octal | 330 | 332 | 351 | 7 | 6 | 0 | 11 | 351 | 34 | 130 |
| Binary | 11011000 | 11011010 | 11101001 | 111 | 110 | 0 | 1001 | 11101001 | 11100 | 1011000 |
Color Harmonies of #D8DAE9
Complementary color
Monochromatic Colors of #D8DAE9
Black with #D8DAE9
Text Example
Text Example
White with #D8DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAE9; }
p { color: rgb(216,218,233); }
H1.HeaderClassName
{
color: #D8DAE9;
}
.AnyTagClassName
{
color: #D8DAE9;
}
</style>
background-color css
<style>
a { background-color: #D8DAE9; }
a { background-color: rgb(216,218,233); }
div.DivClassName
{
background-color: #D8DAE9;
}
.BgClassName
{
background-color: #D8DAE9;
}
</style>
border-color css
<style>
span { border-color: #D8DAE9; }
span { border-color: rgb(216,218,233); }
td.TdClassName
{
border-color: #D8DAE9;
}
.TagClassName
{
border-color: #D8DAE9;
}
</style>