#E1BFDA

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

Shades of French Lilac #E1BFDA

Tints of French Lilac #E1BFDA

Color information

#E1BFDA (or 0xE1BFDA) is unknown color: approx French Lilac. HEX triplet: E1, BF and DA. RGB value is (225,191,218). Sum of RGB (Red+Green+Blue) = 225+191+218=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDA is #1E4025. Grayscale: #CCCCCC. Windows color (decimal): -1982502 or 14335969. OLE color: 14335969.

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

Color convert

RGB225191218-
CMYK00.150.030.12
HSL312.35º36.17%81.57%-
HSV(B)312.35º15.11%88.24%-
XYZ62.3458.3374.3-
YUV204.24135.76142.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=35.49%
G=30.13%
B=34.38%

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
Decimal22519121800.150.030.12312.3536.1781.57
HexE1BFDA0F3C1382452
Octal34127733201731447044122
Binary111000011011111111011010011111111001001110001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFDA; }

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

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

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

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

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

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

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

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