#EAC2DD

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

Shades of French Lilac #EAC2DD

Tints of French Lilac #EAC2DD

Color information

#EAC2DD (or 0xEAC2DD) is unknown color: approx French Lilac. HEX triplet: EA, C2 and DD. RGB value is (234,194,221). Sum of RGB (Red+Green+Blue) = 234+194+221=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2DD is #153D22. Grayscale: #D0D0D0. Windows color (decimal): -1391907 or 14533354. OLE color: 14533354.

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

Color convert

RGB234194221-
CMYK00.170.060.08
HSL319.5º48.78%83.92%-
HSV(B)319.5º17.09%91.76%-
XYZ66.2761.376.74-
YUV209.04134.75145.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 194 (76.17% from 255) = 29.89%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=36.06%
G=29.89%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419422100.170.060.08319.548.7883.92
HexEAC2DD011681403154
Octal35230233502161050061124
Binary11101010110000101101110101000111010001010000001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2DD; }

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

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

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

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

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

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

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

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