#E7BFDF

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

Shades of French Lilac #E7BFDF

Tints of French Lilac #E7BFDF

Color information

#E7BFDF (or 0xE7BFDF) is unknown color: approx French Lilac. HEX triplet: E7, BF and DF. RGB value is (231,191,223). Sum of RGB (Red+Green+Blue) = 231+191+223=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFDF is #184020. Grayscale: #CECECE. Windows color (decimal): -1589281 or 14663655. OLE color: 14663655.

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

Color convert

RGB231191223-
CMYK00.170.030.09
HSL312º45.45%82.75%-
HSV(B)312º17.32%90.59%-
XYZ64.9159.5877.89-
YUV206.61137.25145.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=35.81%
G=29.61%
B=34.57%

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
Decimal23119122300.170.030.0931245.4582.75
HexE7BFDF011391382d53
Octal34727733702131147055123
Binary1110011110111111110111110100011110011001110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFDF; }

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

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

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

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

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

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

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

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