Shades of Quartz #D8DAEF
Tints of Quartz #D8DAEF
RGB
CMYK
RGB Variations
Color information
#D8DAEF (or 0xD8DAEF) is known color: Quartz. HEX triplet: D8, DA and EF. RGB value is (216,218,239). Sum of RGB (Red+Green+Blue) = 216+218+239=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAEF is #272510. Grayscale: #DBDBDB. Windows color (decimal): -2565393 or 15719128. OLE color: 15719128.
HSL color Cylindrical-coordinate representation of color #D8DAEF: hue angle of 234.78º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DAEF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 218 | 239 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.06 |
| HSL | 234.78º | 0.42% | 0.89% | - |
| HSV(B) | 234.78º | 0.1% | 0.94% | - |
| XYZ | 68.97 | 70.97 | 91.73 | - |
| YUV | 219.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 239 | 0.10 | 0.09 | 0 | 0.06 | 234.78 | 0.42 | 0.89 |
| Hex | D8 | DA | EF | A | 9 | 0 | 6 | EB | 2A | 59 |
| Octal | 330 | 332 | 357 | 12 | 11 | 0 | 6 | 353 | 52 | 131 |
| Binary | 11011000 | 11011010 | 11101111 | 1010 | 1001 | 0 | 110 | 11101011 | 101010 | 1011001 |
Color Harmonies of #D8DAEF
Complementary color
Monochromatic Colors of #D8DAEF
Black with #D8DAEF
Text Example
Text Example
White with #D8DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAEF; }
p { color: rgb(216,218,239); }
H1.HeaderClassName
{
color: #D8DAEF;
}
.AnyTagClassName
{
color: #D8DAEF;
}
</style>
background-color css
<style>
a { background-color: #D8DAEF; }
a { background-color: rgb(216,218,239); }
div.DivClassName
{
background-color: #D8DAEF;
}
.BgClassName
{
background-color: #D8DAEF;
}
</style>
border-color css
<style>
span { border-color: #D8DAEF; }
span { border-color: rgb(216,218,239); }
td.TdClassName
{
border-color: #D8DAEF;
}
.TagClassName
{
border-color: #D8DAEF;
}
</style>