#EAC0DE

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

Shades of French Lilac #EAC0DE

Tints of French Lilac #EAC0DE

Color information

#EAC0DE (or 0xEAC0DE) is unknown color: approx French Lilac. HEX triplet: EA, C0 and DE. RGB value is (234,192,222). Sum of RGB (Red+Green+Blue) = 234+192+222=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DE is #153F21. Grayscale: #CFCFCF. Windows color (decimal): -1392418 or 14598378. OLE color: 14598378.

HSL color Cylindrical-coordinate representation of color #EAC0DE: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0DE is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234192222-
CMYK00.180.050.08
HSL317.14º50%83.53%-
HSV(B)317.14º17.95%91.76%-
XYZ65.9760.4777.3-
YUV207.98135.91146.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 192 (75.39% from 255) = 29.63%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=36.11%
G=29.63%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419222200.180.050.08317.145083.53
HexEAC0DE0125813d3254
Octal35230033602251047562124
Binary11101010110000001101111001001010110001001111011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0DE; }

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

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

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

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

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

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

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

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