#EAACDE

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

Shades of French Lilac #EAACDE

Tints of French Lilac #EAACDE

Color information

#EAACDE (or 0xEAACDE) is unknown color: approx French Lilac. HEX triplet: EA, AC and DE. RGB value is (234,172,222). Sum of RGB (Red+Green+Blue) = 234+172+222=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDE is #155321. Grayscale: #C4C4C4. Windows color (decimal): -1397538 or 14593258. OLE color: 14593258.

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

Color convert

RGB234172222-
CMYK00.260.050.08
HSL311.61º59.62%79.61%-
HSV(B)311.61º26.5%91.76%-
XYZ61.8752.2775.94-
YUV196.24142.54154.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=37.26%
G=27.39%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417222200.260.050.08311.6159.6279.61
HexEAACDE01A581383c50
Octal35225433603251047074120
Binary11101010101011001101111001101010110001001110001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACDE; }

 p { color: rgb(234,172,222); }

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

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

 a { background-color: rgb(234,172,222); }

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

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

 span { border-color: rgb(234,172,222); }

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