#AEAED1

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

Shades of Lavender Grey #AEAED1

Tints of Lavender Grey #AEAED1

Color information

#AEAED1 (or 0xAEAED1) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and D1. RGB value is (174,174,209). Sum of RGB (Red+Green+Blue) = 174+174+209=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEAED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAED1 is #51512E. Grayscale: #B1B1B1. Windows color (decimal): -5329199 or 13741742. OLE color: 13741742.

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

Color convert

RGB174174209-
CMYK0.170.1700.18
HSL240º27.56%75.1%-
HSV(B)240º16.75%81.96%-
XYZ44.143.8766.47-
YUV177.99145.5125.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=31.24%
G=31.24%
B=37.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741742090.170.1700.1824027.5675.1
HexAEAED11111012f01c4b
Octal256256321212102236034113
Binary101011101010111011010001100011000101001011110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAED1; }

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

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

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

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

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

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

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

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