Shades of Ice Cold #ABDED1
Tints of Ice Cold #ABDED1
RGB
CMYK
RGB Variations
Color information
#ABDED1 (or 0xABDED1) is known color: Ice Cold. HEX triplet: AB, DE and D1. RGB value is (171,222,209). Sum of RGB (Red+Green+Blue) = 171+222+209=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED1 is #54212E. Grayscale: #CDCDCD. Windows color (decimal): -5513519 or 13754027. OLE color: 13754027.
HSL color Cylindrical-coordinate representation of color #ABDED1: hue angle of 164.71º 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 #ABDED1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 209 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.13 |
| HSL | 164.71º | 0.44% | 0.77% | - |
| HSV(B) | 164.71º | 0.23% | 0.87% | - |
| XYZ | 54.42 | 65.5 | 70.1 | - |
| YUV | 205.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 209 | 0.23 | 0 | 0.06 | 0.13 | 164.71 | 0.44 | 0.77 |
| Hex | AB | DE | D1 | 17 | 0 | 6 | D | A5 | 2C | 4D |
| Octal | 253 | 336 | 321 | 27 | 0 | 6 | 15 | 245 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11010001 | 10111 | 0 | 110 | 1101 | 10100101 | 101100 | 1001101 |
Color Harmonies of #ABDED1
Complementary color
Monochromatic Colors of #ABDED1
Black with #ABDED1
Text Example
Text Example
White with #ABDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDED1; }
p { color: rgb(171,222,209); }
H1.HeaderClassName
{
color: #ABDED1;
}
.AnyTagClassName
{
color: #ABDED1;
}
</style>
background-color css
<style>
a { background-color: #ABDED1; }
a { background-color: rgb(171,222,209); }
div.DivClassName
{
background-color: #ABDED1;
}
.BgClassName
{
background-color: #ABDED1;
}
</style>
border-color css
<style>
span { border-color: #ABDED1; }
span { border-color: rgb(171,222,209); }
td.TdClassName
{
border-color: #ABDED1;
}
.TagClassName
{
border-color: #ABDED1;
}
</style>