Shades of Ice Cold #ACE1D7
Tints of Ice Cold #ACE1D7
RGB
CMYK
RGB Variations
Color information
#ACE1D7 (or 0xACE1D7) is known color: Ice Cold. HEX triplet: AC, E1 and D7. RGB value is (172,225,215). Sum of RGB (Red+Green+Blue) = 172+225+215=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D7 is #531E28. Grayscale: #D0D0D0. Windows color (decimal): -5447209 or 14148012. OLE color: 14148012.
HSL color Cylindrical-coordinate representation of color #ACE1D7: hue angle of 168.68º 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 #ACE1D7 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 215 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.12 |
| HSL | 168.68º | 0.47% | 0.78% | - |
| HSV(B) | 168.68º | 0.24% | 0.88% | - |
| XYZ | 56.2 | 67.53 | 74.36 | - |
| YUV | 208.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 215 | 0.24 | 0 | 0.04 | 0.12 | 168.68 | 0.47 | 0.78 |
| Hex | AC | E1 | D7 | 18 | 0 | 4 | C | A9 | 2F | 4E |
| Octal | 254 | 341 | 327 | 30 | 0 | 4 | 14 | 251 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11010111 | 11000 | 0 | 100 | 1100 | 10101001 | 101111 | 1001110 |
Color Harmonies of #ACE1D7
Complementary color
Monochromatic Colors of #ACE1D7
Black with #ACE1D7
Text Example
Text Example
White with #ACE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1D7; }
p { color: rgb(172,225,215); }
H1.HeaderClassName
{
color: #ACE1D7;
}
.AnyTagClassName
{
color: #ACE1D7;
}
</style>
background-color css
<style>
a { background-color: #ACE1D7; }
a { background-color: rgb(172,225,215); }
div.DivClassName
{
background-color: #ACE1D7;
}
.BgClassName
{
background-color: #ACE1D7;
}
</style>
border-color css
<style>
span { border-color: #ACE1D7; }
span { border-color: rgb(172,225,215); }
td.TdClassName
{
border-color: #ACE1D7;
}
.TagClassName
{
border-color: #ACE1D7;
}
</style>