Shades of Aqua Haze #D6DDD0
Tints of Aqua Haze #D6DDD0
RGB
CMYK
RGB Variations
Color information
#D6DDD0 (or 0xD6DDD0) is known color: Aqua Haze. HEX triplet: D6, DD and D0. RGB value is (214,221,208). Sum of RGB (Red+Green+Blue) = 214+221+208=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDD0 is #29222F. Grayscale: #D9D9D9. Windows color (decimal): -2695728 or 13688278. OLE color: 13688278.
HSL color Cylindrical-coordinate representation of color #D6DDD0: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6DDD0 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 221 | 208 | - |
CMYK | 0.03 | 0 | 0.06 | 0.13 |
HSL | 92.31º | 0.16% | 0.84% | - |
HSV(B) | 92.31º | 0.06% | 0.87% | - |
XYZ | 64.97 | 70.56 | 69.87 | - |
YUV | 217.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 221 | 208 | 0.03 | 0 | 0.06 | 0.13 | 92.31 | 0.16 | 0.84 |
Hex | D6 | DD | D0 | 3 | 0 | 6 | D | 5C | 10 | 54 |
Octal | 326 | 335 | 320 | 3 | 0 | 6 | 15 | 134 | 20 | 124 |
Binary | 11010110 | 11011101 | 11010000 | 11 | 0 | 110 | 1101 | 1011100 | 10000 | 1010100 |
Color Harmonies of #D6DDD0
Complementary color
Monochromatic Colors of #D6DDD0
Black with #D6DDD0
Text Example
Text Example
White with #D6DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDD0; }
p { color: rgb(214,221,208); }
H1.HeaderClassName
{
color: #D6DDD0;
}
.AnyTagClassName
{
color: #D6DDD0;
}
</style>
background-color css
<style>
a { background-color: #D6DDD0; }
a { background-color: rgb(214,221,208); }
div.DivClassName
{
background-color: #D6DDD0;
}
.BgClassName
{
background-color: #D6DDD0;
}
</style>
border-color css
<style>
span { border-color: #D6DDD0; }
span { border-color: rgb(214,221,208); }
td.TdClassName
{
border-color: #D6DDD0;
}
.TagClassName
{
border-color: #D6DDD0;
}
</style>