#E1BCDF

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

Shades of French Lilac #E1BCDF

Tints of French Lilac #E1BCDF

Color information

#E1BCDF (or 0xE1BCDF) is unknown color: approx French Lilac. HEX triplet: E1, BC and DF. RGB value is (225,188,223). Sum of RGB (Red+Green+Blue) = 225+188+223=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCDF is #1E4320. Grayscale: #CACACA. Windows color (decimal): -1983265 or 14662881. OLE color: 14662881.

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

Color convert

RGB225188223-
CMYK00.160.010.12
HSL303.24º38.14%80.98%-
HSV(B)303.24º16.44%88.24%-
XYZ62.3557.377.59-
YUV203.05139.26143.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=35.38%
G=29.56%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518822300.160.010.12303.2438.1480.98
HexE1BCDF0101C12f2651
Octal34127433702011445746121
Binary111000011011110011011111010000111001001011111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCDF; }

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

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

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

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

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

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

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

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