#E5ADE0

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

Shades of French Lilac #E5ADE0

Tints of French Lilac #E5ADE0

Color information

#E5ADE0 (or 0xE5ADE0) is unknown color: approx French Lilac. HEX triplet: E5, AD and E0. RGB value is (229,173,224). Sum of RGB (Red+Green+Blue) = 229+173+224=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADE0 is #1A521F. Grayscale: #C3C3C3. Windows color (decimal): -1724960 or 14724581. OLE color: 14724581.

HSL color Cylindrical-coordinate representation of color #E5ADE0: hue angle of 305.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADE0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB229173224-
CMYK00.240.020.10
HSL305.36º51.85%78.82%-
HSV(B)305.36º24.45%89.8%-
XYZ60.7151.9377.34-
YUV195.56144.05151.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.58%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=36.58%
G=27.64%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917322400.240.020.10305.3651.8578.82
HexE5ADE00182A131344f
Octal34525534003021246164117
Binary1110010110101101111000000110001010101001100011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADE0; }

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

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

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

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

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

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

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

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