#E4BCDD

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

Shades of French Lilac #E4BCDD

Tints of French Lilac #E4BCDD

Color information

#E4BCDD (or 0xE4BCDD) is unknown color: approx French Lilac. HEX triplet: E4, BC and DD. RGB value is (228,188,221). Sum of RGB (Red+Green+Blue) = 228+188+221=637 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.79% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCDD is #1B4322. Grayscale: #CBCBCB. Windows color (decimal): -1786659 or 14531812. OLE color: 14531812.

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

Color convert

RGB228188221-
CMYK00.180.030.11
HSL310.5º42.55%81.57%-
HSV(B)310.5º17.54%89.41%-
XYZ63.0357.6876.22-
YUV203.72137.75145.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.79%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=35.79%
G=29.51%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818822100.180.030.11310.542.5581.57
HexE4BCDD0123B1362b52
Octal34427433502231346653122
Binary1110010010111100110111010100101110111001101101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCDD; }

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

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

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

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

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

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

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

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