#AFDED6

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

Shades of Scandal #AFDED6

Tints of Scandal #AFDED6

Color information

#AFDED6 (or 0xAFDED6) is unknown color: approx Scandal. HEX triplet: AF, DE and D6. RGB value is (175,222,214). Sum of RGB (Red+Green+Blue) = 175+222+214=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDED6 is #502129. Grayscale: #CFCFCF. Windows color (decimal): -5251370 or 14081711. OLE color: 14081711.

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

Color convert

RGB175222214-
CMYK0.2100.040.13
HSL169.79º41.59%77.84%-
HSV(B)169.79º21.17%87.06%-
XYZ55.9466.2173.45-
YUV207.03131.93105.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 214 (83.98% from 255) = 35.02%
R=28.64%
G=36.33%
B=35.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222140.2100.040.13169.7941.5977.84
HexAFDED61504Daa2a4e
Octal25733632625041525252116
Binary1010111111011110110101101010101001101101010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDED6; }

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

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

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

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

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

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

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

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