#E1BFDE

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

Shades of French Lilac #E1BFDE

Tints of French Lilac #E1BFDE

Color information

#E1BFDE (or 0xE1BFDE) is unknown color: approx French Lilac. HEX triplet: E1, BF and DE. RGB value is (225,191,222). Sum of RGB (Red+Green+Blue) = 225+191+222=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDE is #1E4021. Grayscale: #CCCCCC. Windows color (decimal): -1982498 or 14598113. OLE color: 14598113.

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

Color convert

RGB225191222-
CMYK00.150.010.12
HSL305.29º36.17%81.57%-
HSV(B)305.29º15.11%88.24%-
XYZ62.8758.5477.09-
YUV204.7137.76142.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=35.27%
G=29.94%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519122200.150.010.12305.2936.1781.57
HexE1BFDE0F1C1312452
Octal34127733601711446144122
Binary11100001101111111101111001111111001001100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFDE; }

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

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

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

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

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

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

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

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