#EAADE2

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

Shades of French Lilac #EAADE2

Tints of French Lilac #EAADE2

Color information

#EAADE2 (or 0xEAADE2) is unknown color: approx French Lilac. HEX triplet: EA, AD and E2. RGB value is (234,173,226). Sum of RGB (Red+Green+Blue) = 234+173+226=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADE2 is #15521D. Grayscale: #C5C5C5. Windows color (decimal): -1397278 or 14855658. OLE color: 14855658.

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

Color convert

RGB234173226-
CMYK00.260.030.08
HSL307.87º59.22%79.8%-
HSV(B)307.87º26.07%91.76%-
XYZ62.652.8778.86-
YUV197.28144.21154.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=36.97%
G=27.33%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417322600.260.030.08307.8759.2279.8
HexEAADE201A381343b50
Octal35225534203231046473120
Binary1110101010101101111000100110101110001001101001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADE2; }

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

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

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

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

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

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

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

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