#EAC0DD

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

Shades of French Lilac #EAC0DD

Tints of French Lilac #EAC0DD

Color information

#EAC0DD (or 0xEAC0DD) is unknown color: approx French Lilac. HEX triplet: EA, C0 and DD. RGB value is (234,192,221). Sum of RGB (Red+Green+Blue) = 234+192+221=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DD is #153F22. Grayscale: #CFCFCF. Windows color (decimal): -1392419 or 14532842. OLE color: 14532842.

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

Color convert

RGB234192221-
CMYK00.180.060.08
HSL318.57º50%83.53%-
HSV(B)318.57º17.95%91.76%-
XYZ65.8360.4176.6-
YUV207.86135.41146.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=36.17%
G=29.68%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419222100.180.060.08318.575083.53
HexEAC0DD0126813f3254
Octal35230033502261047762124
Binary11101010110000001101110101001011010001001111111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0DD; }

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

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

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

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

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

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

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

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