Shades of Quartz #D9DBED
Tints of Quartz #D9DBED
RGB
CMYK
RGB Variations
Color information
#D9DBED (or 0xD9DBED) is known color: Quartz. HEX triplet: D9, DB and ED. RGB value is (217,219,237). Sum of RGB (Red+Green+Blue) = 217+219+237=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBED is #262412. Grayscale: #DCDCDC. Windows color (decimal): -2499603 or 15588313. OLE color: 15588313.
HSL color Cylindrical-coordinate representation of color #D9DBED: hue angle of 234º degrees, saturation: 0.36, 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 #D9DBED is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 219 | 237 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 234º | 0.36% | 0.89% | - |
HSV(B) | 234º | 0.08% | 0.93% | - |
XYZ | 69.23 | 71.53 | 90.28 | - |
YUV | 220.45 | 137.34 | 125.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 237 | 0.08 | 0.08 | 0 | 0.07 | 234 | 0.36 | 0.89 |
Hex | D9 | DB | ED | 8 | 8 | 0 | 7 | EA | 24 | 59 |
Octal | 331 | 333 | 355 | 10 | 10 | 0 | 7 | 352 | 44 | 131 |
Binary | 11011001 | 11011011 | 11101101 | 1000 | 1000 | 0 | 111 | 11101010 | 100100 | 1011001 |
Color Harmonies of #D9DBED
Complementary color
Monochromatic Colors of #D9DBED
Black with #D9DBED
Text Example
Text Example
White with #D9DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBED; }
p { color: rgb(217,219,237); }
H1.HeaderClassName
{
color: #D9DBED;
}
.AnyTagClassName
{
color: #D9DBED;
}
</style>
background-color css
<style>
a { background-color: #D9DBED; }
a { background-color: rgb(217,219,237); }
div.DivClassName
{
background-color: #D9DBED;
}
.BgClassName
{
background-color: #D9DBED;
}
</style>
border-color css
<style>
span { border-color: #D9DBED; }
span { border-color: rgb(217,219,237); }
td.TdClassName
{
border-color: #D9DBED;
}
.TagClassName
{
border-color: #D9DBED;
}
</style>