#E2BFD9

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

Shades of French Lilac #E2BFD9

Tints of French Lilac #E2BFD9

Color information

#E2BFD9 (or 0xE2BFD9) is unknown color: approx French Lilac. HEX triplet: E2, BF and D9. RGB value is (226,191,217). Sum of RGB (Red+Green+Blue) = 226+191+217=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFD9 is #1D4026. Grayscale: #CCCCCC. Windows color (decimal): -1916967 or 14270434. OLE color: 14270434.

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

Color convert

RGB226191217-
CMYK00.150.040.11
HSL315.43º37.63%81.76%-
HSV(B)315.43º15.49%88.63%-
XYZ62.5258.4473.63-
YUV204.43135.1143.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.65%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=35.65%
G=30.13%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619121700.150.040.11315.4337.6381.76
HexE2BFD90F4B13b2652
Octal34227733101741347346122
Binary1110001010111111110110010111110010111001110111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFD9; }

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

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

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

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

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

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

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

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