Shades of Ice Cold #ABDFD2
Tints of Ice Cold #ABDFD2
RGB
CMYK
RGB Variations
Color information
#ABDFD2 (or 0xABDFD2) is known color: Ice Cold. HEX triplet: AB, DF and D2. RGB value is (171,223,210). Sum of RGB (Red+Green+Blue) = 171+223+210=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD2 is #54202D. Grayscale: #CDCDCD. Windows color (decimal): -5513262 or 13819819. OLE color: 13819819.
HSL color Cylindrical-coordinate representation of color #ABDFD2: hue angle of 165º 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 #ABDFD2 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 210 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.13 |
| HSL | 165º | 0.45% | 0.77% | - |
| HSV(B) | 165º | 0.23% | 0.87% | - |
| XYZ | 54.82 | 66.09 | 70.84 | - |
| YUV | 205.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 210 | 0.23 | 0 | 0.06 | 0.13 | 165 | 0.45 | 0.77 |
| Hex | AB | DF | D2 | 17 | 0 | 6 | D | A5 | 2D | 4D |
| Octal | 253 | 337 | 322 | 27 | 0 | 6 | 15 | 245 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11010010 | 10111 | 0 | 110 | 1101 | 10100101 | 101101 | 1001101 |
Color Harmonies of #ABDFD2
Complementary color
Monochromatic Colors of #ABDFD2
Black with #ABDFD2
Text Example
Text Example
White with #ABDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFD2; }
p { color: rgb(171,223,210); }
H1.HeaderClassName
{
color: #ABDFD2;
}
.AnyTagClassName
{
color: #ABDFD2;
}
</style>
background-color css
<style>
a { background-color: #ABDFD2; }
a { background-color: rgb(171,223,210); }
div.DivClassName
{
background-color: #ABDFD2;
}
.BgClassName
{
background-color: #ABDFD2;
}
</style>
border-color css
<style>
span { border-color: #ABDFD2; }
span { border-color: rgb(171,223,210); }
td.TdClassName
{
border-color: #ABDFD2;
}
.TagClassName
{
border-color: #ABDFD2;
}
</style>