Shades of Aqua Haze #D9DED6
Tints of Aqua Haze #D9DED6
RGB
CMYK
RGB Variations
Color information
#D9DED6 (or 0xD9DED6) is known color: Aqua Haze. HEX triplet: D9, DE and D6. RGB value is (217,222,214). Sum of RGB (Red+Green+Blue) = 217+222+214=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DED6 is #262129. Grayscale: #DBDBDB. Windows color (decimal): -2498858 or 14081753. OLE color: 14081753.
HSL color Cylindrical-coordinate representation of color #D9DED6: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9DED6 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 214 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.13 |
| HSL | 97.5º | 0.11% | 0.85% | - |
| HSV(B) | 97.5º | 0.04% | 0.87% | - |
| XYZ | 66.87 | 71.85 | 73.96 | - |
| YUV | 219.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 214 | 0.02 | 0 | 0.04 | 0.13 | 97.5 | 0.11 | 0.85 |
| Hex | D9 | DE | D6 | 2 | 0 | 4 | D | 62 | B | 55 |
| Octal | 331 | 336 | 326 | 2 | 0 | 4 | 15 | 142 | 13 | 125 |
| Binary | 11011001 | 11011110 | 11010110 | 10 | 0 | 100 | 1101 | 1100010 | 1011 | 1010101 |
Color Harmonies of #D9DED6
Complementary color
Monochromatic Colors of #D9DED6
Black with #D9DED6
Text Example
Text Example
White with #D9DED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DED6; }
p { color: rgb(217,222,214); }
H1.HeaderClassName
{
color: #D9DED6;
}
.AnyTagClassName
{
color: #D9DED6;
}
</style>
background-color css
<style>
a { background-color: #D9DED6; }
a { background-color: rgb(217,222,214); }
div.DivClassName
{
background-color: #D9DED6;
}
.BgClassName
{
background-color: #D9DED6;
}
</style>
border-color css
<style>
span { border-color: #D9DED6; }
span { border-color: rgb(217,222,214); }
td.TdClassName
{
border-color: #D9DED6;
}
.TagClassName
{
border-color: #D9DED6;
}
</style>