Shades of Ice Cold #AADDCC
Tints of Ice Cold #AADDCC
RGB
CMYK
RGB Variations
Color information
#AADDCC (or 0xAADDCC) is known color: Ice Cold. HEX triplet: AA, DD and CC. RGB value is (170,221,204). Sum of RGB (Red+Green+Blue) = 170+221+204=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDCC is #552233. Grayscale: #CBCBCB. Windows color (decimal): -5579316 or 13426090. OLE color: 13426090.
HSL color Cylindrical-coordinate representation of color #AADDCC: hue angle of 160º degrees, saturation: 0.43, 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 #AADDCC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 204 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 160º | 0.43% | 0.77% | - |
| HSV(B) | 160º | 0.23% | 0.87% | - |
| XYZ | 53.33 | 64.62 | 66.79 | - |
| YUV | 203.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 204 | 0.23 | 0 | 0.08 | 0.13 | 160 | 0.43 | 0.77 |
| Hex | AA | DD | CC | 17 | 0 | 8 | D | A0 | 2B | 4D |
| Octal | 252 | 335 | 314 | 27 | 0 | 10 | 15 | 240 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11001100 | 10111 | 0 | 1000 | 1101 | 10100000 | 101011 | 1001101 |
Color Harmonies of #AADDCC
Complementary color
Monochromatic Colors of #AADDCC
Black with #AADDCC
Text Example
Text Example
White with #AADDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDCC; }
p { color: rgb(170,221,204); }
H1.HeaderClassName
{
color: #AADDCC;
}
.AnyTagClassName
{
color: #AADDCC;
}
</style>
background-color css
<style>
a { background-color: #AADDCC; }
a { background-color: rgb(170,221,204); }
div.DivClassName
{
background-color: #AADDCC;
}
.BgClassName
{
background-color: #AADDCC;
}
</style>
border-color css
<style>
span { border-color: #AADDCC; }
span { border-color: rgb(170,221,204); }
td.TdClassName
{
border-color: #AADDCC;
}
.TagClassName
{
border-color: #AADDCC;
}
</style>