Shades of Ice Cold #AADECD
Tints of Ice Cold #AADECD
RGB
CMYK
RGB Variations
Color information
#AADECD (or 0xAADECD) is known color: Ice Cold. HEX triplet: AA, DE and CD. RGB value is (170,222,205). Sum of RGB (Red+Green+Blue) = 170+222+205=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #AADECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADECD is #552132. Grayscale: #CCCCCC. Windows color (decimal): -5579059 or 13491882. OLE color: 13491882.
HSL color Cylindrical-coordinate representation of color #AADECD: hue angle of 160.38º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADECD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 205 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 160.38º | 0.44% | 0.77% | - |
| HSV(B) | 160.38º | 0.23% | 0.87% | - |
| XYZ | 53.72 | 65.2 | 67.51 | - |
| YUV | 204.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 205 | 0.23 | 0 | 0.08 | 0.13 | 160.38 | 0.44 | 0.77 |
| Hex | AA | DE | CD | 17 | 0 | 8 | D | A0 | 2C | 4D |
| Octal | 252 | 336 | 315 | 27 | 0 | 10 | 15 | 240 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11001101 | 10111 | 0 | 1000 | 1101 | 10100000 | 101100 | 1001101 |
Color Harmonies of #AADECD
Complementary color
Monochromatic Colors of #AADECD
Black with #AADECD
Text Example
Text Example
White with #AADECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADECD; }
p { color: rgb(170,222,205); }
H1.HeaderClassName
{
color: #AADECD;
}
.AnyTagClassName
{
color: #AADECD;
}
</style>
background-color css
<style>
a { background-color: #AADECD; }
a { background-color: rgb(170,222,205); }
div.DivClassName
{
background-color: #AADECD;
}
.BgClassName
{
background-color: #AADECD;
}
</style>
border-color css
<style>
span { border-color: #AADECD; }
span { border-color: rgb(170,222,205); }
td.TdClassName
{
border-color: #AADECD;
}
.TagClassName
{
border-color: #AADECD;
}
</style>