#E5BCDF

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

Shades of French Lilac #E5BCDF

Tints of French Lilac #E5BCDF

Color information

#E5BCDF (or 0xE5BCDF) is unknown color: approx French Lilac. HEX triplet: E5, BC and DF. RGB value is (229,188,223). Sum of RGB (Red+Green+Blue) = 229+188+223=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCDF is #1A4320. Grayscale: #CCCCCC. Windows color (decimal): -1721121 or 14662885. OLE color: 14662885.

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

Color convert

RGB229188223-
CMYK00.180.030.10
HSL308.78º44.09%81.76%-
HSV(B)308.78º17.9%89.8%-
XYZ63.6257.9577.65-
YUV204.25138.58145.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=35.78%
G=29.38%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918822300.180.030.10308.7844.0981.76
HexE5BCDF0123A1352c52
Octal34527433702231246554122
Binary1110010110111100110111110100101110101001101011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCDF; }

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

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

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

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

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

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

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

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