Shades of Jungle Mist #AECDCE
Tints of Jungle Mist #AECDCE
RGB
CMYK
RGB Variations
Color information
#AECDCE (or 0xAECDCE) is known color: Jungle Mist. HEX triplet: AE, CD and CE. RGB value is (174,205,206). Sum of RGB (Red+Green+Blue) = 174+205+206=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #AECDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDCE is #513231. Grayscale: #C3C3C3. Windows color (decimal): -5321266 or 13553070. OLE color: 13553070.
HSL color Cylindrical-coordinate representation of color #AECDCE: hue angle of 181.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECDCE is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 205 | 206 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.19 |
| HSL | 181.88º | 0.25% | 0.75% | - |
| HSV(B) | 181.88º | 0.16% | 0.81% | - |
| XYZ | 50.43 | 57.12 | 66.76 | - |
| YUV | 195.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 206 | 0.16 | 0.00 | 0 | 0.19 | 181.88 | 0.25 | 0.75 |
| Hex | AE | CD | CE | 10 | 0 | 0 | 13 | B6 | 19 | 4B |
| Octal | 256 | 315 | 316 | 20 | 0 | 0 | 23 | 266 | 31 | 113 |
| Binary | 10101110 | 11001101 | 11001110 | 10000 | 0 | 0 | 10011 | 10110110 | 11001 | 1001011 |
Color Harmonies of #AECDCE
Complementary color
Monochromatic Colors of #AECDCE
Black with #AECDCE
Text Example
Text Example
White with #AECDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDCE; }
p { color: rgb(174,205,206); }
H1.HeaderClassName
{
color: #AECDCE;
}
.AnyTagClassName
{
color: #AECDCE;
}
</style>
background-color css
<style>
a { background-color: #AECDCE; }
a { background-color: rgb(174,205,206); }
div.DivClassName
{
background-color: #AECDCE;
}
.BgClassName
{
background-color: #AECDCE;
}
</style>
border-color css
<style>
span { border-color: #AECDCE; }
span { border-color: rgb(174,205,206); }
td.TdClassName
{
border-color: #AECDCE;
}
.TagClassName
{
border-color: #AECDCE;
}
</style>