#E2BFDD

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

Shades of French Lilac #E2BFDD

Tints of French Lilac #E2BFDD

Color information

#E2BFDD (or 0xE2BFDD) is unknown color: approx French Lilac. HEX triplet: E2, BF and DD. RGB value is (226,191,221). Sum of RGB (Red+Green+Blue) = 226+191+221=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFDD is #1D4022. Grayscale: #CCCCCC. Windows color (decimal): -1916963 or 14532578. OLE color: 14532578.

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

Color convert

RGB226191221-
CMYK00.150.020.11
HSL308.57º37.63%81.76%-
HSV(B)308.57º15.49%88.63%-
XYZ63.0558.6576.4-
YUV204.88137.1143.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=35.42%
G=29.94%
B=34.64%

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
Decimal22619122100.150.020.11308.5737.6381.76
HexE2BFDD0F2B1352652
Octal34227733501721346546122
Binary111000101011111111011101011111010111001101011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFDD; }

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

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

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

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

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

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

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

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