#E1B7DE

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

Shades of French Lilac #E1B7DE

Tints of French Lilac #E1B7DE

Color information

#E1B7DE (or 0xE1B7DE) is unknown color: approx French Lilac. HEX triplet: E1, B7 and DE. RGB value is (225,183,222). Sum of RGB (Red+Green+Blue) = 225+183+222=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7DE is #1E4821. Grayscale: #C7C7C7. Windows color (decimal): -1984546 or 14596065. OLE color: 14596065.

HSL color Cylindrical-coordinate representation of color #E1B7DE: hue angle of 304.29º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B7DE is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225183222-
CMYK00.190.010.12
HSL304.29º41.18%80%-
HSV(B)304.29º18.67%88.24%-
XYZ61.1755.1576.53-
YUV200140.41145.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=35.71%
G=29.05%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518322200.190.010.12304.2941.1880
HexE1B7DE0131C1302950
Octal34126733602311446051120
Binary111000011011011111011110010011111001001100001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7DE; }

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

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

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

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

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

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

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

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