#AEAED6

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

Shades of Lavender Grey #AEAED6

Tints of Lavender Grey #AEAED6

Color information

#AEAED6 (or 0xAEAED6) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and D6. RGB value is (174,174,214). Sum of RGB (Red+Green+Blue) = 174+174+214=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEAED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAED6 is #515129. Grayscale: #B2B2B2. Windows color (decimal): -5329194 or 14069422. OLE color: 14069422.

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

Color convert

RGB174174214-
CMYK0.190.1900.16
HSL240º32.79%76.08%-
HSV(B)240º18.69%83.92%-
XYZ44.7344.1369.78-
YUV178.56148124.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=30.96%
G=30.96%
B=38.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741742140.190.1900.1624032.7976.08
HexAEAED61313010f0214c
Octal256256326232302036041114
Binary1010111010101110110101101001110011010000111100001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAED6; }

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

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

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

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

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

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

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

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