Shades of Ice Cold #A1E1D1
Tints of Ice Cold #A1E1D1
RGB
CMYK
RGB Variations
Color information
#A1E1D1 (or 0xA1E1D1) is known color: Ice Cold. HEX triplet: A1, E1 and D1. RGB value is (161,225,209). Sum of RGB (Red+Green+Blue) = 161+225+209=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1D1 is #5E1E2E. Grayscale: #CCCCCC. Windows color (decimal): -6168111 or 13754785. OLE color: 13754785.
HSL color Cylindrical-coordinate representation of color #A1E1D1: hue angle of 165º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1D1 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 209 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.12 |
| HSL | 165º | 0.52% | 0.76% | - |
| HSV(B) | 165º | 0.28% | 0.88% | - |
| XYZ | 53.13 | 66.03 | 70.27 | - |
| YUV | 204.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 209 | 0.28 | 0 | 0.07 | 0.12 | 165 | 0.52 | 0.76 |
| Hex | A1 | E1 | D1 | 1C | 0 | 7 | C | A5 | 34 | 4C |
| Octal | 241 | 341 | 321 | 34 | 0 | 7 | 14 | 245 | 64 | 114 |
| Binary | 10100001 | 11100001 | 11010001 | 11100 | 0 | 111 | 1100 | 10100101 | 110100 | 1001100 |
Color Harmonies of #A1E1D1
Complementary color
Monochromatic Colors of #A1E1D1
Black with #A1E1D1
Text Example
Text Example
White with #A1E1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1D1; }
p { color: rgb(161,225,209); }
H1.HeaderClassName
{
color: #A1E1D1;
}
.AnyTagClassName
{
color: #A1E1D1;
}
</style>
background-color css
<style>
a { background-color: #A1E1D1; }
a { background-color: rgb(161,225,209); }
div.DivClassName
{
background-color: #A1E1D1;
}
.BgClassName
{
background-color: #A1E1D1;
}
</style>
border-color css
<style>
span { border-color: #A1E1D1; }
span { border-color: rgb(161,225,209); }
td.TdClassName
{
border-color: #A1E1D1;
}
.TagClassName
{
border-color: #A1E1D1;
}
</style>