Shades of Quartz #D9DAEA
Tints of Quartz #D9DAEA
RGB
CMYK
RGB Variations
Color information
#D9DAEA (or 0xD9DAEA) is known color: Quartz. HEX triplet: D9, DA and EA. RGB value is (217,218,234). Sum of RGB (Red+Green+Blue) = 217+218+234=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAEA is #262515. Grayscale: #DBDBDB. Windows color (decimal): -2499862 or 15391449. OLE color: 15391449.
HSL color Cylindrical-coordinate representation of color #D9DAEA: hue angle of 236.47º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DAEA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 218 | 234 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.08 |
| HSL | 236.47º | 0.29% | 0.88% | - |
| HSV(B) | 236.47º | 0.07% | 0.92% | - |
| XYZ | 68.54 | 70.84 | 87.9 | - |
| YUV | 219.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 234 | 0.07 | 0.07 | 0 | 0.08 | 236.47 | 0.29 | 0.88 |
| Hex | D9 | DA | EA | 7 | 7 | 0 | 8 | EC | 1D | 58 |
| Octal | 331 | 332 | 352 | 7 | 7 | 0 | 10 | 354 | 35 | 130 |
| Binary | 11011001 | 11011010 | 11101010 | 111 | 111 | 0 | 1000 | 11101100 | 11101 | 1011000 |
Color Harmonies of #D9DAEA
Complementary color
Monochromatic Colors of #D9DAEA
Black with #D9DAEA
Text Example
Text Example
White with #D9DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAEA; }
p { color: rgb(217,218,234); }
H1.HeaderClassName
{
color: #D9DAEA;
}
.AnyTagClassName
{
color: #D9DAEA;
}
</style>
background-color css
<style>
a { background-color: #D9DAEA; }
a { background-color: rgb(217,218,234); }
div.DivClassName
{
background-color: #D9DAEA;
}
.BgClassName
{
background-color: #D9DAEA;
}
</style>
border-color css
<style>
span { border-color: #D9DAEA; }
span { border-color: rgb(217,218,234); }
td.TdClassName
{
border-color: #D9DAEA;
}
.TagClassName
{
border-color: #D9DAEA;
}
</style>