#E1BADC

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

Shades of French Lilac #E1BADC

Tints of French Lilac #E1BADC

Color information

#E1BADC (or 0xE1BADC) is unknown color: approx French Lilac. HEX triplet: E1, BA and DC. RGB value is (225,186,220). Sum of RGB (Red+Green+Blue) = 225+186+220=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BADC is #1E4523. Grayscale: #C9C9C9. Windows color (decimal): -1983780 or 14465761. OLE color: 14465761.

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

Color convert

RGB225186220-
CMYK00.170.020.12
HSL307.69º39.39%80.59%-
HSV(B)307.69º17.33%88.24%-
XYZ61.5356.2975.33-
YUV201.54138.42144.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=35.66%
G=29.48%
B=34.87%

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
Decimal22518622000.170.020.12307.6939.3980.59
HexE1BADC0112C1342751
Octal34127233402121446447121
Binary1110000110111010110111000100011011001001101001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BADC; }

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

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

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

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

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

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

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

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