#AEDED6

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

Shades of Scandal #AEDED6

Tints of Scandal #AEDED6

Color information

#AEDED6 (or 0xAEDED6) is unknown color: approx Scandal. HEX triplet: AE, DE and D6. RGB value is (174,222,214). Sum of RGB (Red+Green+Blue) = 174+222+214=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED6 is #512129. Grayscale: #CECECE. Windows color (decimal): -5316906 or 14081710. OLE color: 14081710.

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

Color convert

RGB174222214-
CMYK0.2200.040.13
HSL170º42.11%77.65%-
HSV(B)170º21.62%87.06%-
XYZ55.7166.173.44-
YUV206.74132.1104.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=28.52%
G=36.39%
B=35.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222140.2200.040.1317042.1177.65
HexAEDED61604Daa2a4e
Octal25633632626041525252116
Binary1010111011011110110101101011001001101101010101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDED6; }

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

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

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

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

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

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

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

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