#EAADE6

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

Shades of French Lilac #EAADE6

Tints of French Lilac #EAADE6

Color information

#EAADE6 (or 0xEAADE6) is unknown color: approx French Lilac. HEX triplet: EA, AD and E6. RGB value is (234,173,230). Sum of RGB (Red+Green+Blue) = 234+173+230=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADE6 is #155219. Grayscale: #C5C5C5. Windows color (decimal): -1397274 or 15117802. OLE color: 15117802.

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

Color convert

RGB234173230-
CMYK00.260.020.08
HSL303.93º59.22%79.8%-
HSV(B)303.93º26.07%91.76%-
XYZ63.1653.0981.78-
YUV197.74146.21153.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=36.73%
G=27.16%
B=36.11%

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
Decimal23417323000.260.020.08303.9359.2279.8
HexEAADE601A281303b50
Octal35225534603221046073120
Binary1110101010101101111001100110101010001001100001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADE6; }

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

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

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

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

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

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

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

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