#E1BADA

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

Shades of French Lilac #E1BADA

Tints of French Lilac #E1BADA

Color information

#E1BADA (or 0xE1BADA) is unknown color: approx French Lilac. HEX triplet: E1, BA and DA. RGB value is (225,186,218). Sum of RGB (Red+Green+Blue) = 225+186+218=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADA is #1E4525. Grayscale: #C9C9C9. Windows color (decimal): -1983782 or 14334689. OLE color: 14334689.

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

Color convert

RGB225186218-
CMYK00.170.030.12
HSL310.77º39.39%80.59%-
HSV(B)310.77º17.33%88.24%-
XYZ61.2756.1973.95-
YUV201.31137.42144.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=35.77%
G=29.57%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518621800.170.030.12310.7739.3980.59
HexE1BADA0113C1372751
Octal34127233202131446747121
Binary1110000110111010110110100100011111001001101111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BADA; }

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

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

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

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

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

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

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

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