Shades of Quartz #D9DBE8
Tints of Quartz #D9DBE8
RGB
CMYK
RGB Variations
Color information
#D9DBE8 (or 0xD9DBE8) is known color: Quartz. HEX triplet: D9, DB and E8. RGB value is (217,219,232). Sum of RGB (Red+Green+Blue) = 217+219+232=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9DBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBE8 is #262417. Grayscale: #DBDBDB. Windows color (decimal): -2499608 or 15260633. OLE color: 15260633.
HSL color Cylindrical-coordinate representation of color #D9DBE8: hue angle of 232º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9DBE8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 219 | 232 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.09 |
| HSL | 232º | 0.25% | 0.88% | - |
| HSV(B) | 232º | 0.06% | 0.91% | - |
| XYZ | 68.51 | 71.24 | 86.48 | - |
| YUV | 219.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 232 | 0.06 | 0.06 | 0 | 0.09 | 232 | 0.25 | 0.88 |
| Hex | D9 | DB | E8 | 6 | 6 | 0 | 9 | E8 | 19 | 58 |
| Octal | 331 | 333 | 350 | 6 | 6 | 0 | 11 | 350 | 31 | 130 |
| Binary | 11011001 | 11011011 | 11101000 | 110 | 110 | 0 | 1001 | 11101000 | 11001 | 1011000 |
Color Harmonies of #D9DBE8
Complementary color
Monochromatic Colors of #D9DBE8
Black with #D9DBE8
Text Example
Text Example
White with #D9DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBE8; }
p { color: rgb(217,219,232); }
H1.HeaderClassName
{
color: #D9DBE8;
}
.AnyTagClassName
{
color: #D9DBE8;
}
</style>
background-color css
<style>
a { background-color: #D9DBE8; }
a { background-color: rgb(217,219,232); }
div.DivClassName
{
background-color: #D9DBE8;
}
.BgClassName
{
background-color: #D9DBE8;
}
</style>
border-color css
<style>
span { border-color: #D9DBE8; }
span { border-color: rgb(217,219,232); }
td.TdClassName
{
border-color: #D9DBE8;
}
.TagClassName
{
border-color: #D9DBE8;
}
</style>