#E5BAE0

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

Shades of French Lilac #E5BAE0

Tints of French Lilac #E5BAE0

Color information

#E5BAE0 (or 0xE5BAE0) is unknown color: approx French Lilac. HEX triplet: E5, BA and E0. RGB value is (229,186,224). Sum of RGB (Red+Green+Blue) = 229+186+224=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAE0 is #1A451F. Grayscale: #CBCBCB. Windows color (decimal): -1721632 or 14727909. OLE color: 14727909.

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

Color convert

RGB229186224-
CMYK00.190.020.10
HSL306.98º45.26%81.37%-
HSV(B)306.98º18.78%89.8%-
XYZ63.3357.1678.22-
YUV203.19139.75146.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=35.84%
G=29.11%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918622400.190.020.10306.9845.2681.37
HexE5BAE00132A1332d51
Octal34527234002321246355121
Binary1110010110111010111000000100111010101001100111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAE0; }

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

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

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

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

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

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

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

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