#E1B6E0

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

Shades of French Lilac #E1B6E0

Tints of French Lilac #E1B6E0

Color information

#E1B6E0 (or 0xE1B6E0) is unknown color: approx French Lilac. HEX triplet: E1, B6 and E0. RGB value is (225,182,224). Sum of RGB (Red+Green+Blue) = 225+182+224=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6E0 is #1E491F. Grayscale: #C7C7C7. Windows color (decimal): -1984800 or 14726881. OLE color: 14726881.

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

Color convert

RGB225182224-
CMYK00.190.000.12
HSL301.4º41.75%79.8%-
HSV(B)301.4º19.11%88.24%-
XYZ61.2354.8577.88-
YUV199.64141.75146.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 182 (71.48% from 255) = 28.84%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=35.66%
G=28.84%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518222400.190.000.12301.441.7579.8
HexE1B6E00130C12d2a50
Octal34126634002301445552120
Binary111000011011011011100000010011011001001011011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6E0; }

 p { color: rgb(225,182,224); }

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

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

 a { background-color: rgb(225,182,224); }

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

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

 span { border-color: rgb(225,182,224); }

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