#AEADE2

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

Shades of Lavender Grey #AEADE2

Tints of Lavender Grey #AEADE2

Color information

#AEADE2 (or 0xAEADE2) is unknown color: approx Lavender Grey. HEX triplet: AE, AD and E2. RGB value is (174,173,226). Sum of RGB (Red+Green+Blue) = 174+173+226=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADE2 is #51521D. Grayscale: #B3B3B3. Windows color (decimal): -5329438 or 14855598. OLE color: 14855598.

HSL color Cylindrical-coordinate representation of color #AEADE2: hue angle of 241.13º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEADE2 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174173226-
CMYK0.230.2300.11
HSL241.13º47.75%78.24%-
HSV(B)241.13º23.45%88.63%-
XYZ46.1344.3878.09-
YUV179.34154.33124.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 226 (88.67% from 255) = 39.44%
R=30.37%
G=30.19%
B=39.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741732260.230.2300.11241.1347.7578.24
HexAEADE217170Bf1304e
Octal256255342272701336160116
Binary101011101010110111100010101111011101011111100011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADE2; }

 p { color: rgb(174,173,226); }

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

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

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

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

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

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

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