#E1BDDA

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

Shades of French Lilac #E1BDDA

Tints of French Lilac #E1BDDA

Color information

#E1BDDA (or 0xE1BDDA) is unknown color: approx French Lilac. HEX triplet: E1, BD and DA. RGB value is (225,189,218). Sum of RGB (Red+Green+Blue) = 225+189+218=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDDA is #1E4225. Grayscale: #CACACA. Windows color (decimal): -1983014 or 14335457. OLE color: 14335457.

HSL color Cylindrical-coordinate representation of color #E1BDDA: hue angle of 311.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 #E1BDDA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225189218-
CMYK00.160.030.12
HSL311.67º37.5%81.18%-
HSV(B)311.67º16%88.24%-
XYZ61.957.4674.16-
YUV203.07136.43143.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=35.60%
G=29.91%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518921800.160.030.12311.6737.581.18
HexE1BDDA0103C1382651
Octal34127533202031447046121
Binary1110000110111101110110100100001111001001110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDDA; }

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

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

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

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

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

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

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

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