Shades of Aqua Haze #DCDED9
Tints of Aqua Haze #DCDED9
RGB
CMYK
RGB Variations
Color information
#DCDED9 (or 0xDCDED9) is known color: Aqua Haze. HEX triplet: DC, DE and D9. RGB value is (220,222,217). Sum of RGB (Red+Green+Blue) = 220+222+217=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDED9 is #232126. Grayscale: #DCDCDC. Windows color (decimal): -2302247 or 14278364. OLE color: 14278364.
HSL color Cylindrical-coordinate representation of color #DCDED9: hue angle of 84º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDED9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 217 | - |
CMYK | 0.01 | 0 | 0.02 | 0.13 |
HSL | 84º | 0.07% | 0.86% | - |
HSV(B) | 84º | 0.02% | 0.87% | - |
XYZ | 68.16 | 72.47 | 76.04 | - |
YUV | 220.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 217 | 0.01 | 0 | 0.02 | 0.13 | 84 | 0.07 | 0.86 |
Hex | DC | DE | D9 | 1 | 0 | 2 | D | 54 | 7 | 56 |
Octal | 334 | 336 | 331 | 1 | 0 | 2 | 15 | 124 | 7 | 126 |
Binary | 11011100 | 11011110 | 11011001 | 1 | 0 | 10 | 1101 | 1010100 | 111 | 1010110 |
Color Harmonies of #DCDED9
Complementary color
Monochromatic Colors of #DCDED9
Black with #DCDED9
Text Example
Text Example
White with #DCDED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDED9; }
p { color: rgb(220,222,217); }
H1.HeaderClassName
{
color: #DCDED9;
}
.AnyTagClassName
{
color: #DCDED9;
}
</style>
background-color css
<style>
a { background-color: #DCDED9; }
a { background-color: rgb(220,222,217); }
div.DivClassName
{
background-color: #DCDED9;
}
.BgClassName
{
background-color: #DCDED9;
}
</style>
border-color css
<style>
span { border-color: #DCDED9; }
span { border-color: rgb(220,222,217); }
td.TdClassName
{
border-color: #DCDED9;
}
.TagClassName
{
border-color: #DCDED9;
}
</style>