#E5BDDA

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

Shades of French Lilac #E5BDDA

Tints of French Lilac #E5BDDA

Color information

#E5BDDA (or 0xE5BDDA) is unknown color: approx French Lilac. HEX triplet: E5, BD and DA. RGB value is (229,189,218). Sum of RGB (Red+Green+Blue) = 229+189+218=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDDA is #1A4225. Grayscale: #CCCCCC. Windows color (decimal): -1720870 or 14335461. OLE color: 14335461.

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

Color convert

RGB229189218-
CMYK00.170.050.10
HSL316.5º43.48%81.96%-
HSV(B)316.5º17.47%89.8%-
XYZ63.1758.1274.22-
YUV204.27135.75145.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.01%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=36.01%
G=29.72%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918921800.170.050.10316.543.4881.96
HexE5BDDA0115A13c2b52
Octal34527533202151247453122
Binary11100101101111011101101001000110110101001111001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDDA; }

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

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

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

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

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

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

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

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