#E1B0DC

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

Shades of French Lilac #E1B0DC

Tints of French Lilac #E1B0DC

Color information

#E1B0DC (or 0xE1B0DC) is unknown color: approx French Lilac. HEX triplet: E1, B0 and DC. RGB value is (225,176,220). Sum of RGB (Red+Green+Blue) = 225+176+220=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0DC is #1E4F23. Grayscale: #C3C3C3. Windows color (decimal): -1986340 or 14463201. OLE color: 14463201.

HSL color Cylindrical-coordinate representation of color #E1B0DC: hue angle of 306.12º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0DC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225176220-
CMYK00.220.020.12
HSL306.12º44.95%78.63%-
HSV(B)306.12º21.78%88.24%-
XYZ59.4952.2374.65-
YUV195.67141.73148.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.23%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=36.23%
G=28.34%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517622000.220.020.12306.1244.9578.63
HexE1B0DC0162C1322d4f
Octal34126033402621446255117
Binary1110000110110000110111000101101011001001100101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0DC; }

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

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

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

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

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

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

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

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