#EACBE2

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

Shades of French Lilac #EACBE2

Tints of French Lilac #EACBE2

Color information

#EACBE2 (or 0xEACBE2) is unknown color: approx French Lilac. HEX triplet: EA, CB and E2. RGB value is (234,203,226). Sum of RGB (Red+Green+Blue) = 234+203+226=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBE2 is #15341D. Grayscale: #D6D6D6. Windows color (decimal): -1389598 or 14863338. OLE color: 14863338.

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

Color convert

RGB234203226-
CMYK00.130.030.08
HSL315.48º42.47%85.69%-
HSV(B)315.48º13.25%91.76%-
XYZ69.0265.780.99-
YUV214.89134.27141.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 226 (88.67% from 255) = 34.09%
R=35.29%
G=30.62%
B=34.09%

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
Decimal23420322600.130.030.08315.4842.4785.69
HexEACBE20D3813b2a56
Octal35231334201531047352126
Binary111010101100101111100010011011110001001110111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBE2; }

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

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

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

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

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

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

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

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