Shades of Ice Cold #A1E1D2
Tints of Ice Cold #A1E1D2
RGB
CMYK
RGB Variations
Color information
#A1E1D2 (or 0xA1E1D2) is known color: Ice Cold. HEX triplet: A1, E1 and D2. RGB value is (161,225,210). Sum of RGB (Red+Green+Blue) = 161+225+210=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1D2 is #5E1E2D. Grayscale: #CCCCCC. Windows color (decimal): -6168110 or 13820321. OLE color: 13820321.
HSL color Cylindrical-coordinate representation of color #A1E1D2: hue angle of 165.94º 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 #A1E1D2 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 210 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.12 |
| HSL | 165.94º | 0.52% | 0.76% | - |
| HSV(B) | 165.94º | 0.28% | 0.88% | - |
| XYZ | 53.26 | 66.08 | 70.92 | - |
| YUV | 204.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 210 | 0.28 | 0 | 0.07 | 0.12 | 165.94 | 0.52 | 0.76 |
| Hex | A1 | E1 | D2 | 1C | 0 | 7 | C | A6 | 34 | 4C |
| Octal | 241 | 341 | 322 | 34 | 0 | 7 | 14 | 246 | 64 | 114 |
| Binary | 10100001 | 11100001 | 11010010 | 11100 | 0 | 111 | 1100 | 10100110 | 110100 | 1001100 |
Color Harmonies of #A1E1D2
Complementary color
Monochromatic Colors of #A1E1D2
Black with #A1E1D2
Text Example
Text Example
White with #A1E1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1D2; }
p { color: rgb(161,225,210); }
H1.HeaderClassName
{
color: #A1E1D2;
}
.AnyTagClassName
{
color: #A1E1D2;
}
</style>
background-color css
<style>
a { background-color: #A1E1D2; }
a { background-color: rgb(161,225,210); }
div.DivClassName
{
background-color: #A1E1D2;
}
.BgClassName
{
background-color: #A1E1D2;
}
</style>
border-color css
<style>
span { border-color: #A1E1D2; }
span { border-color: rgb(161,225,210); }
td.TdClassName
{
border-color: #A1E1D2;
}
.TagClassName
{
border-color: #A1E1D2;
}
</style>