Shades of Ice Cold #ABDECD
Tints of Ice Cold #ABDECD
RGB
CMYK
RGB Variations
Color information
#ABDECD (or 0xABDECD) is known color: Ice Cold. HEX triplet: AB, DE and CD. RGB value is (171,222,205). Sum of RGB (Red+Green+Blue) = 171+222+205=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECD is #542132. Grayscale: #CCCCCC. Windows color (decimal): -5513523 or 13491883. OLE color: 13491883.
HSL color Cylindrical-coordinate representation of color #ABDECD: hue angle of 160º 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 #ABDECD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 205 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 160º | 0.44% | 0.77% | - |
| HSV(B) | 160º | 0.23% | 0.87% | - |
| XYZ | 53.94 | 65.31 | 67.52 | - |
| YUV | 204.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 205 | 0.23 | 0 | 0.08 | 0.13 | 160 | 0.44 | 0.77 |
| Hex | AB | DE | CD | 17 | 0 | 8 | D | A0 | 2C | 4D |
| Octal | 253 | 336 | 315 | 27 | 0 | 10 | 15 | 240 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11001101 | 10111 | 0 | 1000 | 1101 | 10100000 | 101100 | 1001101 |
Color Harmonies of #ABDECD
Complementary color
Monochromatic Colors of #ABDECD
Black with #ABDECD
Text Example
Text Example
White with #ABDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDECD; }
p { color: rgb(171,222,205); }
H1.HeaderClassName
{
color: #ABDECD;
}
.AnyTagClassName
{
color: #ABDECD;
}
</style>
background-color css
<style>
a { background-color: #ABDECD; }
a { background-color: rgb(171,222,205); }
div.DivClassName
{
background-color: #ABDECD;
}
.BgClassName
{
background-color: #ABDECD;
}
</style>
border-color css
<style>
span { border-color: #ABDECD; }
span { border-color: rgb(171,222,205); }
td.TdClassName
{
border-color: #ABDECD;
}
.TagClassName
{
border-color: #ABDECD;
}
</style>