#E1BBDE

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

Shades of French Lilac #E1BBDE

Tints of French Lilac #E1BBDE

Color information

#E1BBDE (or 0xE1BBDE) is unknown color: approx French Lilac. HEX triplet: E1, BB and DE. RGB value is (225,187,222). Sum of RGB (Red+Green+Blue) = 225+187+222=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBDE is #1E4421. Grayscale: #CACACA. Windows color (decimal): -1983522 or 14597089. OLE color: 14597089.

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

Color convert

RGB225187222-
CMYK00.170.010.12
HSL304.74º38.78%80.78%-
HSV(B)304.74º16.89%88.24%-
XYZ62.0156.8276.81-
YUV202.35139.09144.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=35.49%
G=29.50%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518722200.170.010.12304.7438.7880.78
HexE1BBDE0111C1312751
Octal34127333602111446147121
Binary111000011011101111011110010001111001001100011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBDE; }

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

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

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

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

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

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

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

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