#E1BFD8

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

Shades of French Lilac #E1BFD8

Tints of French Lilac #E1BFD8

Color information

#E1BFD8 (or 0xE1BFD8) is unknown color: approx French Lilac. HEX triplet: E1, BF and D8. RGB value is (225,191,216). Sum of RGB (Red+Green+Blue) = 225+191+216=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFD8 is #1E4027. Grayscale: #CBCBCB. Windows color (decimal): -1982504 or 14204897. OLE color: 14204897.

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

Color convert

RGB225191216-
CMYK00.150.040.12
HSL315.88º36.17%81.57%-
HSV(B)315.88º15.11%88.24%-
XYZ62.0858.2372.93-
YUV204.02134.76142.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=35.60%
G=30.22%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519121600.150.040.12315.8836.1781.57
HexE1BFD80F4C13c2452
Octal34127733001741447444122
Binary1110000110111111110110000111110011001001111001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFD8; }

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

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

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

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

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

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

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

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