#E1B9DA

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

Shades of French Lilac #E1B9DA

Tints of French Lilac #E1B9DA

Color information

#E1B9DA (or 0xE1B9DA) is unknown color: approx French Lilac. HEX triplet: E1, B9 and DA. RGB value is (225,185,218). Sum of RGB (Red+Green+Blue) = 225+185+218=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9DA is #1E4625. Grayscale: #C8C8C8. Windows color (decimal): -1984038 or 14334433. OLE color: 14334433.

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

Color convert

RGB225185218-
CMYK00.180.030.12
HSL310.5º40%80.39%-
HSV(B)310.5º17.78%88.24%-
XYZ61.0655.7773.88-
YUV200.72137.75145.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.83%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=35.83%
G=29.46%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518521800.180.030.12310.54080.39
HexE1B9DA0123C1362850
Octal34127133202231446650120
Binary1110000110111001110110100100101111001001101101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B9DA; }

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

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

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

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

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

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

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

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