#E5BFDB

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

Shades of French Lilac #E5BFDB

Tints of French Lilac #E5BFDB

Color information

#E5BFDB (or 0xE5BFDB) is unknown color: approx French Lilac. HEX triplet: E5, BF and DB. RGB value is (229,191,219). Sum of RGB (Red+Green+Blue) = 229+191+219=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFDB is #1A4024. Grayscale: #CDCDCD. Windows color (decimal): -1720357 or 14401509. OLE color: 14401509.

HSL color Cylindrical-coordinate representation of color #E5BFDB: hue angle of 315.79º 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 #E5BFDB is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229191219-
CMYK00.170.040.10
HSL315.79º42.22%82.35%-
HSV(B)315.79º16.59%89.8%-
XYZ63.7359.0375.05-
YUV205.55135.59144.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=35.84%
G=29.89%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919121900.170.040.10315.7942.2282.35
HexE5BFDB0114A13c2a52
Octal34527733302141247452122
Binary11100101101111111101101101000110010101001111001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFDB; }

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

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

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

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

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

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

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

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