#E1BCDB

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

Shades of French Lilac #E1BCDB

Tints of French Lilac #E1BCDB

Color information

#E1BCDB (or 0xE1BCDB) is unknown color: approx French Lilac. HEX triplet: E1, BC and DB. RGB value is (225,188,219). Sum of RGB (Red+Green+Blue) = 225+188+219=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCDB is #1E4324. Grayscale: #CACACA. Windows color (decimal): -1983269 or 14400737. OLE color: 14400737.

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

Color convert

RGB225188219-
CMYK00.160.030.12
HSL309.73º38.14%80.98%-
HSV(B)309.73º16.44%88.24%-
XYZ61.8257.0974.78-
YUV202.6137.26143.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=35.60%
G=29.75%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518821900.160.030.12309.7338.1480.98
HexE1BCDB0103C1362651
Octal34127433302031446646121
Binary1110000110111100110110110100001111001001101101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCDB; }

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

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

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

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

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

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

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

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