#E1BFDB

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

Shades of French Lilac #E1BFDB

Tints of French Lilac #E1BFDB

Color information

#E1BFDB (or 0xE1BFDB) is unknown color: approx French Lilac. HEX triplet: E1, BF and DB. RGB value is (225,191,219). Sum of RGB (Red+Green+Blue) = 225+191+219=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDB is #1E4024. Grayscale: #CCCCCC. Windows color (decimal): -1982501 or 14401505. OLE color: 14401505.

HSL color Cylindrical-coordinate representation of color #E1BFDB: hue angle of 310.59º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFDB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225191219-
CMYK00.150.030.12
HSL310.59º36.17%81.57%-
HSV(B)310.59º15.11%88.24%-
XYZ62.4758.3874.99-
YUV204.36136.26142.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=35.43%
G=30.08%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519121900.150.030.12310.5936.1781.57
HexE1BFDB0F3C1372452
Octal34127733301731446744122
Binary111000011011111111011011011111111001001101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFDB; }

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

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

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

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

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

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

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

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