#AEDAD6

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

Shades of Scandal #AEDAD6

Tints of Scandal #AEDAD6

Color information

#AEDAD6 (or 0xAEDAD6) is unknown color: approx Scandal. HEX triplet: AE, DA and D6. RGB value is (174,218,214). Sum of RGB (Red+Green+Blue) = 174+218+214=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD6 is #512529. Grayscale: #CCCCCC. Windows color (decimal): -5317930 or 14080686. OLE color: 14080686.

HSL color Cylindrical-coordinate representation of color #AEDAD6: hue angle of 174.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAD6 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB174218214-
CMYK0.2000.020.15
HSL174.55º37.29%76.86%-
HSV(B)174.55º20.18%85.49%-
XYZ54.666473.09-
YUV204.39133.42106.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=28.71%
G=35.97%
B=35.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742182140.2000.020.15174.5537.2976.86
HexAEDAD61402Faf254d
Octal25633232624021725745115
Binary101011101101101011010110101000101111101011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAD6; }

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

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

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

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

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

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

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

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