#AEDED8

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

Shades of Scandal #AEDED8

Tints of Scandal #AEDED8

Color information

#AEDED8 (or 0xAEDED8) is unknown color: approx Scandal. HEX triplet: AE, DE and D8. RGB value is (174,222,216). Sum of RGB (Red+Green+Blue) = 174+222+216=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED8 is #512127. Grayscale: #CECECE. Windows color (decimal): -5316904 or 14212782. OLE color: 14212782.

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

Color convert

RGB174222216-
CMYK0.2200.030.13
HSL172.5º42.11%77.65%-
HSV(B)172.5º21.62%87.06%-
XYZ55.9766.274.79-
YUV206.96133.1104.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 216 (84.77% from 255) = 35.29%
R=28.43%
G=36.27%
B=35.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742222160.2200.030.13172.542.1177.65
HexAEDED81603Dac2a4e
Octal25633633026031525452116
Binary101011101101111011011000101100111101101011001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDED8; }

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

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

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

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

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

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

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

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