#AEAADE

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

Shades of Lavender Grey #AEAADE

Tints of Lavender Grey #AEAADE

Color information

#AEAADE (or 0xAEAADE) is unknown color: approx Lavender Grey. HEX triplet: AE, AA and DE. RGB value is (174,170,222). Sum of RGB (Red+Green+Blue) = 174+170+222=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAADE is #515521. Grayscale: #B0B0B0. Windows color (decimal): -5330210 or 14592686. OLE color: 14592686.

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

Color convert

RGB174170222-
CMYK0.220.2300.13
HSL244.62º44.07%76.86%-
HSV(B)244.62º23.42%87.06%-
XYZ45.0243.0275.04-
YUV177.12153.33125.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=30.74%
G=30.04%
B=39.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741702220.220.2300.13244.6244.0776.86
HexAEAADE16170Df52c4d
Octal256252336262701536554115
Binary101011101010101011011110101101011101101111101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAADE; }

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

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

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

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

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

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

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

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