#E1BADD

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

Shades of French Lilac #E1BADD

Tints of French Lilac #E1BADD

Color information

#E1BADD (or 0xE1BADD) is unknown color: approx French Lilac. HEX triplet: E1, BA and DD. RGB value is (225,186,221). Sum of RGB (Red+Green+Blue) = 225+186+221=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADD is #1E4522. Grayscale: #C9C9C9. Windows color (decimal): -1983779 or 14531297. OLE color: 14531297.

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

Color convert

RGB225186221-
CMYK00.170.020.12
HSL306.15º39.39%80.59%-
HSV(B)306.15º17.33%88.24%-
XYZ61.6656.3576.03-
YUV201.65138.92144.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=35.60%
G=29.43%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518622100.170.020.12306.1539.3980.59
HexE1BADD0112C1322751
Octal34127233502121446247121
Binary1110000110111010110111010100011011001001100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BADD; }

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

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

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

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

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

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

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

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