Shades of Jungle Mist #ADCCCE
Tints of Jungle Mist #ADCCCE
RGB
CMYK
RGB Variations
Color information
#ADCCCE (or 0xADCCCE) is known color: Jungle Mist. HEX triplet: AD, CC and CE. RGB value is (173,204,206). Sum of RGB (Red+Green+Blue) = 173+204+206=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCCE is #523331. Grayscale: #C2C2C2. Windows color (decimal): -5387058 or 13552813. OLE color: 13552813.
HSL color Cylindrical-coordinate representation of color #ADCCCE: hue angle of 183.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCCCE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 204 | 206 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.19 |
| HSL | 183.64º | 0.25% | 0.74% | - |
| HSV(B) | 183.64º | 0.16% | 0.81% | - |
| XYZ | 49.97 | 56.53 | 66.67 | - |
| YUV | 194.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 206 | 0.16 | 0.01 | 0 | 0.19 | 183.64 | 0.25 | 0.74 |
| Hex | AD | CC | CE | 10 | 1 | 0 | 13 | B8 | 19 | 4A |
| Octal | 255 | 314 | 316 | 20 | 1 | 0 | 23 | 270 | 31 | 112 |
| Binary | 10101101 | 11001100 | 11001110 | 10000 | 1 | 0 | 10011 | 10111000 | 11001 | 1001010 |
Color Harmonies of #ADCCCE
Complementary color
Monochromatic Colors of #ADCCCE
Black with #ADCCCE
Text Example
Text Example
White with #ADCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCCE; }
p { color: rgb(173,204,206); }
H1.HeaderClassName
{
color: #ADCCCE;
}
.AnyTagClassName
{
color: #ADCCCE;
}
</style>
background-color css
<style>
a { background-color: #ADCCCE; }
a { background-color: rgb(173,204,206); }
div.DivClassName
{
background-color: #ADCCCE;
}
.BgClassName
{
background-color: #ADCCCE;
}
</style>
border-color css
<style>
span { border-color: #ADCCCE; }
span { border-color: rgb(173,204,206); }
td.TdClassName
{
border-color: #ADCCCE;
}
.TagClassName
{
border-color: #ADCCCE;
}
</style>