Shades of Aqua Haze #D9DBD7
Tints of Aqua Haze #D9DBD7
RGB
CMYK
RGB Variations
Color information
#D9DBD7 (or 0xD9DBD7) is known color: Aqua Haze. HEX triplet: D9, DB and D7. RGB value is (217,219,215). Sum of RGB (Red+Green+Blue) = 217+219+215=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD7 is #262428. Grayscale: #D9D9D9. Windows color (decimal): -2499625 or 14146521. OLE color: 14146521.
HSL color Cylindrical-coordinate representation of color #D9DBD7: hue angle of 90º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DBD7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 219 | 215 | - |
CMYK | 0.01 | 0 | 0.02 | 0.14 |
HSL | 90º | 0.05% | 0.85% | - |
HSV(B) | 90º | 0.02% | 0.86% | - |
XYZ | 66.21 | 70.32 | 74.37 | - |
YUV | 217.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 215 | 0.01 | 0 | 0.02 | 0.14 | 90 | 0.05 | 0.85 |
Hex | D9 | DB | D7 | 1 | 0 | 2 | E | 5A | 5 | 55 |
Octal | 331 | 333 | 327 | 1 | 0 | 2 | 16 | 132 | 5 | 125 |
Binary | 11011001 | 11011011 | 11010111 | 1 | 0 | 10 | 1110 | 1011010 | 101 | 1010101 |
Color Harmonies of #D9DBD7
Complementary color
Monochromatic Colors of #D9DBD7
Black with #D9DBD7
Text Example
Text Example
White with #D9DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBD7; }
p { color: rgb(217,219,215); }
H1.HeaderClassName
{
color: #D9DBD7;
}
.AnyTagClassName
{
color: #D9DBD7;
}
</style>
background-color css
<style>
a { background-color: #D9DBD7; }
a { background-color: rgb(217,219,215); }
div.DivClassName
{
background-color: #D9DBD7;
}
.BgClassName
{
background-color: #D9DBD7;
}
</style>
border-color css
<style>
span { border-color: #D9DBD7; }
span { border-color: rgb(217,219,215); }
td.TdClassName
{
border-color: #D9DBD7;
}
.TagClassName
{
border-color: #D9DBD7;
}
</style>