#E7BCDA

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

Shades of French Lilac #E7BCDA

Tints of French Lilac #E7BCDA

Color information

#E7BCDA (or 0xE7BCDA) is unknown color: approx French Lilac. HEX triplet: E7, BC and DA. RGB value is (231,188,218). Sum of RGB (Red+Green+Blue) = 231+188+218=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCDA is #184325. Grayscale: #CCCCCC. Windows color (decimal): -1590054 or 14335207. OLE color: 14335207.

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

Color convert

RGB231188218-
CMYK00.190.060.09
HSL318.14º47.25%82.16%-
HSV(B)318.14º18.61%90.59%-
XYZ63.5958.0274.18-
YUV204.28135.75147.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=36.26%
G=29.51%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118821800.190.060.09318.1447.2582.16
HexE7BCDA0136913e2f52
Octal34727433202361147657122
Binary11100111101111001101101001001111010011001111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCDA; }

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

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

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

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

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

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

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

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