#E1B3DA

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

Shades of French Lilac #E1B3DA

Tints of French Lilac #E1B3DA

Color information

#E1B3DA (or 0xE1B3DA) is unknown color: approx French Lilac. HEX triplet: E1, B3 and DA. RGB value is (225,179,218). Sum of RGB (Red+Green+Blue) = 225+179+218=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3DA is #1E4C25. Grayscale: #C5C5C5. Windows color (decimal): -1985574 or 14332897. OLE color: 14332897.

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

Color convert

RGB225179218-
CMYK00.200.030.12
HSL309.13º43.4%79.22%-
HSV(B)309.13º20.44%88.24%-
XYZ59.8353.3173.47-
YUV197.2139.74147.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.17%
GREEN value IS 179 (70.31% from 255) = 28.78%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=36.17%
G=28.78%
B=35.05%

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
Decimal22517921800.200.030.12309.1343.479.22
HexE1B3DA0143C1352b4f
Octal34126333202431446553117
Binary1110000110110011110110100101001111001001101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3DA; }

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

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

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

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

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

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

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

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