#E1B6DB

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

Shades of French Lilac #E1B6DB

Tints of French Lilac #E1B6DB

Color information

#E1B6DB (or 0xE1B6DB) is unknown color: approx French Lilac. HEX triplet: E1, B6 and DB. RGB value is (225,182,219). Sum of RGB (Red+Green+Blue) = 225+182+219=626 (82% of max value = 765). Red value is 225 (88.28% from 255 or 35.94% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6DB is #1E4924. Grayscale: #C6C6C6. Windows color (decimal): -1984805 or 14399201. OLE color: 14399201.

HSL color Cylindrical-coordinate representation of color #E1B6DB: hue angle of 308.37º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B6DB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225182219-
CMYK00.190.030.12
HSL308.37º41.75%79.8%-
HSV(B)308.37º19.11%88.24%-
XYZ60.5754.5874.36-
YUV199.08139.25146.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.94%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=35.94%
G=29.07%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518221900.190.030.12308.3741.7579.8
HexE1B6DB0133C1342a50
Octal34126633302331446452120
Binary1110000110110110110110110100111111001001101001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6DB; }

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

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

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

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

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

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

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

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