Shades of Ice Cold #ADE1DD
Tints of Ice Cold #ADE1DD
RGB
CMYK
RGB Variations
Color information
#ADE1DD (or 0xADE1DD) is known color: Ice Cold. HEX triplet: AD, E1 and DD. RGB value is (173,225,221). Sum of RGB (Red+Green+Blue) = 173+225+221=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1DD is #521E22. Grayscale: #D0D0D0. Windows color (decimal): -5381667 or 14541229. OLE color: 14541229.
HSL color Cylindrical-coordinate representation of color #ADE1DD: hue angle of 175.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1DD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 221 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.12 |
| HSL | 175.38º | 0.46% | 0.78% | - |
| HSV(B) | 175.38º | 0.23% | 0.88% | - |
| XYZ | 57.21 | 67.96 | 78.51 | - |
| YUV | 209 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 221 | 0.23 | 0 | 0.02 | 0.12 | 175.38 | 0.46 | 0.78 |
| Hex | AD | E1 | DD | 17 | 0 | 2 | C | AF | 2E | 4E |
| Octal | 255 | 341 | 335 | 27 | 0 | 2 | 14 | 257 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11011101 | 10111 | 0 | 10 | 1100 | 10101111 | 101110 | 1001110 |
Color Harmonies of #ADE1DD
Complementary color
Monochromatic Colors of #ADE1DD
Black with #ADE1DD
Text Example
Text Example
White with #ADE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1DD; }
p { color: rgb(173,225,221); }
H1.HeaderClassName
{
color: #ADE1DD;
}
.AnyTagClassName
{
color: #ADE1DD;
}
</style>
background-color css
<style>
a { background-color: #ADE1DD; }
a { background-color: rgb(173,225,221); }
div.DivClassName
{
background-color: #ADE1DD;
}
.BgClassName
{
background-color: #ADE1DD;
}
</style>
border-color css
<style>
span { border-color: #ADE1DD; }
span { border-color: rgb(173,225,221); }
td.TdClassName
{
border-color: #ADE1DD;
}
.TagClassName
{
border-color: #ADE1DD;
}
</style>