Shades of Aqua Haze #D9DDD6
Tints of Aqua Haze #D9DDD6
RGB
CMYK
RGB Variations
Color information
#D9DDD6 (or 0xD9DDD6) is known color: Aqua Haze. HEX triplet: D9, DD and D6. RGB value is (217,221,214). Sum of RGB (Red+Green+Blue) = 217+221+214=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD6 is #262229. Grayscale: #DBDBDB. Windows color (decimal): -2499114 or 14081497. OLE color: 14081497.
HSL color Cylindrical-coordinate representation of color #D9DDD6: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DDD6 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 214 | - |
CMYK | 0.02 | 0 | 0.03 | 0.13 |
HSL | 94.29º | 0.09% | 0.85% | - |
HSV(B) | 94.29º | 0.03% | 0.87% | - |
XYZ | 66.61 | 71.32 | 73.87 | - |
YUV | 219.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 214 | 0.02 | 0 | 0.03 | 0.13 | 94.29 | 0.09 | 0.85 |
Hex | D9 | DD | D6 | 2 | 0 | 3 | D | 5E | 9 | 55 |
Octal | 331 | 335 | 326 | 2 | 0 | 3 | 15 | 136 | 11 | 125 |
Binary | 11011001 | 11011101 | 11010110 | 10 | 0 | 11 | 1101 | 1011110 | 1001 | 1010101 |
Color Harmonies of #D9DDD6
Complementary color
Monochromatic Colors of #D9DDD6
Black with #D9DDD6
Text Example
Text Example
White with #D9DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD6; }
p { color: rgb(217,221,214); }
H1.HeaderClassName
{
color: #D9DDD6;
}
.AnyTagClassName
{
color: #D9DDD6;
}
</style>
background-color css
<style>
a { background-color: #D9DDD6; }
a { background-color: rgb(217,221,214); }
div.DivClassName
{
background-color: #D9DDD6;
}
.BgClassName
{
background-color: #D9DDD6;
}
</style>
border-color css
<style>
span { border-color: #D9DDD6; }
span { border-color: rgb(217,221,214); }
td.TdClassName
{
border-color: #D9DDD6;
}
.TagClassName
{
border-color: #D9DDD6;
}
</style>