Shades of Ice Cold #AADFCD
Tints of Ice Cold #AADFCD
RGB
CMYK
RGB Variations
Color information
#AADFCD (or 0xAADFCD) is known color: Ice Cold. HEX triplet: AA, DF and CD. RGB value is (170,223,205). Sum of RGB (Red+Green+Blue) = 170+223+205=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFCD is #552032. Grayscale: #CDCDCD. Windows color (decimal): -5578803 or 13492138. OLE color: 13492138.
HSL color Cylindrical-coordinate representation of color #AADFCD: hue angle of 159.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFCD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 205 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.13 |
| HSL | 159.62º | 0.45% | 0.77% | - |
| HSV(B) | 159.62º | 0.24% | 0.87% | - |
| XYZ | 53.98 | 65.73 | 67.6 | - |
| YUV | 205.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 205 | 0.24 | 0 | 0.08 | 0.13 | 159.62 | 0.45 | 0.77 |
| Hex | AA | DF | CD | 18 | 0 | 8 | D | A0 | 2D | 4D |
| Octal | 252 | 337 | 315 | 30 | 0 | 10 | 15 | 240 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11001101 | 11000 | 0 | 1000 | 1101 | 10100000 | 101101 | 1001101 |
Color Harmonies of #AADFCD
Complementary color
Monochromatic Colors of #AADFCD
Black with #AADFCD
Text Example
Text Example
White with #AADFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFCD; }
p { color: rgb(170,223,205); }
H1.HeaderClassName
{
color: #AADFCD;
}
.AnyTagClassName
{
color: #AADFCD;
}
</style>
background-color css
<style>
a { background-color: #AADFCD; }
a { background-color: rgb(170,223,205); }
div.DivClassName
{
background-color: #AADFCD;
}
.BgClassName
{
background-color: #AADFCD;
}
</style>
border-color css
<style>
span { border-color: #AADFCD; }
span { border-color: rgb(170,223,205); }
td.TdClassName
{
border-color: #AADFCD;
}
.TagClassName
{
border-color: #AADFCD;
}
</style>