#E5BCDB

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

Shades of French Lilac #E5BCDB

Tints of French Lilac #E5BCDB

Color information

#E5BCDB (or 0xE5BCDB) is unknown color: approx French Lilac. HEX triplet: E5, BC and DB. RGB value is (229,188,219). Sum of RGB (Red+Green+Blue) = 229+188+219=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCDB is #1A4324. Grayscale: #CBCBCB. Windows color (decimal): -1721125 or 14400741. OLE color: 14400741.

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

Color convert

RGB229188219-
CMYK00.180.040.10
HSL314.63º44.09%81.76%-
HSV(B)314.63º17.9%89.8%-
XYZ63.0857.7474.84-
YUV203.79136.58145.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.01%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=36.01%
G=29.56%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918821900.180.040.10314.6344.0981.76
HexE5BCDB0124A13b2c52
Octal34527433302241247354122
Binary11100101101111001101101101001010010101001110111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCDB; }

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

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

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

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

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

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

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

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