#E1AAD9

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

Shades of French Lilac #E1AAD9

Tints of French Lilac #E1AAD9

Color information

#E1AAD9 (or 0xE1AAD9) is unknown color: approx French Lilac. HEX triplet: E1, AA and D9. RGB value is (225,170,217). Sum of RGB (Red+Green+Blue) = 225+170+217=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAD9 is #1E5526. Grayscale: #BFBFBF. Windows color (decimal): -1987879 or 14265057. OLE color: 14265057.

HSL color Cylindrical-coordinate representation of color #E1AAD9: hue angle of 308.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAD9 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225170217-
CMYK00.240.040.12
HSL308.73º47.83%77.45%-
HSV(B)308.73º24.44%88.24%-
XYZ57.9549.7772.2-
YUV191.8142.22151.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=36.76%
G=27.78%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517021700.240.040.12308.7347.8377.45
HexE1AAD90184C135304d
Octal34125233103041446560115
Binary11100001101010101101100101100010011001001101011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAD9; }

 p { color: rgb(225,170,217); }

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

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

 a { background-color: rgb(225,170,217); }

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

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

 span { border-color: rgb(225,170,217); }

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