#E1BBDB

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

Shades of French Lilac #E1BBDB

Tints of French Lilac #E1BBDB

Color information

#E1BBDB (or 0xE1BBDB) is unknown color: approx French Lilac. HEX triplet: E1, BB and DB. RGB value is (225,187,219). Sum of RGB (Red+Green+Blue) = 225+187+219=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBDB is #1E4424. Grayscale: #C9C9C9. Windows color (decimal): -1983525 or 14400481. OLE color: 14400481.

HSL color Cylindrical-coordinate representation of color #E1BBDB: hue angle of 309.47º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BBDB is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225187219-
CMYK00.170.030.12
HSL309.47º38.78%80.78%-
HSV(B)309.47º16.89%88.24%-
XYZ61.6156.6674.71-
YUV202.01137.59144.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=35.66%
G=29.64%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518721900.170.030.12309.4738.7880.78
HexE1BBDB0113C1352751
Octal34127333302131446547121
Binary1110000110111011110110110100011111001001101011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBDB; }

 p { color: rgb(225,187,219); }

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

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

 a { background-color: rgb(225,187,219); }

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

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

 span { border-color: rgb(225,187,219); }

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