#EAADE5

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

Shades of French Lilac #EAADE5

Tints of French Lilac #EAADE5

Color information

#EAADE5 (or 0xEAADE5) is unknown color: approx French Lilac. HEX triplet: EA, AD and E5. RGB value is (234,173,229). Sum of RGB (Red+Green+Blue) = 234+173+229=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADE5 is #15521A. Grayscale: #C5C5C5. Windows color (decimal): -1397275 or 15052266. OLE color: 15052266.

HSL color Cylindrical-coordinate representation of color #EAADE5: hue angle of 304.92º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADE5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234173229-
CMYK00.260.020.08
HSL304.92º59.22%79.8%-
HSV(B)304.92º26.07%91.76%-
XYZ63.0253.0481.04-
YUV197.62145.71153.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=36.79%
G=27.20%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417322900.260.020.08304.9259.2279.8
HexEAADE501A281313b50
Octal35225534503221046173120
Binary1110101010101101111001010110101010001001100011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADE5; }

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

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

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

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

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

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

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

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