#E1BBDD

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

Shades of French Lilac #E1BBDD

Tints of French Lilac #E1BBDD

Color information

#E1BBDD (or 0xE1BBDD) is unknown color: approx French Lilac. HEX triplet: E1, BB and DD. RGB value is (225,187,221). Sum of RGB (Red+Green+Blue) = 225+187+221=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBDD is #1E4422. Grayscale: #CACACA. Windows color (decimal): -1983523 or 14531553. OLE color: 14531553.

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

Color convert

RGB225187221-
CMYK00.170.020.12
HSL306.32º38.78%80.78%-
HSV(B)306.32º16.89%88.24%-
XYZ61.8756.7776.1-
YUV202.24138.59144.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=35.55%
G=29.54%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518722100.170.020.12306.3238.7880.78
HexE1BBDD0112C1322751
Octal34127333502121446247121
Binary1110000110111011110111010100011011001001100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBDD; }

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

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

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

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

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

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

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

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