#E7BDE1

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

Shades of French Lilac #E7BDE1

Tints of French Lilac #E7BDE1

Color information

#E7BDE1 (or 0xE7BDE1) is unknown color: approx French Lilac. HEX triplet: E7, BD and E1. RGB value is (231,189,225). Sum of RGB (Red+Green+Blue) = 231+189+225=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDE1 is #18421E. Grayscale: #CDCDCD. Windows color (decimal): -1589791 or 14794215. OLE color: 14794215.

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

Color convert

RGB231189225-
CMYK00.180.030.09
HSL308.57º46.67%82.35%-
HSV(B)308.57º18.18%90.59%-
XYZ64.7458.8279.18-
YUV205.66138.91146.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=35.81%
G=29.30%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118922500.180.030.09308.5746.6782.35
HexE7BDE1012391352f52
Octal34727534102231146557122
Binary1110011110111101111000010100101110011001101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDE1; }

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

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

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

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

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

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

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

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