Shades of Ice Cold #ADE7D3
Tints of Ice Cold #ADE7D3
RGB
CMYK
RGB Variations
Color information
#ADE7D3 (or 0xADE7D3) is known color: Ice Cold. HEX triplet: AD, E7 and D3. RGB value is (173,231,211). Sum of RGB (Red+Green+Blue) = 173+231+211=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7D3 is #52182C. Grayscale: #D3D3D3. Windows color (decimal): -5380141 or 13887405. OLE color: 13887405.
HSL color Cylindrical-coordinate representation of color #ADE7D3: hue angle of 159.31º 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 #ADE7D3 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 211 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.09 |
| HSL | 159.31º | 0.55% | 0.79% | - |
| HSV(B) | 159.31º | 0.25% | 0.91% | - |
| XYZ | 57.57 | 70.74 | 72.25 | - |
| YUV | 211.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 211 | 0.25 | 0 | 0.09 | 0.09 | 159.31 | 0.55 | 0.79 |
| Hex | AD | E7 | D3 | 19 | 0 | 9 | 9 | 9F | 37 | 4F |
| Octal | 255 | 347 | 323 | 31 | 0 | 11 | 11 | 237 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11010011 | 11001 | 0 | 1001 | 1001 | 10011111 | 110111 | 1001111 |
Color Harmonies of #ADE7D3
Complementary color
Monochromatic Colors of #ADE7D3
Black with #ADE7D3
Text Example
Text Example
White with #ADE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7D3; }
p { color: rgb(173,231,211); }
H1.HeaderClassName
{
color: #ADE7D3;
}
.AnyTagClassName
{
color: #ADE7D3;
}
</style>
background-color css
<style>
a { background-color: #ADE7D3; }
a { background-color: rgb(173,231,211); }
div.DivClassName
{
background-color: #ADE7D3;
}
.BgClassName
{
background-color: #ADE7D3;
}
</style>
border-color css
<style>
span { border-color: #ADE7D3; }
span { border-color: rgb(173,231,211); }
td.TdClassName
{
border-color: #ADE7D3;
}
.TagClassName
{
border-color: #ADE7D3;
}
</style>