#E5BCDC

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

Shades of French Lilac #E5BCDC

Tints of French Lilac #E5BCDC

Color information

#E5BCDC (or 0xE5BCDC) is unknown color: approx French Lilac. HEX triplet: E5, BC and DC. RGB value is (229,188,220). Sum of RGB (Red+Green+Blue) = 229+188+220=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCDC is #1A4323. Grayscale: #CBCBCB. Windows color (decimal): -1721124 or 14466277. OLE color: 14466277.

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

Color convert

RGB229188220-
CMYK00.180.040.10
HSL313.17º44.09%81.76%-
HSV(B)313.17º17.9%89.8%-
XYZ63.2157.7975.53-
YUV203.91137.08145.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=35.95%
G=29.51%
B=34.54%

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
Decimal22918822000.180.040.10313.1744.0981.76
HexE5BCDC0124A1392c52
Octal34527433402241247154122
Binary11100101101111001101110001001010010101001110011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCDC; }

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

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

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

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

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

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

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

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