Shades of Ice Cold #ADE7D5
Tints of Ice Cold #ADE7D5
RGB
CMYK
RGB Variations
Color information
#ADE7D5 (or 0xADE7D5) is known color: Ice Cold. HEX triplet: AD, E7 and D5. RGB value is (173,231,213). Sum of RGB (Red+Green+Blue) = 173+231+213=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7D5 is #52182A. Grayscale: #D3D3D3. Windows color (decimal): -5380139 or 14018477. OLE color: 14018477.
HSL color Cylindrical-coordinate representation of color #ADE7D5: hue angle of 161.38º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7D5 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 213 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.09 |
| HSL | 161.38º | 0.55% | 0.79% | - |
| HSV(B) | 161.38º | 0.25% | 0.91% | - |
| XYZ | 57.82 | 70.84 | 73.58 | - |
| YUV | 211.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 213 | 0.25 | 0 | 0.08 | 0.09 | 161.38 | 0.55 | 0.79 |
| Hex | AD | E7 | D5 | 19 | 0 | 8 | 9 | A1 | 37 | 4F |
| Octal | 255 | 347 | 325 | 31 | 0 | 10 | 11 | 241 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11010101 | 11001 | 0 | 1000 | 1001 | 10100001 | 110111 | 1001111 |
Color Harmonies of #ADE7D5
Complementary color
Monochromatic Colors of #ADE7D5
Black with #ADE7D5
Text Example
Text Example
White with #ADE7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7D5; }
p { color: rgb(173,231,213); }
H1.HeaderClassName
{
color: #ADE7D5;
}
.AnyTagClassName
{
color: #ADE7D5;
}
</style>
background-color css
<style>
a { background-color: #ADE7D5; }
a { background-color: rgb(173,231,213); }
div.DivClassName
{
background-color: #ADE7D5;
}
.BgClassName
{
background-color: #ADE7D5;
}
</style>
border-color css
<style>
span { border-color: #ADE7D5; }
span { border-color: rgb(173,231,213); }
td.TdClassName
{
border-color: #ADE7D5;
}
.TagClassName
{
border-color: #ADE7D5;
}
</style>