#E1BAE0

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

Shades of French Lilac #E1BAE0

Tints of French Lilac #E1BAE0

Color information

#E1BAE0 (or 0xE1BAE0) is unknown color: approx French Lilac. HEX triplet: E1, BA and E0. RGB value is (225,186,224). Sum of RGB (Red+Green+Blue) = 225+186+224=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAE0 is #1E451F. Grayscale: #C9C9C9. Windows color (decimal): -1983776 or 14727905. OLE color: 14727905.

HSL color Cylindrical-coordinate representation of color #E1BAE0: hue angle of 301.54º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAE0 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225186224-
CMYK00.170.000.12
HSL301.54º39.39%80.59%-
HSV(B)301.54º17.33%88.24%-
XYZ62.0656.5178.16-
YUV201.99140.42144.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=35.43%
G=29.29%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518622400.170.000.12301.5439.3980.59
HexE1BAE00110C12e2751
Octal34127234002101445647121
Binary111000011011101011100000010001011001001011101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAE0; }

 p { color: rgb(225,186,224); }

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

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

 a { background-color: rgb(225,186,224); }

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

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

 span { border-color: rgb(225,186,224); }

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