#E2BBDB

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

Shades of French Lilac #E2BBDB

Tints of French Lilac #E2BBDB

Color information

#E2BBDB (or 0xE2BBDB) is unknown color: approx French Lilac. HEX triplet: E2, BB and DB. RGB value is (226,187,219). Sum of RGB (Red+Green+Blue) = 226+187+219=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBDB is #1D4424. Grayscale: #CACACA. Windows color (decimal): -1917989 or 14400482. OLE color: 14400482.

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

Color convert

RGB226187219-
CMYK00.170.030.11
HSL310.77º40.21%80.98%-
HSV(B)310.77º17.26%88.63%-
XYZ61.9256.8274.72-
YUV202.31137.42144.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=35.76%
G=29.59%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618721900.170.030.11310.7740.2180.98
HexE2BBDB0113B1372851
Octal34227333302131346750121
Binary1110001010111011110110110100011110111001101111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BBDB; }

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

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

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

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

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

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

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

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