Shades of Aqua Haze #D9DDD5
Tints of Aqua Haze #D9DDD5
RGB
CMYK
RGB Variations
Color information
#D9DDD5 (or 0xD9DDD5) is known color: Aqua Haze. HEX triplet: D9, DD and D5. RGB value is (217,221,213). Sum of RGB (Red+Green+Blue) = 217+221+213=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD5 is #26222A. Grayscale: #DADADA. Windows color (decimal): -2499115 or 14015961. OLE color: 14015961.
HSL color Cylindrical-coordinate representation of color #D9DDD5: hue angle of 90º 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 #D9DDD5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 213 | - |
CMYK | 0.02 | 0 | 0.04 | 0.13 |
HSL | 90º | 0.11% | 0.85% | - |
HSV(B) | 90º | 0.04% | 0.87% | - |
XYZ | 66.48 | 71.27 | 73.2 | - |
YUV | 218.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 213 | 0.02 | 0 | 0.04 | 0.13 | 90 | 0.11 | 0.85 |
Hex | D9 | DD | D5 | 2 | 0 | 4 | D | 5A | B | 55 |
Octal | 331 | 335 | 325 | 2 | 0 | 4 | 15 | 132 | 13 | 125 |
Binary | 11011001 | 11011101 | 11010101 | 10 | 0 | 100 | 1101 | 1011010 | 1011 | 1010101 |
Color Harmonies of #D9DDD5
Complementary color
Monochromatic Colors of #D9DDD5
Black with #D9DDD5
Text Example
Text Example
White with #D9DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD5; }
p { color: rgb(217,221,213); }
H1.HeaderClassName
{
color: #D9DDD5;
}
.AnyTagClassName
{
color: #D9DDD5;
}
</style>
background-color css
<style>
a { background-color: #D9DDD5; }
a { background-color: rgb(217,221,213); }
div.DivClassName
{
background-color: #D9DDD5;
}
.BgClassName
{
background-color: #D9DDD5;
}
</style>
border-color css
<style>
span { border-color: #D9DDD5; }
span { border-color: rgb(217,221,213); }
td.TdClassName
{
border-color: #D9DDD5;
}
.TagClassName
{
border-color: #D9DDD5;
}
</style>