#E5BDDB

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

Shades of French Lilac #E5BDDB

Tints of French Lilac #E5BDDB

Color information

#E5BDDB (or 0xE5BDDB) is unknown color: approx French Lilac. HEX triplet: E5, BD and DB. RGB value is (229,189,219). Sum of RGB (Red+Green+Blue) = 229+189+219=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDB is #1A4224. Grayscale: #CCCCCC. Windows color (decimal): -1720869 or 14400997. OLE color: 14400997.

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

Color convert

RGB229189219-
CMYK00.170.040.10
HSL315º43.48%81.96%-
HSV(B)315º17.47%89.8%-
XYZ63.358.1774.91-
YUV204.38136.25145.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=35.95%
G=29.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918921900.170.040.1031543.4881.96
HexE5BDDB0114A13b2b52
Octal34527533302141247353122
Binary11100101101111011101101101000110010101001110111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDDB; }

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

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

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

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

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

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

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

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