Shades of Ice Cold #A1E1D3
Tints of Ice Cold #A1E1D3
RGB
CMYK
RGB Variations
Color information
#A1E1D3 (or 0xA1E1D3) is known color: Ice Cold. HEX triplet: A1, E1 and D3. RGB value is (161,225,211). Sum of RGB (Red+Green+Blue) = 161+225+211=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1D3 is #5E1E2C. Grayscale: #CCCCCC. Windows color (decimal): -6168109 or 13885857. OLE color: 13885857.
HSL color Cylindrical-coordinate representation of color #A1E1D3: hue angle of 166.88º 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 #A1E1D3 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 211 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.12 |
| HSL | 166.88º | 0.52% | 0.76% | - |
| HSV(B) | 166.88º | 0.28% | 0.88% | - |
| XYZ | 53.38 | 66.13 | 71.58 | - |
| YUV | 204.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 211 | 0.28 | 0 | 0.06 | 0.12 | 166.88 | 0.52 | 0.76 |
| Hex | A1 | E1 | D3 | 1C | 0 | 6 | C | A7 | 34 | 4C |
| Octal | 241 | 341 | 323 | 34 | 0 | 6 | 14 | 247 | 64 | 114 |
| Binary | 10100001 | 11100001 | 11010011 | 11100 | 0 | 110 | 1100 | 10100111 | 110100 | 1001100 |
Color Harmonies of #A1E1D3
Complementary color
Monochromatic Colors of #A1E1D3
Black with #A1E1D3
Text Example
Text Example
White with #A1E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1D3; }
p { color: rgb(161,225,211); }
H1.HeaderClassName
{
color: #A1E1D3;
}
.AnyTagClassName
{
color: #A1E1D3;
}
</style>
background-color css
<style>
a { background-color: #A1E1D3; }
a { background-color: rgb(161,225,211); }
div.DivClassName
{
background-color: #A1E1D3;
}
.BgClassName
{
background-color: #A1E1D3;
}
</style>
border-color css
<style>
span { border-color: #A1E1D3; }
span { border-color: rgb(161,225,211); }
td.TdClassName
{
border-color: #A1E1D3;
}
.TagClassName
{
border-color: #A1E1D3;
}
</style>