#E1BDDD

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

Shades of French Lilac #E1BDDD

Tints of French Lilac #E1BDDD

Color information

#E1BDDD (or 0xE1BDDD) is unknown color: approx French Lilac. HEX triplet: E1, BD and DD. RGB value is (225,189,221). Sum of RGB (Red+Green+Blue) = 225+189+221=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDDD is #1E4222. Grayscale: #CBCBCB. Windows color (decimal): -1983011 or 14532065. OLE color: 14532065.

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

Color convert

RGB225189221-
CMYK00.160.020.12
HSL306.67º37.5%81.18%-
HSV(B)306.67º16%88.24%-
XYZ62.357.6276.25-
YUV203.41137.93143.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=35.43%
G=29.76%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518922100.160.020.12306.6737.581.18
HexE1BDDD0102C1332651
Octal34127533502021446346121
Binary1110000110111101110111010100001011001001100111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDDD; }

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

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

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

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

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

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

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

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