#AEAEDE

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

Shades of Lavender Grey #AEAEDE

Tints of Lavender Grey #AEAEDE

Color information

#AEAEDE (or 0xAEAEDE) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and DE. RGB value is (174,174,222). Sum of RGB (Red+Green+Blue) = 174+174+222=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEDE is #515121. Grayscale: #B3B3B3. Windows color (decimal): -5329186 or 14593710. OLE color: 14593710.

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

Color convert

RGB174174222-
CMYK0.220.2200.13
HSL240º42.11%77.65%-
HSV(B)240º21.62%87.06%-
XYZ45.7844.5475.29-
YUV179.47152124.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=30.53%
G=30.53%
B=38.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741742220.220.2200.1324042.1177.65
HexAEAEDE16160Df02a4e
Octal256256336262601536052116
Binary101011101010111011011110101101011001101111100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEDE; }

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

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

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

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

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

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

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

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