Shades of Ice Cold #AEDFD1
Tints of Ice Cold #AEDFD1
RGB
CMYK
RGB Variations
Color information
#AEDFD1 (or 0xAEDFD1) is known color: Ice Cold. HEX triplet: AE, DF and D1. RGB value is (174,223,209). Sum of RGB (Red+Green+Blue) = 174+223+209=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD1 is #51202E. Grayscale: #CECECE. Windows color (decimal): -5316655 or 13754286. OLE color: 13754286.
HSL color Cylindrical-coordinate representation of color #AEDFD1: hue angle of 162.86º degrees, saturation: 0.43, 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 #AEDFD1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 209 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.13 |
| HSL | 162.86º | 0.43% | 0.78% | - |
| HSV(B) | 162.86º | 0.22% | 0.87% | - |
| XYZ | 55.35 | 66.38 | 70.22 | - |
| YUV | 206.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 209 | 0.22 | 0 | 0.06 | 0.13 | 162.86 | 0.43 | 0.78 |
| Hex | AE | DF | D1 | 16 | 0 | 6 | D | A3 | 2B | 4E |
| Octal | 256 | 337 | 321 | 26 | 0 | 6 | 15 | 243 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11010001 | 10110 | 0 | 110 | 1101 | 10100011 | 101011 | 1001110 |
Color Harmonies of #AEDFD1
Complementary color
Monochromatic Colors of #AEDFD1
Black with #AEDFD1
Text Example
Text Example
White with #AEDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFD1; }
p { color: rgb(174,223,209); }
H1.HeaderClassName
{
color: #AEDFD1;
}
.AnyTagClassName
{
color: #AEDFD1;
}
</style>
background-color css
<style>
a { background-color: #AEDFD1; }
a { background-color: rgb(174,223,209); }
div.DivClassName
{
background-color: #AEDFD1;
}
.BgClassName
{
background-color: #AEDFD1;
}
</style>
border-color css
<style>
span { border-color: #AEDFD1; }
span { border-color: rgb(174,223,209); }
td.TdClassName
{
border-color: #AEDFD1;
}
.TagClassName
{
border-color: #AEDFD1;
}
</style>