#AFDEDA

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

Shades of Scandal #AFDEDA

Tints of Scandal #AFDEDA

Color information

#AFDEDA (or 0xAFDEDA) is unknown color: approx Scandal. HEX triplet: AF, DE and DA. RGB value is (175,222,218). Sum of RGB (Red+Green+Blue) = 175+222+218=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEDA is #502125. Grayscale: #CFCFCF. Windows color (decimal): -5251366 or 14343855. OLE color: 14343855.

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

Color convert

RGB175222218-
CMYK0.2100.020.13
HSL174.89º41.59%77.84%-
HSV(B)174.89º21.17%87.06%-
XYZ56.4666.4276.17-
YUV207.49133.93104.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=28.46%
G=36.10%
B=35.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752222180.2100.020.13174.8941.5977.84
HexAFDEDA1502Daf2a4e
Octal25733633225021525752116
Binary101011111101111011011010101010101101101011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEDA; }

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

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

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

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

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

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

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

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