Shades of Jungle Mist #AECCD0
Tints of Jungle Mist #AECCD0
RGB
CMYK
RGB Variations
Color information
#AECCD0 (or 0xAECCD0) is known color: Jungle Mist. HEX triplet: AE, CC and D0. RGB value is (174,204,208). Sum of RGB (Red+Green+Blue) = 174+204+208=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #AECCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD0 is #51332F. Grayscale: #C3C3C3. Windows color (decimal): -5321520 or 13683886. OLE color: 13683886.
HSL color Cylindrical-coordinate representation of color #AECCD0: hue angle of 187.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECCD0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 174 | 204 | 208 | - |
CMYK | 0.16 | 0.02 | 0 | 0.18 |
HSL | 187.06º | 0.27% | 0.75% | - |
HSV(B) | 187.06º | 0.16% | 0.82% | - |
XYZ | 50.43 | 56.74 | 67.97 | - |
YUV | 195.49 | 135.06 | 112.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 204 | 208 | 0.16 | 0.02 | 0 | 0.18 | 187.06 | 0.27 | 0.75 |
Hex | AE | CC | D0 | 10 | 2 | 0 | 12 | BB | 1B | 4B |
Octal | 256 | 314 | 320 | 20 | 2 | 0 | 22 | 273 | 33 | 113 |
Binary | 10101110 | 11001100 | 11010000 | 10000 | 10 | 0 | 10010 | 10111011 | 11011 | 1001011 |
Color Harmonies of #AECCD0
Complementary color
Monochromatic Colors of #AECCD0
Black with #AECCD0
Text Example
Text Example
White with #AECCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCD0; }
p { color: rgb(174,204,208); }
H1.HeaderClassName
{
color: #AECCD0;
}
.AnyTagClassName
{
color: #AECCD0;
}
</style>
background-color css
<style>
a { background-color: #AECCD0; }
a { background-color: rgb(174,204,208); }
div.DivClassName
{
background-color: #AECCD0;
}
.BgClassName
{
background-color: #AECCD0;
}
</style>
border-color css
<style>
span { border-color: #AECCD0; }
span { border-color: rgb(174,204,208); }
td.TdClassName
{
border-color: #AECCD0;
}
.TagClassName
{
border-color: #AECCD0;
}
</style>