#EAAADC

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

Shades of French Lilac #EAAADC

Tints of French Lilac #EAAADC

Color information

#EAAADC (or 0xEAAADC) is unknown color: approx French Lilac. HEX triplet: EA, AA and DC. RGB value is (234,170,220). Sum of RGB (Red+Green+Blue) = 234+170+220=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAADC is #155523. Grayscale: #C2C2C2. Windows color (decimal): -1398052 or 14461674. OLE color: 14461674.

HSL color Cylindrical-coordinate representation of color #EAAADC: hue angle of 313.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAADC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234170220-
CMYK00.270.060.08
HSL313.12º60.38%79.22%-
HSV(B)313.12º27.35%91.76%-
XYZ61.2251.4174.41-
YUV194.84142.2155.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=37.5%
G=27.24%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417022000.270.060.08313.1260.3879.22
HexEAAADC01B681393c4f
Octal35225233403361047174117
Binary11101010101010101101110001101111010001001110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAADC; }

 p { color: rgb(234,170,220); }

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

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

 a { background-color: rgb(234,170,220); }

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

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

 span { border-color: rgb(234,170,220); }

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