#E1B0DE

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

Shades of French Lilac #E1B0DE

Tints of French Lilac #E1B0DE

Color information

#E1B0DE (or 0xE1B0DE) is unknown color: approx French Lilac. HEX triplet: E1, B0 and DE. RGB value is (225,176,222). Sum of RGB (Red+Green+Blue) = 225+176+222=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0DE is #1E4F21. Grayscale: #C3C3C3. Windows color (decimal): -1986338 or 14594273. OLE color: 14594273.

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

Color convert

RGB225176222-
CMYK00.220.010.12
HSL303.67º44.95%78.63%-
HSV(B)303.67º21.78%88.24%-
XYZ59.7652.3376.06-
YUV195.9142.73148.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 176 (69.14% from 255) = 28.25%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=36.12%
G=28.25%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517622200.220.010.12303.6744.9578.63
HexE1B0DE0161C1302d4f
Octal34126033602611446055117
Binary111000011011000011011110010110111001001100001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0DE; }

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

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

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

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

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

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

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

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