#E1BDD7

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

Shades of French Lilac #E1BDD7

Tints of French Lilac #E1BDD7

Color information

#E1BDD7 (or 0xE1BDD7) is unknown color: approx French Lilac. HEX triplet: E1, BD and D7. RGB value is (225,189,215). Sum of RGB (Red+Green+Blue) = 225+189+215=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDD7 is #1E4228. Grayscale: #CACACA. Windows color (decimal): -1983017 or 14138849. OLE color: 14138849.

HSL color Cylindrical-coordinate representation of color #E1BDD7: hue angle of 316.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BDD7 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225189215-
CMYK00.160.040.12
HSL316.67º37.5%81.18%-
HSV(B)316.67º16%88.24%-
XYZ61.5157.3172.11-
YUV202.73134.93143.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=35.77%
G=30.05%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518921500.160.040.12316.6737.581.18
HexE1BDD70104C13d2651
Octal34127532702041447546121
Binary11100001101111011101011101000010011001001111011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDD7; }

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

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

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

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

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

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

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

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