Shades of Ice Cold #AEDED2
Tints of Ice Cold #AEDED2
RGB
CMYK
RGB Variations
Color information
#AEDED2 (or 0xAEDED2) is known color: Ice Cold. HEX triplet: AE, DE and D2. RGB value is (174,222,210). Sum of RGB (Red+Green+Blue) = 174+222+210=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED2 is #51212D. Grayscale: #CECECE. Windows color (decimal): -5316910 or 13819566. OLE color: 13819566.
HSL color Cylindrical-coordinate representation of color #AEDED2: hue angle of 165º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDED2 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 210 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.13 |
| HSL | 165º | 0.42% | 0.78% | - |
| HSV(B) | 165º | 0.22% | 0.87% | - |
| XYZ | 55.21 | 65.89 | 70.78 | - |
| YUV | 206.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 210 | 0.22 | 0 | 0.05 | 0.13 | 165 | 0.42 | 0.78 |
| Hex | AE | DE | D2 | 16 | 0 | 5 | D | A5 | 2A | 4E |
| Octal | 256 | 336 | 322 | 26 | 0 | 5 | 15 | 245 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11010010 | 10110 | 0 | 101 | 1101 | 10100101 | 101010 | 1001110 |
Color Harmonies of #AEDED2
Complementary color
Monochromatic Colors of #AEDED2
Black with #AEDED2
Text Example
Text Example
White with #AEDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDED2; }
p { color: rgb(174,222,210); }
H1.HeaderClassName
{
color: #AEDED2;
}
.AnyTagClassName
{
color: #AEDED2;
}
</style>
background-color css
<style>
a { background-color: #AEDED2; }
a { background-color: rgb(174,222,210); }
div.DivClassName
{
background-color: #AEDED2;
}
.BgClassName
{
background-color: #AEDED2;
}
</style>
border-color css
<style>
span { border-color: #AEDED2; }
span { border-color: rgb(174,222,210); }
td.TdClassName
{
border-color: #AEDED2;
}
.TagClassName
{
border-color: #AEDED2;
}
</style>