Shades of Ice Cold #ACE1D3
Tints of Ice Cold #ACE1D3
RGB
CMYK
RGB Variations
Color information
#ACE1D3 (or 0xACE1D3) is known color: Ice Cold. HEX triplet: AC, E1 and D3. RGB value is (172,225,211). Sum of RGB (Red+Green+Blue) = 172+225+211=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D3 is #531E2C. Grayscale: #CFCFCF. Windows color (decimal): -5447213 or 13885868. OLE color: 13885868.
HSL color Cylindrical-coordinate representation of color #ACE1D3: hue angle of 164.15º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1D3 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 211 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.12 |
| HSL | 164.15º | 0.47% | 0.78% | - |
| HSV(B) | 164.15º | 0.24% | 0.88% | - |
| XYZ | 55.7 | 67.32 | 71.69 | - |
| YUV | 207.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 211 | 0.24 | 0 | 0.06 | 0.12 | 164.15 | 0.47 | 0.78 |
| Hex | AC | E1 | D3 | 18 | 0 | 6 | C | A4 | 2F | 4E |
| Octal | 254 | 341 | 323 | 30 | 0 | 6 | 14 | 244 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11010011 | 11000 | 0 | 110 | 1100 | 10100100 | 101111 | 1001110 |
Color Harmonies of #ACE1D3
Complementary color
Monochromatic Colors of #ACE1D3
Black with #ACE1D3
Text Example
Text Example
White with #ACE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1D3; }
p { color: rgb(172,225,211); }
H1.HeaderClassName
{
color: #ACE1D3;
}
.AnyTagClassName
{
color: #ACE1D3;
}
</style>
background-color css
<style>
a { background-color: #ACE1D3; }
a { background-color: rgb(172,225,211); }
div.DivClassName
{
background-color: #ACE1D3;
}
.BgClassName
{
background-color: #ACE1D3;
}
</style>
border-color css
<style>
span { border-color: #ACE1D3; }
span { border-color: rgb(172,225,211); }
td.TdClassName
{
border-color: #ACE1D3;
}
.TagClassName
{
border-color: #ACE1D3;
}
</style>