#E2BFDC

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

Shades of French Lilac #E2BFDC

Tints of French Lilac #E2BFDC

Color information

#E2BFDC (or 0xE2BFDC) is unknown color: approx French Lilac. HEX triplet: E2, BF and DC. RGB value is (226,191,220). Sum of RGB (Red+Green+Blue) = 226+191+220=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFDC is #1D4023. Grayscale: #CCCCCC. Windows color (decimal): -1916964 or 14467042. OLE color: 14467042.

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

Color convert

RGB226191220-
CMYK00.150.030.11
HSL310.29º37.63%81.76%-
HSV(B)310.29º15.49%88.63%-
XYZ62.9158.675.7-
YUV204.77136.6143.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=35.48%
G=29.98%
B=34.54%

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
Decimal22619122000.150.030.11310.2937.6381.76
HexE2BFDC0F3B1362652
Octal34227733401731346646122
Binary111000101011111111011100011111110111001101101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFDC; }

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

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

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

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

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

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

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

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