Shades of Ice Cold #AEDED3
Tints of Ice Cold #AEDED3
RGB
CMYK
RGB Variations
Color information
#AEDED3 (or 0xAEDED3) is known color: Ice Cold. HEX triplet: AE, DE and D3. RGB value is (174,222,211). Sum of RGB (Red+Green+Blue) = 174+222+211=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED3 is #51212C. Grayscale: #CECECE. Windows color (decimal): -5316909 or 13885102. OLE color: 13885102.
HSL color Cylindrical-coordinate representation of color #AEDED3: hue angle of 166.25º 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 #AEDED3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 211 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.13 |
| HSL | 166.25º | 0.42% | 0.78% | - |
| HSV(B) | 166.25º | 0.22% | 0.87% | - |
| XYZ | 55.33 | 65.94 | 71.44 | - |
| YUV | 206.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 211 | 0.22 | 0 | 0.05 | 0.13 | 166.25 | 0.42 | 0.78 |
| Hex | AE | DE | D3 | 16 | 0 | 5 | D | A6 | 2A | 4E |
| Octal | 256 | 336 | 323 | 26 | 0 | 5 | 15 | 246 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11010011 | 10110 | 0 | 101 | 1101 | 10100110 | 101010 | 1001110 |
Color Harmonies of #AEDED3
Complementary color
Monochromatic Colors of #AEDED3
Black with #AEDED3
Text Example
Text Example
White with #AEDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDED3; }
p { color: rgb(174,222,211); }
H1.HeaderClassName
{
color: #AEDED3;
}
.AnyTagClassName
{
color: #AEDED3;
}
</style>
background-color css
<style>
a { background-color: #AEDED3; }
a { background-color: rgb(174,222,211); }
div.DivClassName
{
background-color: #AEDED3;
}
.BgClassName
{
background-color: #AEDED3;
}
</style>
border-color css
<style>
span { border-color: #AEDED3; }
span { border-color: rgb(174,222,211); }
td.TdClassName
{
border-color: #AEDED3;
}
.TagClassName
{
border-color: #AEDED3;
}
</style>