#E7BDE5

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

Shades of French Lilac #E7BDE5

Tints of French Lilac #E7BDE5

Color information

#E7BDE5 (or 0xE7BDE5) is unknown color: approx French Lilac. HEX triplet: E7, BD and E5. RGB value is (231,189,229). Sum of RGB (Red+Green+Blue) = 231+189+229=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDE5 is #18421A. Grayscale: #CECECE. Windows color (decimal): -1589787 or 15056359. OLE color: 15056359.

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

Color convert

RGB231189229-
CMYK00.180.010.09
HSL302.86º46.67%82.35%-
HSV(B)302.86º18.18%90.59%-
XYZ65.359.0482.08-
YUV206.12140.91145.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 229 (89.84% from 255) = 35.29%
R=35.59%
G=29.12%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118922900.180.010.09302.8646.6782.35
HexE7BDE50121912f2f52
Octal34727534502211145757122
Binary111001111011110111100101010010110011001011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDE5; }

 p { color: rgb(231,189,229); }

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

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

 a { background-color: rgb(231,189,229); }

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

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

 span { border-color: rgb(231,189,229); }

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