#E5BFE1

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

Shades of French Lilac #E5BFE1

Tints of French Lilac #E5BFE1

Color information

#E5BFE1 (or 0xE5BFE1) is unknown color: approx French Lilac. HEX triplet: E5, BF and E1. RGB value is (229,191,225). Sum of RGB (Red+Green+Blue) = 229+191+225=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFE1 is #1A401E. Grayscale: #CECECE. Windows color (decimal): -1720351 or 14794725. OLE color: 14794725.

HSL color Cylindrical-coordinate representation of color #E5BFE1: hue angle of 306.32º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BFE1 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229191225-
CMYK00.170.020.10
HSL306.32º42.22%82.35%-
HSV(B)306.32º16.59%89.8%-
XYZ64.5359.3679.29-
YUV206.24138.59144.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=35.50%
G=29.61%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919122500.170.020.10306.3242.2282.35
HexE5BFE10112A1322a52
Octal34527734102121246252122
Binary1110010110111111111000010100011010101001100101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFE1; }

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

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

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

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

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

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

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

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