Shades of Ice Cold #ADDED0
Tints of Ice Cold #ADDED0
RGB
CMYK
RGB Variations
Color information
#ADDED0 (or 0xADDED0) is known color: Ice Cold. HEX triplet: AD, DE and D0. RGB value is (173,222,208). Sum of RGB (Red+Green+Blue) = 173+222+208=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED0 is #52212F. Grayscale: #CDCDCD. Windows color (decimal): -5382448 or 13688493. OLE color: 13688493.
HSL color Cylindrical-coordinate representation of color #ADDED0: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDED0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 208 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.13 |
| HSL | 162.86º | 0.43% | 0.77% | - |
| HSV(B) | 162.86º | 0.22% | 0.87% | - |
| XYZ | 54.74 | 65.68 | 69.47 | - |
| YUV | 205.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 208 | 0.22 | 0 | 0.06 | 0.13 | 162.86 | 0.43 | 0.77 |
| Hex | AD | DE | D0 | 16 | 0 | 6 | D | A3 | 2B | 4D |
| Octal | 255 | 336 | 320 | 26 | 0 | 6 | 15 | 243 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11010000 | 10110 | 0 | 110 | 1101 | 10100011 | 101011 | 1001101 |
Color Harmonies of #ADDED0
Complementary color
Monochromatic Colors of #ADDED0
Black with #ADDED0
Text Example
Text Example
White with #ADDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDED0; }
p { color: rgb(173,222,208); }
H1.HeaderClassName
{
color: #ADDED0;
}
.AnyTagClassName
{
color: #ADDED0;
}
</style>
background-color css
<style>
a { background-color: #ADDED0; }
a { background-color: rgb(173,222,208); }
div.DivClassName
{
background-color: #ADDED0;
}
.BgClassName
{
background-color: #ADDED0;
}
</style>
border-color css
<style>
span { border-color: #ADDED0; }
span { border-color: rgb(173,222,208); }
td.TdClassName
{
border-color: #ADDED0;
}
.TagClassName
{
border-color: #ADDED0;
}
</style>