#E5BADE

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

Shades of French Lilac #E5BADE

Tints of French Lilac #E5BADE

Color information

#E5BADE (or 0xE5BADE) is unknown color: approx French Lilac. HEX triplet: E5, BA and DE. RGB value is (229,186,222). Sum of RGB (Red+Green+Blue) = 229+186+222=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BADE is #1A4521. Grayscale: #CACACA. Windows color (decimal): -1721634 or 14596837. OLE color: 14596837.

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

Color convert

RGB229186222-
CMYK00.190.030.10
HSL309.77º45.26%81.37%-
HSV(B)309.77º18.78%89.8%-
XYZ63.0657.0576.8-
YUV202.96138.75146.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=35.95%
G=29.20%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918622200.190.030.10309.7745.2681.37
HexE5BADE0133A1362d51
Octal34527233602331246655121
Binary1110010110111010110111100100111110101001101101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BADE; }

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

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

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

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

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

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

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

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