Shades of Aqua Haze #D9E0D1
Tints of Aqua Haze #D9E0D1
RGB
CMYK
RGB Variations
Color information
#D9E0D1 (or 0xD9E0D1) is known color: Aqua Haze. HEX triplet: D9, E0 and D1. RGB value is (217,224,209). Sum of RGB (Red+Green+Blue) = 217+224+209=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0D1 is #261F2E. Grayscale: #DCDCDC. Windows color (decimal): -2498351 or 13754585. OLE color: 13754585.
HSL color Cylindrical-coordinate representation of color #D9E0D1: hue angle of 88º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9E0D1 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 209 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.12 |
| HSL | 88º | 0.19% | 0.85% | - |
| HSV(B) | 88º | 0.07% | 0.88% | - |
| XYZ | 66.78 | 72.67 | 70.83 | - |
| YUV | 220.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 209 | 0.03 | 0 | 0.07 | 0.12 | 88 | 0.19 | 0.85 |
| Hex | D9 | E0 | D1 | 3 | 0 | 7 | C | 58 | 13 | 55 |
| Octal | 331 | 340 | 321 | 3 | 0 | 7 | 14 | 130 | 23 | 125 |
| Binary | 11011001 | 11100000 | 11010001 | 11 | 0 | 111 | 1100 | 1011000 | 10011 | 1010101 |
Color Harmonies of #D9E0D1
Complementary color
Monochromatic Colors of #D9E0D1
Black with #D9E0D1
Text Example
Text Example
White with #D9E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E0D1; }
p { color: rgb(217,224,209); }
H1.HeaderClassName
{
color: #D9E0D1;
}
.AnyTagClassName
{
color: #D9E0D1;
}
</style>
background-color css
<style>
a { background-color: #D9E0D1; }
a { background-color: rgb(217,224,209); }
div.DivClassName
{
background-color: #D9E0D1;
}
.BgClassName
{
background-color: #D9E0D1;
}
</style>
border-color css
<style>
span { border-color: #D9E0D1; }
span { border-color: rgb(217,224,209); }
td.TdClassName
{
border-color: #D9E0D1;
}
.TagClassName
{
border-color: #D9E0D1;
}
</style>