#E5BFD9

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

Shades of French Lilac #E5BFD9

Tints of French Lilac #E5BFD9

Color information

#E5BFD9 (or 0xE5BFD9) is unknown color: approx French Lilac. HEX triplet: E5, BF and D9. RGB value is (229,191,217). Sum of RGB (Red+Green+Blue) = 229+191+217=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFD9 is #1A4026. Grayscale: #CDCDCD. Windows color (decimal): -1720359 or 14270437. OLE color: 14270437.

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

Color convert

RGB229191217-
CMYK00.170.050.10
HSL318.95º42.22%82.35%-
HSV(B)318.95º16.59%89.8%-
XYZ63.4758.9373.68-
YUV205.33134.59144.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=35.95%
G=29.98%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919121700.170.050.10318.9542.2282.35
HexE5BFD90115A13f2a52
Octal34527733102151247752122
Binary11100101101111111101100101000110110101001111111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFD9; }

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

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

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

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

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

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

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

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