#E4BCDF

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

Shades of French Lilac #E4BCDF

Tints of French Lilac #E4BCDF

Color information

#E4BCDF (or 0xE4BCDF) is unknown color: approx French Lilac. HEX triplet: E4, BC and DF. RGB value is (228,188,223). Sum of RGB (Red+Green+Blue) = 228+188+223=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCDF is #1B4320. Grayscale: #CBCBCB. Windows color (decimal): -1786657 or 14662884. OLE color: 14662884.

HSL color Cylindrical-coordinate representation of color #E4BCDF: hue angle of 307.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BCDF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228188223-
CMYK00.180.020.11
HSL307.5º42.55%81.57%-
HSV(B)307.5º17.54%89.41%-
XYZ63.357.7977.63-
YUV203.95138.75145.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=35.68%
G=29.42%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818822300.180.020.11307.542.5581.57
HexE4BCDF0122B1342b52
Octal34427433702221346453122
Binary1110010010111100110111110100101010111001101001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCDF; }

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

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

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

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

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

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

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

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