#E5BDDF

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

Shades of French Lilac #E5BDDF

Tints of French Lilac #E5BDDF

Color information

#E5BDDF (or 0xE5BDDF) is unknown color: approx French Lilac. HEX triplet: E5, BD and DF. RGB value is (229,189,223). Sum of RGB (Red+Green+Blue) = 229+189+223=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDF is #1A4220. Grayscale: #CCCCCC. Windows color (decimal): -1720865 or 14663141. OLE color: 14663141.

HSL color Cylindrical-coordinate representation of color #E5BDDF: hue angle of 309º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BDDF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229189223-
CMYK00.170.030.10
HSL309º43.48%81.96%-
HSV(B)309º17.47%89.8%-
XYZ63.8358.3877.72-
YUV204.84138.25145.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=35.73%
G=29.49%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918922300.170.030.1030943.4881.96
HexE5BDDF0113A1352b52
Octal34527533702131246553122
Binary1110010110111101110111110100011110101001101011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDDF; }

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

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

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

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

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

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

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

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