#E7BCDE

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

Shades of French Lilac #E7BCDE

Tints of French Lilac #E7BCDE

Color information

#E7BCDE (or 0xE7BCDE) is unknown color: approx French Lilac. HEX triplet: E7, BC and DE. RGB value is (231,188,222). Sum of RGB (Red+Green+Blue) = 231+188+222=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCDE is #184321. Grayscale: #CCCCCC. Windows color (decimal): -1590050 or 14597351. OLE color: 14597351.

HSL color Cylindrical-coordinate representation of color #E7BCDE: hue angle of 312.56º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BCDE is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231188222-
CMYK00.190.040.09
HSL312.56º47.25%82.16%-
HSV(B)312.56º18.61%90.59%-
XYZ64.1258.2376.97-
YUV204.73137.75146.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=36.04%
G=29.33%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118822200.190.040.09312.5647.2582.16
HexE7BCDE013491392f52
Octal34727433602341147157122
Binary11100111101111001101111001001110010011001110011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCDE; }

 p { color: rgb(231,188,222); }

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

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

 a { background-color: rgb(231,188,222); }

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

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

 span { border-color: rgb(231,188,222); }

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