#E1AEDB

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

Shades of French Lilac #E1AEDB

Tints of French Lilac #E1AEDB

Color information

#E1AEDB (or 0xE1AEDB) is unknown color: approx French Lilac. HEX triplet: E1, AE and DB. RGB value is (225,174,219). Sum of RGB (Red+Green+Blue) = 225+174+219=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEDB is #1E5124. Grayscale: #C2C2C2. Windows color (decimal): -1986853 or 14397153. OLE color: 14397153.

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

Color convert

RGB225174219-
CMYK00.230.030.12
HSL307.06º45.95%78.24%-
HSV(B)307.06º22.67%88.24%-
XYZ58.9751.3973.83-
YUV194.38141.9149.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=36.41%
G=28.16%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517421900.230.030.12307.0645.9578.24
HexE1AEDB0173C1332e4e
Octal34125633302731446356116
Binary1110000110101110110110110101111111001001100111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEDB; }

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

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

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

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

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

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

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

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