Shades of Jungle Mist #AFCDD1
Tints of Jungle Mist #AFCDD1
RGB
CMYK
RGB Variations
Color information
#AFCDD1 (or 0xAFCDD1) is known color: Jungle Mist. HEX triplet: AF, CD and D1. RGB value is (175,205,209). Sum of RGB (Red+Green+Blue) = 175+205+209=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFCDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDD1 is #50322E. Grayscale: #C4C4C4. Windows color (decimal): -5255727 or 13749679. OLE color: 13749679.
HSL color Cylindrical-coordinate representation of color #AFCDD1: 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 #AFCDD1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 205 | 209 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.18 |
| HSL | 187.06º | 0.27% | 0.75% | - |
| HSV(B) | 187.06º | 0.16% | 0.82% | - |
| XYZ | 51.02 | 57.38 | 68.71 | - |
| YUV | 196.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 209 | 0.16 | 0.02 | 0 | 0.18 | 187.06 | 0.27 | 0.75 |
| Hex | AF | CD | D1 | 10 | 2 | 0 | 12 | BB | 1B | 4B |
| Octal | 257 | 315 | 321 | 20 | 2 | 0 | 22 | 273 | 33 | 113 |
| Binary | 10101111 | 11001101 | 11010001 | 10000 | 10 | 0 | 10010 | 10111011 | 11011 | 1001011 |
Color Harmonies of #AFCDD1
Complementary color
Monochromatic Colors of #AFCDD1
Black with #AFCDD1
Text Example
Text Example
White with #AFCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDD1; }
p { color: rgb(175,205,209); }
H1.HeaderClassName
{
color: #AFCDD1;
}
.AnyTagClassName
{
color: #AFCDD1;
}
</style>
background-color css
<style>
a { background-color: #AFCDD1; }
a { background-color: rgb(175,205,209); }
div.DivClassName
{
background-color: #AFCDD1;
}
.BgClassName
{
background-color: #AFCDD1;
}
</style>
border-color css
<style>
span { border-color: #AFCDD1; }
span { border-color: rgb(175,205,209); }
td.TdClassName
{
border-color: #AFCDD1;
}
.TagClassName
{
border-color: #AFCDD1;
}
</style>