#E1AED0

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

Shades of French Lilac #E1AED0

Tints of French Lilac #E1AED0

Color information

#E1AED0 (or 0xE1AED0) is unknown color: approx French Lilac. HEX triplet: E1, AE and D0. RGB value is (225,174,208). Sum of RGB (Red+Green+Blue) = 225+174+208=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AED0 is #1E512F. Grayscale: #C1C1C1. Windows color (decimal): -1986864 or 13676257. OLE color: 13676257.

HSL color Cylindrical-coordinate representation of color #E1AED0: hue angle of 320º 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 #E1AED0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225174208-
CMYK00.230.080.12
HSL320º45.95%78.24%-
HSV(B)320º22.67%88.24%-
XYZ57.5750.8366.45-
YUV193.12136.4150.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=37.07%
G=28.67%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517420800.230.080.1232045.9578.24
HexE1AED00178C1402e4e
Octal341256320027101450056116
Binary111000011010111011010000010111100011001010000001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AED0; }

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

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

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

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

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

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

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

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