#E1B0DB

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

Shades of French Lilac #E1B0DB

Tints of French Lilac #E1B0DB

Color information

#E1B0DB (or 0xE1B0DB) is unknown color: approx French Lilac. HEX triplet: E1, B0 and DB. RGB value is (225,176,219). Sum of RGB (Red+Green+Blue) = 225+176+219=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0DB is #1E4F24. Grayscale: #C3C3C3. Windows color (decimal): -1986341 or 14397665. OLE color: 14397665.

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

Color convert

RGB225176219-
CMYK00.220.030.12
HSL307.35º44.95%78.63%-
HSV(B)307.35º21.78%88.24%-
XYZ59.3652.1773.96-
YUV195.55141.23149-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=36.29%
G=28.39%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517621900.220.030.12307.3544.9578.63
HexE1B0DB0163C1332d4f
Octal34126033302631446355117
Binary1110000110110000110110110101101111001001100111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0DB; }

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

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

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

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

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

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

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

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