#E1B3E2

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

Shades of French Lilac #E1B3E2

Tints of French Lilac #E1B3E2

Color information

#E1B3E2 (or 0xE1B3E2) is unknown color: approx French Lilac. HEX triplet: E1, B3 and E2. RGB value is (225,179,226). Sum of RGB (Red+Green+Blue) = 225+179+226=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1B3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3E2 is #1E4C1D. Grayscale: #C5C5C5. Windows color (decimal): -1985566 or 14857185. OLE color: 14857185.

HSL color Cylindrical-coordinate representation of color #E1B3E2: hue angle of 298.72º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B3E2 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225179226-
CMYK0.000.2100.11
HSL298.72º44.76%79.41%-
HSV(B)298.72º20.8%88.63%-
XYZ60.953.7479.11-
YUV198.11143.74147.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 179 (70.31% from 255) = 28.41%
BLUE value IS 226 (88.67% from 255) = 35.87%
R=35.71%
G=28.41%
B=35.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251792260.000.2100.11298.7244.7679.41
HexE1B3E20150B12b2d4f
Octal34126334202501345355117
Binary111000011011001111100010010101010111001010111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B3E2; }

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

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

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

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

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

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

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

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