#E7BFE1

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

Shades of French Lilac #E7BFE1

Tints of French Lilac #E7BFE1

Color information

#E7BFE1 (or 0xE7BFE1) is unknown color: approx French Lilac. HEX triplet: E7, BF and E1. RGB value is (231,191,225). Sum of RGB (Red+Green+Blue) = 231+191+225=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFE1 is #18401E. Grayscale: #CECECE. Windows color (decimal): -1589279 or 14794727. OLE color: 14794727.

HSL color Cylindrical-coordinate representation of color #E7BFE1: hue angle of 309º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7BFE1 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231191225-
CMYK00.170.030.09
HSL309º45.45%82.75%-
HSV(B)309º17.32%90.59%-
XYZ65.1859.6979.32-
YUV206.84138.25145.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.70%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=35.70%
G=29.52%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119122500.170.030.0930945.4582.75
HexE7BFE1011391352d53
Octal34727734102131146555123
Binary1110011110111111111000010100011110011001101011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFE1; }

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

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

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

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

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

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

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

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