#AFDED2

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

Shades of Ice Cold #AFDED2

Tints of Ice Cold #AFDED2

Color information

#AFDED2 (or 0xAFDED2) is unknown color: approx Ice Cold. HEX triplet: AF, DE and D2. RGB value is (175,222,210). Sum of RGB (Red+Green+Blue) = 175+222+210=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDED2 is #50212D. Grayscale: #CECECE. Windows color (decimal): -5251374 or 13819567. OLE color: 13819567.

HSL color Cylindrical-coordinate representation of color #AFDED2: hue angle of 164.68º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDED2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB175222210-
CMYK0.2100.050.13
HSL164.68º41.59%77.84%-
HSV(B)164.68º21.17%87.06%-
XYZ55.4366.0170.79-
YUV206.58129.93105.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=28.83%
G=36.57%
B=34.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222100.2100.050.13164.6841.5977.84
HexAFDED21505Da52a4e
Octal25733632225051524552116
Binary1010111111011110110100101010101011101101001011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDED2; }

 p { color: rgb(175,222,210); }

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

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

 a { background-color: rgb(175,222,210); }

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

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

 span { border-color: rgb(175,222,210); }

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