#E2BFDE

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

Shades of French Lilac #E2BFDE

Tints of French Lilac #E2BFDE

Color information

#E2BFDE (or 0xE2BFDE) is unknown color: approx French Lilac. HEX triplet: E2, BF and DE. RGB value is (226,191,222). Sum of RGB (Red+Green+Blue) = 226+191+222=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFDE is #1D4021. Grayscale: #CCCCCC. Windows color (decimal): -1916962 or 14598114. OLE color: 14598114.

HSL color Cylindrical-coordinate representation of color #E2BFDE: hue angle of 306.86º 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 #E2BFDE is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226191222-
CMYK00.150.020.11
HSL306.86º37.63%81.76%-
HSV(B)306.86º15.49%88.63%-
XYZ63.1858.777.11-
YUV205137.6142.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=35.37%
G=29.89%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619122200.150.020.11306.8637.6381.76
HexE2BFDE0F2B1332652
Octal34227733601721346346122
Binary111000101011111111011110011111010111001100111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFDE; }

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

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

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

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

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

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

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

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