#E1B5DA

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

Shades of French Lilac #E1B5DA

Tints of French Lilac #E1B5DA

Color information

#E1B5DA (or 0xE1B5DA) is unknown color: approx French Lilac. HEX triplet: E1, B5 and DA. RGB value is (225,181,218). Sum of RGB (Red+Green+Blue) = 225+181+218=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5DA is #1E4A25. Grayscale: #C6C6C6. Windows color (decimal): -1985062 or 14333409. OLE color: 14333409.

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

Color convert

RGB225181218-
CMYK00.200.030.12
HSL309.55º42.31%79.61%-
HSV(B)309.55º19.56%88.24%-
XYZ60.2354.1273.6-
YUV198.37139.08146.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.06%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=36.06%
G=29.01%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518121800.200.030.12309.5542.3179.61
HexE1B5DA0143C1362a50
Octal34126533202431446652120
Binary1110000110110101110110100101001111001001101101010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B5DA; }

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

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

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

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

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

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

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

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