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