Shades of Quartz #D9DBEC
Tints of Quartz #D9DBEC
RGB
CMYK
RGB Variations
Color information
#D9DBEC (or 0xD9DBEC) is known color: Quartz. HEX triplet: D9, DB and EC. RGB value is (217,219,236). Sum of RGB (Red+Green+Blue) = 217+219+236=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEC is #262413. Grayscale: #DCDCDC. Windows color (decimal): -2499604 or 15522777. OLE color: 15522777.
HSL color Cylindrical-coordinate representation of color #D9DBEC: hue angle of 233.68º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DBEC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 219 | 236 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 233.68º | 0.33% | 0.89% | - |
HSV(B) | 233.68º | 0.08% | 0.93% | - |
XYZ | 69.09 | 71.47 | 89.51 | - |
YUV | 220.34 | 136.84 | 125.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 236 | 0.08 | 0.07 | 0 | 0.07 | 233.68 | 0.33 | 0.89 |
Hex | D9 | DB | EC | 8 | 7 | 0 | 7 | EA | 21 | 59 |
Octal | 331 | 333 | 354 | 10 | 7 | 0 | 7 | 352 | 41 | 131 |
Binary | 11011001 | 11011011 | 11101100 | 1000 | 111 | 0 | 111 | 11101010 | 100001 | 1011001 |
Color Harmonies of #D9DBEC
Complementary color
Monochromatic Colors of #D9DBEC
Black with #D9DBEC
Text Example
Text Example
White with #D9DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBEC; }
p { color: rgb(217,219,236); }
H1.HeaderClassName
{
color: #D9DBEC;
}
.AnyTagClassName
{
color: #D9DBEC;
}
</style>
background-color css
<style>
a { background-color: #D9DBEC; }
a { background-color: rgb(217,219,236); }
div.DivClassName
{
background-color: #D9DBEC;
}
.BgClassName
{
background-color: #D9DBEC;
}
</style>
border-color css
<style>
span { border-color: #D9DBEC; }
span { border-color: rgb(217,219,236); }
td.TdClassName
{
border-color: #D9DBEC;
}
.TagClassName
{
border-color: #D9DBEC;
}
</style>