#E5BCDA

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

Shades of French Lilac #E5BCDA

Tints of French Lilac #E5BCDA

Color information

#E5BCDA (or 0xE5BCDA) is unknown color: approx French Lilac. HEX triplet: E5, BC and DA. RGB value is (229,188,218). Sum of RGB (Red+Green+Blue) = 229+188+218=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCDA is #1A4325. Grayscale: #CBCBCB. Windows color (decimal): -1721126 or 14335205. OLE color: 14335205.

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

Color convert

RGB229188218-
CMYK00.180.050.10
HSL316.1º44.09%81.76%-
HSV(B)316.1º17.9%89.8%-
XYZ62.9557.6974.15-
YUV203.68136.08146.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.06%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=36.06%
G=29.61%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918821800.180.050.10316.144.0981.76
HexE5BCDA0125A13c2c52
Octal34527433202251247454122
Binary11100101101111001101101001001010110101001111001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCDA; }

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

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

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

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

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

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

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

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