Shades of Ice Cold #ABDFD1
Tints of Ice Cold #ABDFD1
RGB
CMYK
RGB Variations
Color information
#ABDFD1 (or 0xABDFD1) is known color: Ice Cold. HEX triplet: AB, DF and D1. RGB value is (171,223,209). Sum of RGB (Red+Green+Blue) = 171+223+209=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD1 is #54202E. Grayscale: #CDCDCD. Windows color (decimal): -5513263 or 13754283. OLE color: 13754283.
HSL color Cylindrical-coordinate representation of color #ABDFD1: hue angle of 163.85º degrees, saturation: 0.45, 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 #ABDFD1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 209 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.13 |
| HSL | 163.85º | 0.45% | 0.77% | - |
| HSV(B) | 163.85º | 0.23% | 0.87% | - |
| XYZ | 54.69 | 66.04 | 70.19 | - |
| YUV | 205.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 209 | 0.23 | 0 | 0.06 | 0.13 | 163.85 | 0.45 | 0.77 |
| Hex | AB | DF | D1 | 17 | 0 | 6 | D | A4 | 2D | 4D |
| Octal | 253 | 337 | 321 | 27 | 0 | 6 | 15 | 244 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11010001 | 10111 | 0 | 110 | 1101 | 10100100 | 101101 | 1001101 |
Color Harmonies of #ABDFD1
Complementary color
Monochromatic Colors of #ABDFD1
Black with #ABDFD1
Text Example
Text Example
White with #ABDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFD1; }
p { color: rgb(171,223,209); }
H1.HeaderClassName
{
color: #ABDFD1;
}
.AnyTagClassName
{
color: #ABDFD1;
}
</style>
background-color css
<style>
a { background-color: #ABDFD1; }
a { background-color: rgb(171,223,209); }
div.DivClassName
{
background-color: #ABDFD1;
}
.BgClassName
{
background-color: #ABDFD1;
}
</style>
border-color css
<style>
span { border-color: #ABDFD1; }
span { border-color: rgb(171,223,209); }
td.TdClassName
{
border-color: #ABDFD1;
}
.TagClassName
{
border-color: #ABDFD1;
}
</style>