#E1AED2

Color #E1AED2 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E1AED2

Tints of French Lilac #E1AED2

Color information

#E1AED2 (or 0xE1AED2) is unknown color: approx French Lilac. HEX triplet: E1, AE and D2. RGB value is (225,174,210). Sum of RGB (Red+Green+Blue) = 225+174+210=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AED2 is #1E512D. Grayscale: #C1C1C1. Windows color (decimal): -1986862 or 13807329. OLE color: 13807329.

HSL color Cylindrical-coordinate representation of color #E1AED2: hue angle of 317.65º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AED2 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225174210-
CMYK00.230.070.12
HSL317.65º45.95%78.24%-
HSV(B)317.65º22.67%88.24%-
XYZ57.8250.9367.76-
YUV193.35137.4150.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 210 (82.42% from 255) = 34.48%
R=36.95%
G=28.57%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517421000.230.070.12317.6545.9578.24
HexE1AED20177C13e2e4e
Octal34125632202771447656116
Binary11100001101011101101001001011111111001001111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AED2; }

 p { color: rgb(225,174,210); }

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

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

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

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

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

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

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