#E1B6DF

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

Shades of French Lilac #E1B6DF

Tints of French Lilac #E1B6DF

Color information

#E1B6DF (or 0xE1B6DF) is unknown color: approx French Lilac. HEX triplet: E1, B6 and DF. RGB value is (225,182,223). Sum of RGB (Red+Green+Blue) = 225+182+223=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6DF is #1E4920. Grayscale: #C7C7C7. Windows color (decimal): -1984801 or 14661345. OLE color: 14661345.

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

Color convert

RGB225182223-
CMYK00.190.010.12
HSL302.79º41.75%79.8%-
HSV(B)302.79º19.11%88.24%-
XYZ61.154.7977.17-
YUV199.53141.25146.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 182 (71.48% from 255) = 28.89%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=35.71%
G=28.89%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518222300.190.010.12302.7941.7579.8
HexE1B6DF0131C12f2a50
Octal34126633702311445752120
Binary111000011011011011011111010011111001001011111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6DF; }

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

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

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

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

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

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

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

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