#E5BDDD

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

Shades of French Lilac #E5BDDD

Tints of French Lilac #E5BDDD

Color information

#E5BDDD (or 0xE5BDDD) is unknown color: approx French Lilac. HEX triplet: E5, BD and DD. RGB value is (229,189,221). Sum of RGB (Red+Green+Blue) = 229+189+221=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDD is #1A4222. Grayscale: #CCCCCC. Windows color (decimal): -1720867 or 14532069. OLE color: 14532069.

HSL color Cylindrical-coordinate representation of color #E5BDDD: hue angle of 312º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BDDD is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229189221-
CMYK00.170.030.10
HSL312º43.48%81.96%-
HSV(B)312º17.47%89.8%-
XYZ63.5658.2776.3-
YUV204.61137.25145.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=35.84%
G=29.58%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918922100.170.030.1031243.4881.96
HexE5BDDD0113A1382b52
Octal34527533502131247053122
Binary1110010110111101110111010100011110101001110001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDDD; }

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

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

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

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

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

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

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

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