#EAACD8

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

Shades of French Lilac #EAACD8

Tints of French Lilac #EAACD8

Color information

#EAACD8 (or 0xEAACD8) is unknown color: approx French Lilac. HEX triplet: EA, AC and D8. RGB value is (234,172,216). Sum of RGB (Red+Green+Blue) = 234+172+216=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD8 is #155327. Grayscale: #C3C3C3. Windows color (decimal): -1397544 or 14200042. OLE color: 14200042.

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

Color convert

RGB234172216-
CMYK00.260.080.08
HSL317.42º59.62%79.61%-
HSV(B)317.42º26.5%91.76%-
XYZ61.0851.9671.77-
YUV195.55139.54155.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=37.62%
G=27.65%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417221600.260.080.08317.4259.6279.61
HexEAACD801A8813d3c50
Octal352254330032101047574120
Binary111010101010110011011000011010100010001001111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACD8; }

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

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

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

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

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

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

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

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