#E1B7DA

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

Shades of French Lilac #E1B7DA

Tints of French Lilac #E1B7DA

Color information

#E1B7DA (or 0xE1B7DA) is unknown color: approx French Lilac. HEX triplet: E1, B7 and DA. RGB value is (225,183,218). Sum of RGB (Red+Green+Blue) = 225+183+218=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7DA is #1E4825. Grayscale: #C7C7C7. Windows color (decimal): -1984550 or 14333921. OLE color: 14333921.

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

Color convert

RGB225183218-
CMYK00.190.030.12
HSL310º41.18%80%-
HSV(B)310º18.67%88.24%-
XYZ60.6454.9473.74-
YUV199.55138.41146.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=35.94%
G=29.23%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518321800.190.030.1231041.1880
HexE1B7DA0133C1362950
Octal34126733202331446651120
Binary1110000110110111110110100100111111001001101101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B7DA; }

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

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

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

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

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

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

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

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