#E1BCE0

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

Shades of French Lilac #E1BCE0

Tints of French Lilac #E1BCE0

Color information

#E1BCE0 (or 0xE1BCE0) is unknown color: approx French Lilac. HEX triplet: E1, BC and E0. RGB value is (225,188,224). Sum of RGB (Red+Green+Blue) = 225+188+224=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCE0 is #1E431F. Grayscale: #CBCBCB. Windows color (decimal): -1983264 or 14728417. OLE color: 14728417.

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

Color convert

RGB225188224-
CMYK00.160.000.12
HSL301.62º38.14%80.98%-
HSV(B)301.62º16.44%88.24%-
XYZ62.4957.3678.3-
YUV203.17139.76143.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=35.32%
G=29.51%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518822400.160.000.12301.6238.1480.98
HexE1BCE00100C12e2651
Octal34127434002001445646121
Binary111000011011110011100000010000011001001011101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCE0; }

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

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

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

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

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

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

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

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