#AEDEDA

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

Shades of Scandal #AEDEDA

Tints of Scandal #AEDEDA

Color information

#AEDEDA (or 0xAEDEDA) is unknown color: approx Scandal. HEX triplet: AE, DE and DA. RGB value is (174,222,218). Sum of RGB (Red+Green+Blue) = 174+222+218=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDA is #512125. Grayscale: #CFCFCF. Windows color (decimal): -5316902 or 14343854. OLE color: 14343854.

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

Color convert

RGB174222218-
CMYK0.2200.020.13
HSL175º42.11%77.65%-
HSV(B)175º21.62%87.06%-
XYZ56.2366.376.16-
YUV207.19134.1104.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=28.34%
G=36.16%
B=35.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222180.2200.020.1317542.1177.65
HexAEDEDA1602Daf2a4e
Octal25633633226021525752116
Binary101011101101111011011010101100101101101011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEDA; }

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

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

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

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

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

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

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

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