Shades of Quartz #D8DAEE
Tints of Quartz #D8DAEE
RGB
CMYK
RGB Variations
Color information
#D8DAEE (or 0xD8DAEE) is known color: Quartz. HEX triplet: D8, DA and EE. RGB value is (216,218,238). Sum of RGB (Red+Green+Blue) = 216+218+238=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAEE is #272511. Grayscale: #DBDBDB. Windows color (decimal): -2565394 or 15653592. OLE color: 15653592.
HSL color Cylindrical-coordinate representation of color #D8DAEE: hue angle of 234.55º 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 #D8DAEE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 218 | 238 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.07 |
| HSL | 234.55º | 0.39% | 0.89% | - |
| HSV(B) | 234.55º | 0.09% | 0.93% | - |
| XYZ | 68.82 | 70.91 | 90.95 | - |
| YUV | 219.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 238 | 0.09 | 0.08 | 0 | 0.07 | 234.55 | 0.39 | 0.89 |
| Hex | D8 | DA | EE | 9 | 8 | 0 | 7 | EB | 27 | 59 |
| Octal | 330 | 332 | 356 | 11 | 10 | 0 | 7 | 353 | 47 | 131 |
| Binary | 11011000 | 11011010 | 11101110 | 1001 | 1000 | 0 | 111 | 11101011 | 100111 | 1011001 |
Color Harmonies of #D8DAEE
Complementary color
Monochromatic Colors of #D8DAEE
Black with #D8DAEE
Text Example
Text Example
White with #D8DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAEE; }
p { color: rgb(216,218,238); }
H1.HeaderClassName
{
color: #D8DAEE;
}
.AnyTagClassName
{
color: #D8DAEE;
}
</style>
background-color css
<style>
a { background-color: #D8DAEE; }
a { background-color: rgb(216,218,238); }
div.DivClassName
{
background-color: #D8DAEE;
}
.BgClassName
{
background-color: #D8DAEE;
}
</style>
border-color css
<style>
span { border-color: #D8DAEE; }
span { border-color: rgb(216,218,238); }
td.TdClassName
{
border-color: #D8DAEE;
}
.TagClassName
{
border-color: #D8DAEE;
}
</style>