Shades of Quartz #D8D9EF
Tints of Quartz #D8D9EF
RGB
CMYK
RGB Variations
Color information
#D8D9EF (or 0xD8D9EF) is known color: Quartz. HEX triplet: D8, D9 and EF. RGB value is (216,217,239). Sum of RGB (Red+Green+Blue) = 216+217+239=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9EF is #272610. Grayscale: #DBDBDB. Windows color (decimal): -2565649 or 15718872. OLE color: 15718872.
HSL color Cylindrical-coordinate representation of color #D8D9EF: hue angle of 237.39º 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 #D8D9EF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 217 | 239 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.06 |
| HSL | 237.39º | 0.42% | 0.89% | - |
| HSV(B) | 237.39º | 0.1% | 0.94% | - |
| XYZ | 68.71 | 70.46 | 91.64 | - |
| YUV | 219.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 239 | 0.10 | 0.09 | 0 | 0.06 | 237.39 | 0.42 | 0.89 |
| Hex | D8 | D9 | EF | A | 9 | 0 | 6 | ED | 2A | 59 |
| Octal | 330 | 331 | 357 | 12 | 11 | 0 | 6 | 355 | 52 | 131 |
| Binary | 11011000 | 11011001 | 11101111 | 1010 | 1001 | 0 | 110 | 11101101 | 101010 | 1011001 |
Color Harmonies of #D8D9EF
Complementary color
Monochromatic Colors of #D8D9EF
Black with #D8D9EF
Text Example
Text Example
White with #D8D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9EF; }
p { color: rgb(216,217,239); }
H1.HeaderClassName
{
color: #D8D9EF;
}
.AnyTagClassName
{
color: #D8D9EF;
}
</style>
background-color css
<style>
a { background-color: #D8D9EF; }
a { background-color: rgb(216,217,239); }
div.DivClassName
{
background-color: #D8D9EF;
}
.BgClassName
{
background-color: #D8D9EF;
}
</style>
border-color css
<style>
span { border-color: #D8D9EF; }
span { border-color: rgb(216,217,239); }
td.TdClassName
{
border-color: #D8D9EF;
}
.TagClassName
{
border-color: #D8D9EF;
}
</style>