#EACBE3

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

Shades of French Lilac #EACBE3

Tints of French Lilac #EACBE3

Color information

#EACBE3 (or 0xEACBE3) is unknown color: approx French Lilac. HEX triplet: EA, CB and E3. RGB value is (234,203,227). Sum of RGB (Red+Green+Blue) = 234+203+227=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBE3 is #15341C. Grayscale: #D6D6D6. Windows color (decimal): -1389597 or 14928874. OLE color: 14928874.

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

Color convert

RGB234203227-
CMYK00.130.030.08
HSL313.55º42.47%85.69%-
HSV(B)313.55º13.25%91.76%-
XYZ69.1565.7581.72-
YUV215134.77141.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 227 (89.06% from 255) = 34.19%
R=35.24%
G=30.57%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420322700.130.030.08313.5542.4785.69
HexEACBE30D3813a2a56
Octal35231334301531047252126
Binary111010101100101111100011011011110001001110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBE3; }

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

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

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

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

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

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

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

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