Html Css Color HEX #AFDED2 Ice Cold

📋 copy color: '#AFDED2'

red 175 ◦ green 222 ◦ blue 210

#AFDED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #AFDED2

Tints of Ice Cold #AFDED2

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.6%

R = 28.83%
G = 36.57%
B = 34.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#AFDED2 (or 0xAFDED2) is known color: 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

RGB 175 222 210 -
CMYK 0.21 0 0.05 0.13
HSL 164.68º 0.42% 0.78% -
HSV(B) 164.68º 0.21% 0.87% -
XYZ 55.43 66.01 70.79 -
YUV 206.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 175 222 210 0.21 0 0.05 0.13 164.68 0.42 0.78
Hex AF DE D2 15 0 5 D A5 2A 4E
Octal 257 336 322 25 0 5 15 245 52 116
Binary 10101111 11011110 11010010 10101 0 101 1101 10100101 101010 1001110

Color Harmonies of #AFDED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDED2

Black with #AFDED2

Text Example


Text Example

White with #AFDED2

Text Example


Text Example

HTML Codes & Css Web 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>