#AFDED1

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

Shades of Ice Cold #AFDED1

Tints of Ice Cold #AFDED1

Color information

#AFDED1 (or 0xAFDED1) is unknown color: approx Ice Cold. HEX triplet: AF, DE and D1. RGB value is (175,222,209). Sum of RGB (Red+Green+Blue) = 175+222+209=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDED1 is #50212E. Grayscale: #CECECE. Windows color (decimal): -5251375 or 13754031. OLE color: 13754031.

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

Color convert

RGB175222209-
CMYK0.2100.060.13
HSL163.4º41.59%77.84%-
HSV(B)163.4º21.17%87.06%-
XYZ55.3165.9670.14-
YUV206.46129.43105.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=28.88%
G=36.63%
B=34.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222090.2100.060.13163.441.5977.84
HexAFDED11506Da32a4e
Octal25733632125061524352116
Binary1010111111011110110100011010101101101101000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDED1; }

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

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

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

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

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

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

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

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