#E1BADF

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

Shades of French Lilac #E1BADF

Tints of French Lilac #E1BADF

Color information

#E1BADF (or 0xE1BADF) is unknown color: approx French Lilac. HEX triplet: E1, BA and DF. RGB value is (225,186,223). Sum of RGB (Red+Green+Blue) = 225+186+223=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADF is #1E4520. Grayscale: #C9C9C9. Windows color (decimal): -1983777 or 14662369. OLE color: 14662369.

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

Color convert

RGB225186223-
CMYK00.170.010.12
HSL303.08º39.39%80.59%-
HSV(B)303.08º17.33%88.24%-
XYZ61.9356.4577.44-
YUV201.88139.92144.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=35.49%
G=29.34%
B=35.17%

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
Decimal22518622300.170.010.12303.0839.3980.59
HexE1BADF0111C12f2751
Octal34127233702111445747121
Binary111000011011101011011111010001111001001011111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BADF; }

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

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

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

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

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

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

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

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