Shades of Quartz #D9DBEA
Tints of Quartz #D9DBEA
RGB
CMYK
RGB Variations
Color information
#D9DBEA (or 0xD9DBEA) is known color: Quartz. HEX triplet: D9, DB and EA. RGB value is (217,219,234). Sum of RGB (Red+Green+Blue) = 217+219+234=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEA is #262415. Grayscale: #DCDCDC. Windows color (decimal): -2499606 or 15391705. OLE color: 15391705.
HSL color Cylindrical-coordinate representation of color #D9DBEA: hue angle of 232.94º 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 #D9DBEA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 219 | 234 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.08 |
| HSL | 232.94º | 0.29% | 0.88% | - |
| HSV(B) | 232.94º | 0.07% | 0.92% | - |
| XYZ | 68.8 | 71.36 | 87.99 | - |
| YUV | 220.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 234 | 0.07 | 0.06 | 0 | 0.08 | 232.94 | 0.29 | 0.88 |
| Hex | D9 | DB | EA | 7 | 6 | 0 | 8 | E9 | 1D | 58 |
| Octal | 331 | 333 | 352 | 7 | 6 | 0 | 10 | 351 | 35 | 130 |
| Binary | 11011001 | 11011011 | 11101010 | 111 | 110 | 0 | 1000 | 11101001 | 11101 | 1011000 |
Color Harmonies of #D9DBEA
Complementary color
Monochromatic Colors of #D9DBEA
Black with #D9DBEA
Text Example
Text Example
White with #D9DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBEA; }
p { color: rgb(217,219,234); }
H1.HeaderClassName
{
color: #D9DBEA;
}
.AnyTagClassName
{
color: #D9DBEA;
}
</style>
background-color css
<style>
a { background-color: #D9DBEA; }
a { background-color: rgb(217,219,234); }
div.DivClassName
{
background-color: #D9DBEA;
}
.BgClassName
{
background-color: #D9DBEA;
}
</style>
border-color css
<style>
span { border-color: #D9DBEA; }
span { border-color: rgb(217,219,234); }
td.TdClassName
{
border-color: #D9DBEA;
}
.TagClassName
{
border-color: #D9DBEA;
}
</style>