#AEDAD0

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

Shades of Scandal #AEDAD0

Tints of Scandal #AEDAD0

Color information

#AEDAD0 (or 0xAEDAD0) is unknown color: approx Scandal. HEX triplet: AE, DA and D0. RGB value is (174,218,208). Sum of RGB (Red+Green+Blue) = 174+218+208=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD0 is #51252F. Grayscale: #CBCBCB. Windows color (decimal): -5317936 or 13687470. OLE color: 13687470.

HSL color Cylindrical-coordinate representation of color #AEDAD0: hue angle of 166.36º 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 #AEDAD0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB174218208-
CMYK0.2000.050.15
HSL166.36º37.29%76.86%-
HSV(B)166.36º20.18%85.49%-
XYZ53.9163.769.13-
YUV203.7130.42106.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=29%
G=36.33%
B=34.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742182080.2000.050.15166.3637.2976.86
HexAEDAD01405Fa6254d
Octal25633232024051724645115
Binary1010111011011010110100001010001011111101001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAD0; }

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

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

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

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

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

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

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

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