#E2BFDB

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

Shades of French Lilac #E2BFDB

Tints of French Lilac #E2BFDB

Color information

#E2BFDB (or 0xE2BFDB) is unknown color: approx French Lilac. HEX triplet: E2, BF and DB. RGB value is (226,191,219). Sum of RGB (Red+Green+Blue) = 226+191+219=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFDB is #1D4024. Grayscale: #CCCCCC. Windows color (decimal): -1916965 or 14401506. OLE color: 14401506.

HSL color Cylindrical-coordinate representation of color #E2BFDB: hue angle of 312º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFDB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226191219-
CMYK00.150.030.11
HSL312º37.63%81.76%-
HSV(B)312º15.49%88.63%-
XYZ62.7858.5475.01-
YUV204.66136.1143.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.53%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=35.53%
G=30.03%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619121900.150.030.1131237.6381.76
HexE2BFDB0F3B1382652
Octal34227733301731347046122
Binary111000101011111111011011011111110111001110001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFDB; }

 p { color: rgb(226,191,219); }

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

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

 a { background-color: rgb(226,191,219); }

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

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

 span { border-color: rgb(226,191,219); }

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