#E1BADE

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

Shades of French Lilac #E1BADE

Tints of French Lilac #E1BADE

Color information

#E1BADE (or 0xE1BADE) is unknown color: approx French Lilac. HEX triplet: E1, BA and DE. RGB value is (225,186,222). Sum of RGB (Red+Green+Blue) = 225+186+222=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADE is #1E4521. Grayscale: #C9C9C9. Windows color (decimal): -1983778 or 14596833. OLE color: 14596833.

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

Color convert

RGB225186222-
CMYK00.170.010.12
HSL304.62º39.39%80.59%-
HSV(B)304.62º17.33%88.24%-
XYZ61.856.476.74-
YUV201.76139.42144.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=35.55%
G=29.38%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518622200.170.010.12304.6239.3980.59
HexE1BADE0111C1312751
Octal34127233602111446147121
Binary111000011011101011011110010001111001001100011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BADE; }

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

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

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

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

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

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

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

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