#E1B0D7

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

Shades of French Lilac #E1B0D7

Tints of French Lilac #E1B0D7

Color information

#E1B0D7 (or 0xE1B0D7) is unknown color: approx French Lilac. HEX triplet: E1, B0 and D7. RGB value is (225,176,215). Sum of RGB (Red+Green+Blue) = 225+176+215=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0D7 is #1E4F28. Grayscale: #C2C2C2. Windows color (decimal): -1986345 or 14135521. OLE color: 14135521.

HSL color Cylindrical-coordinate representation of color #E1B0D7: hue angle of 312.24º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0D7 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225176215-
CMYK00.220.040.12
HSL312.24º44.95%78.63%-
HSV(B)312.24º21.78%88.24%-
XYZ58.8451.9671.22-
YUV195.1139.23149.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.53%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=36.53%
G=28.57%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517621500.220.040.12312.2444.9578.63
HexE1B0D70164C1382d4f
Octal34126032702641447055117
Binary11100001101100001101011101011010011001001110001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0D7; }

 p { color: rgb(225,176,215); }

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

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

 a { background-color: rgb(225,176,215); }

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

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

 span { border-color: rgb(225,176,215); }

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