Shades of Quartz #D9DBEB
Tints of Quartz #D9DBEB
RGB
CMYK
RGB Variations
Color information
#D9DBEB (or 0xD9DBEB) is known color: Quartz. HEX triplet: D9, DB and EB. RGB value is (217,219,235). Sum of RGB (Red+Green+Blue) = 217+219+235=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEB is #262414. Grayscale: #DCDCDC. Windows color (decimal): -2499605 or 15457241. OLE color: 15457241.
HSL color Cylindrical-coordinate representation of color #D9DBEB: hue angle of 233.33º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DBEB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 219 | 235 | - |
CMYK | 0.08 | 0.07 | 0 | 0.08 |
HSL | 233.33º | 0.31% | 0.89% | - |
HSV(B) | 233.33º | 0.08% | 0.92% | - |
XYZ | 68.94 | 71.41 | 88.75 | - |
YUV | 220.23 | 136.34 | 125.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 235 | 0.08 | 0.07 | 0 | 0.08 | 233.33 | 0.31 | 0.89 |
Hex | D9 | DB | EB | 8 | 7 | 0 | 8 | E9 | 1F | 59 |
Octal | 331 | 333 | 353 | 10 | 7 | 0 | 10 | 351 | 37 | 131 |
Binary | 11011001 | 11011011 | 11101011 | 1000 | 111 | 0 | 1000 | 11101001 | 11111 | 1011001 |
Color Harmonies of #D9DBEB
Complementary color
Monochromatic Colors of #D9DBEB
Black with #D9DBEB
Text Example
Text Example
White with #D9DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBEB; }
p { color: rgb(217,219,235); }
H1.HeaderClassName
{
color: #D9DBEB;
}
.AnyTagClassName
{
color: #D9DBEB;
}
</style>
background-color css
<style>
a { background-color: #D9DBEB; }
a { background-color: rgb(217,219,235); }
div.DivClassName
{
background-color: #D9DBEB;
}
.BgClassName
{
background-color: #D9DBEB;
}
</style>
border-color css
<style>
span { border-color: #D9DBEB; }
span { border-color: rgb(217,219,235); }
td.TdClassName
{
border-color: #D9DBEB;
}
.TagClassName
{
border-color: #D9DBEB;
}
</style>