#AEDED1

Color #AEDED1 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #AEDED1

Tints of Ice Cold #AEDED1

Color information

#AEDED1 (or 0xAEDED1) is unknown color: approx Ice Cold. HEX triplet: AE, DE and D1. RGB value is (174,222,209). Sum of RGB (Red+Green+Blue) = 174+222+209=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED1 is #51212E. Grayscale: #CECECE. Windows color (decimal): -5316911 or 13754030. OLE color: 13754030.

HSL color Cylindrical-coordinate representation of color #AEDED1: hue angle of 163.75º 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 #AEDED1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB174222209-
CMYK0.2200.060.13
HSL163.75º42.11%77.65%-
HSV(B)163.75º21.62%87.06%-
XYZ55.0965.8470.13-
YUV206.17129.6105.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=28.76%
G=36.69%
B=34.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222090.2200.060.13163.7542.1177.65
HexAEDED11606Da42a4e
Octal25633632126061524452116
Binary1010111011011110110100011011001101101101001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDED1; }

 p { color: rgb(174,222,209); }

 H1.HeaderClassName
 {
   color: #AEDED1;
 }
 .AnyTagClassName
 {
   color: #AEDED1;
 }
</style>
background-color css

<style>
 a { background-color: #AEDED1; }

 a { background-color: rgb(174,222,209); }

 div.DivClassName
 {
   background-color: #AEDED1;
 }
 .BgClassName
 {
   background-color: #AEDED1;
 }
</style>
border-color css

<style>
 span { border-color: #AEDED1; }

 span { border-color: rgb(174,222,209); }

 td.TdClassName
 {
   border-color: #AEDED1;
 }
 .TagClassName
 {
   border-color: #AEDED1;
 }
</style>