Shades of Ice Cold #ADE2DD
Tints of Ice Cold #ADE2DD
RGB
CMYK
RGB Variations
Color information
#ADE2DD (or 0xADE2DD) is known color: Ice Cold. HEX triplet: AD, E2 and DD. RGB value is (173,226,221). Sum of RGB (Red+Green+Blue) = 173+226+221=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DD is #521D22. Grayscale: #D1D1D1. Windows color (decimal): -5381411 or 14541485. OLE color: 14541485.
HSL color Cylindrical-coordinate representation of color #ADE2DD: hue angle of 174.34º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 221 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.11 |
| HSL | 174.34º | 0.48% | 0.78% | - |
| HSV(B) | 174.34º | 0.23% | 0.89% | - |
| XYZ | 57.48 | 68.5 | 78.6 | - |
| YUV | 209.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 221 | 0.23 | 0 | 0.02 | 0.11 | 174.34 | 0.48 | 0.78 |
| Hex | AD | E2 | DD | 17 | 0 | 2 | B | AE | 30 | 4E |
| Octal | 255 | 342 | 335 | 27 | 0 | 2 | 13 | 256 | 60 | 116 |
| Binary | 10101101 | 11100010 | 11011101 | 10111 | 0 | 10 | 1011 | 10101110 | 110000 | 1001110 |
Color Harmonies of #ADE2DD
Complementary color
Monochromatic Colors of #ADE2DD
Black with #ADE2DD
Text Example
Text Example
White with #ADE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2DD; }
p { color: rgb(173,226,221); }
H1.HeaderClassName
{
color: #ADE2DD;
}
.AnyTagClassName
{
color: #ADE2DD;
}
</style>
background-color css
<style>
a { background-color: #ADE2DD; }
a { background-color: rgb(173,226,221); }
div.DivClassName
{
background-color: #ADE2DD;
}
.BgClassName
{
background-color: #ADE2DD;
}
</style>
border-color css
<style>
span { border-color: #ADE2DD; }
span { border-color: rgb(173,226,221); }
td.TdClassName
{
border-color: #ADE2DD;
}
.TagClassName
{
border-color: #ADE2DD;
}
</style>