Shades of Ice Cold #AADDCB
Tints of Ice Cold #AADDCB
RGB
CMYK
RGB Variations
Color information
#AADDCB (or 0xAADDCB) is known color: Ice Cold. HEX triplet: AA, DD and CB. RGB value is (170,221,203). Sum of RGB (Red+Green+Blue) = 170+221+203=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDCB is #552234. Grayscale: #CBCBCB. Windows color (decimal): -5579317 or 13360554. OLE color: 13360554.
HSL color Cylindrical-coordinate representation of color #AADDCB: hue angle of 158.82º 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 #AADDCB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 203 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 158.82º | 0.43% | 0.77% | - |
| HSV(B) | 158.82º | 0.23% | 0.87% | - |
| XYZ | 53.21 | 64.57 | 66.16 | - |
| YUV | 203.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 203 | 0.23 | 0 | 0.08 | 0.13 | 158.82 | 0.43 | 0.77 |
| Hex | AA | DD | CB | 17 | 0 | 8 | D | 9F | 2B | 4D |
| Octal | 252 | 335 | 313 | 27 | 0 | 10 | 15 | 237 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11001011 | 10111 | 0 | 1000 | 1101 | 10011111 | 101011 | 1001101 |
Color Harmonies of #AADDCB
Complementary color
Monochromatic Colors of #AADDCB
Black with #AADDCB
Text Example
Text Example
White with #AADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDCB; }
p { color: rgb(170,221,203); }
H1.HeaderClassName
{
color: #AADDCB;
}
.AnyTagClassName
{
color: #AADDCB;
}
</style>
background-color css
<style>
a { background-color: #AADDCB; }
a { background-color: rgb(170,221,203); }
div.DivClassName
{
background-color: #AADDCB;
}
.BgClassName
{
background-color: #AADDCB;
}
</style>
border-color css
<style>
span { border-color: #AADDCB; }
span { border-color: rgb(170,221,203); }
td.TdClassName
{
border-color: #AADDCB;
}
.TagClassName
{
border-color: #AADDCB;
}
</style>