#AEAED5

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

Shades of Lavender Grey #AEAED5

Tints of Lavender Grey #AEAED5

Color information

#AEAED5 (or 0xAEAED5) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and D5. RGB value is (174,174,213). Sum of RGB (Red+Green+Blue) = 174+174+213=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEAED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAED5 is #51512A. Grayscale: #B2B2B2. Windows color (decimal): -5329195 or 14003886. OLE color: 14003886.

HSL color Cylindrical-coordinate representation of color #AEAED5: hue angle of 240º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEAED5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174174213-
CMYK0.180.1800.16
HSL240º31.71%75.88%-
HSV(B)240º18.31%83.53%-
XYZ44.644.0769.11-
YUV178.45147.5124.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=31.02%
G=31.02%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741742130.180.1800.1624031.7175.88
HexAEAED51212010f0204c
Octal256256325222202036040114
Binary1010111010101110110101011001010010010000111100001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAED5; }

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

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

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

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

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

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

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

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