Shades of Ice Cold #AADFCE
Tints of Ice Cold #AADFCE
RGB
CMYK
RGB Variations
Color information
#AADFCE (or 0xAADFCE) is known color: Ice Cold. HEX triplet: AA, DF and CE. RGB value is (170,223,206). Sum of RGB (Red+Green+Blue) = 170+223+206=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFCE is #552031. Grayscale: #CDCDCD. Windows color (decimal): -5578802 or 13557674. OLE color: 13557674.
HSL color Cylindrical-coordinate representation of color #AADFCE: hue angle of 160.75º 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 #AADFCE is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 206 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.13 |
| HSL | 160.75º | 0.45% | 0.77% | - |
| HSV(B) | 160.75º | 0.24% | 0.87% | - |
| XYZ | 54.11 | 65.78 | 68.24 | - |
| YUV | 205.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 206 | 0.24 | 0 | 0.08 | 0.13 | 160.75 | 0.45 | 0.77 |
| Hex | AA | DF | CE | 18 | 0 | 8 | D | A1 | 2D | 4D |
| Octal | 252 | 337 | 316 | 30 | 0 | 10 | 15 | 241 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11001110 | 11000 | 0 | 1000 | 1101 | 10100001 | 101101 | 1001101 |
Color Harmonies of #AADFCE
Complementary color
Monochromatic Colors of #AADFCE
Black with #AADFCE
Text Example
Text Example
White with #AADFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFCE; }
p { color: rgb(170,223,206); }
H1.HeaderClassName
{
color: #AADFCE;
}
.AnyTagClassName
{
color: #AADFCE;
}
</style>
background-color css
<style>
a { background-color: #AADFCE; }
a { background-color: rgb(170,223,206); }
div.DivClassName
{
background-color: #AADFCE;
}
.BgClassName
{
background-color: #AADFCE;
}
</style>
border-color css
<style>
span { border-color: #AADFCE; }
span { border-color: rgb(170,223,206); }
td.TdClassName
{
border-color: #AADFCE;
}
.TagClassName
{
border-color: #AADFCE;
}
</style>