#E1BFDD

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

Shades of French Lilac #E1BFDD

Tints of French Lilac #E1BFDD

Color information

#E1BFDD (or 0xE1BFDD) is unknown color: approx French Lilac. HEX triplet: E1, BF and DD. RGB value is (225,191,221). Sum of RGB (Red+Green+Blue) = 225+191+221=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFDD is #1E4022. Grayscale: #CCCCCC. Windows color (decimal): -1982499 or 14532577. OLE color: 14532577.

HSL color Cylindrical-coordinate representation of color #E1BFDD: hue angle of 307.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFDD is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225191221-
CMYK00.150.020.12
HSL307.06º36.17%81.57%-
HSV(B)307.06º15.11%88.24%-
XYZ62.7358.4976.39-
YUV204.59137.26142.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=35.32%
G=29.98%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519122100.150.020.12307.0636.1781.57
HexE1BFDD0F2C1332452
Octal34127733501721446344122
Binary111000011011111111011101011111011001001100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFDD; }

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

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

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

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

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

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

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

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