#E1BEDB

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

Shades of French Lilac #E1BEDB

Tints of French Lilac #E1BEDB

Color information

#E1BEDB (or 0xE1BEDB) is unknown color: approx French Lilac. HEX triplet: E1, BE and DB. RGB value is (225,190,219). Sum of RGB (Red+Green+Blue) = 225+190+219=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEDB is #1E4124. Grayscale: #CBCBCB. Windows color (decimal): -1982757 or 14401249. OLE color: 14401249.

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

Color convert

RGB225190219-
CMYK00.160.030.12
HSL310.29º36.84%81.37%-
HSV(B)310.29º15.56%88.24%-
XYZ62.2557.9574.92-
YUV203.77136.6143.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=35.49%
G=29.97%
B=34.54%

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
Decimal22519021900.160.030.12310.2936.8481.37
HexE1BEDB0103C1362551
Octal34127633302031446645121
Binary1110000110111110110110110100001111001001101101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEDB; }

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

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

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

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

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

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

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

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