#E5BDDE

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

Shades of French Lilac #E5BDDE

Tints of French Lilac #E5BDDE

Color information

#E5BDDE (or 0xE5BDDE) is unknown color: approx French Lilac. HEX triplet: E5, BD and DE. RGB value is (229,189,222). Sum of RGB (Red+Green+Blue) = 229+189+222=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDE is #1A4221. Grayscale: #CCCCCC. Windows color (decimal): -1720866 or 14597605. OLE color: 14597605.

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

Color convert

RGB229189222-
CMYK00.170.030.10
HSL310.5º43.48%81.96%-
HSV(B)310.5º17.47%89.8%-
XYZ63.758.3377.01-
YUV204.72137.75145.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=35.78%
G=29.53%
B=34.69%

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
Decimal22918922200.170.030.10310.543.4881.96
HexE5BDDE0113A1362b52
Octal34527533602131246653122
Binary1110010110111101110111100100011110101001101101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDDE; }

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

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

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

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

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

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

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

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