#E1BAD9

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

Shades of French Lilac #E1BAD9

Tints of French Lilac #E1BAD9

Color information

#E1BAD9 (or 0xE1BAD9) is unknown color: approx French Lilac. HEX triplet: E1, BA and D9. RGB value is (225,186,217). Sum of RGB (Red+Green+Blue) = 225+186+217=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAD9 is #1E4526. Grayscale: #C9C9C9. Windows color (decimal): -1983783 or 14269153. OLE color: 14269153.

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

Color convert

RGB225186217-
CMYK00.170.040.12
HSL312.31º39.39%80.59%-
HSV(B)312.31º17.33%88.24%-
XYZ61.1356.1473.26-
YUV201.2136.92144.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.83%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=35.83%
G=29.62%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518621700.170.040.12312.3139.3980.59
HexE1BAD90114C1382751
Octal34127233102141447047121
Binary11100001101110101101100101000110011001001110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAD9; }

 p { color: rgb(225,186,217); }

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

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

 a { background-color: rgb(225,186,217); }

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

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

 span { border-color: rgb(225,186,217); }

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