#EACDE3

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

Shades of French Lilac #EACDE3

Tints of French Lilac #EACDE3

Color information

#EACDE3 (or 0xEACDE3) is unknown color: approx French Lilac. HEX triplet: EA, CD and E3. RGB value is (234,205,227). Sum of RGB (Red+Green+Blue) = 234+205+227=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE3 is #15321C. Grayscale: #D8D8D8. Windows color (decimal): -1389085 or 14929386. OLE color: 14929386.

HSL color Cylindrical-coordinate representation of color #EACDE3: hue angle of 314.48º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACDE3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234205227-
CMYK00.120.030.08
HSL314.48º40.85%86.08%-
HSV(B)314.48º12.39%91.76%-
XYZ69.6366.781.88-
YUV216.18134.11140.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 227 (89.06% from 255) = 34.08%
R=35.14%
G=30.78%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420522700.120.030.08314.4840.8586.08
HexEACDE30C3813a2956
Octal35231534301431047251126
Binary111010101100110111100011011001110001001110101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDE3; }

 p { color: rgb(234,205,227); }

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

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

 a { background-color: rgb(234,205,227); }

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

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

 span { border-color: rgb(234,205,227); }

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