Shades of Quartz #D9DBFF
Tints of Quartz #D9DBFF
RGB
CMYK
RGB Variations
Color information
#D9DBFF (or 0xD9DBFF) is known color: Quartz. HEX triplet: D9, DB and FF. RGB value is (217,219,255). Sum of RGB (Red+Green+Blue) = 217+219+255=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBFF is #262400. Grayscale: #DEDEDE. Windows color (decimal): -2499585 or 16767961. OLE color: 16767961.
HSL color Cylindrical-coordinate representation of color #D9DBFF: hue angle of 236.84º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DBFF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 219 | 255 | - |
| CMYK | 0.15 | 0.14 | 0 | 0 |
| HSL | 236.84º | 1% | 0.93% | - |
| HSV(B) | 236.84º | 0.15% | 1% | - |
| XYZ | 72 | 72.63 | 104.83 | - |
| YUV | 222.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 255 | 0.15 | 0.14 | 0 | 0 | 236.84 | 1 | 0.93 |
| Hex | D9 | DB | FF | F | E | 0 | 0 | ED | 64 | 5D |
| Octal | 331 | 333 | 377 | 17 | 16 | 0 | 0 | 355 | 144 | 135 |
| Binary | 11011001 | 11011011 | 11111111 | 1111 | 1110 | 0 | 0 | 11101101 | 1100100 | 1011101 |
Color Harmonies of #D9DBFF
Complementary color
Monochromatic Colors of #D9DBFF
Black with #D9DBFF
Text Example
Text Example
White with #D9DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBFF; }
p { color: rgb(217,219,255); }
H1.HeaderClassName
{
color: #D9DBFF;
}
.AnyTagClassName
{
color: #D9DBFF;
}
</style>
background-color css
<style>
a { background-color: #D9DBFF; }
a { background-color: rgb(217,219,255); }
div.DivClassName
{
background-color: #D9DBFF;
}
.BgClassName
{
background-color: #D9DBFF;
}
</style>
border-color css
<style>
span { border-color: #D9DBFF; }
span { border-color: rgb(217,219,255); }
td.TdClassName
{
border-color: #D9DBFF;
}
.TagClassName
{
border-color: #D9DBFF;
}
</style>