#EABCDE

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

Shades of French Lilac #EABCDE

Tints of French Lilac #EABCDE

Color information

#EABCDE (or 0xEABCDE) is unknown color: approx French Lilac. HEX triplet: EA, BC and DE. RGB value is (234,188,222). Sum of RGB (Red+Green+Blue) = 234+188+222=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCDE is #154321. Grayscale: #CDCDCD. Windows color (decimal): -1393442 or 14597354. OLE color: 14597354.

HSL color Cylindrical-coordinate representation of color #EABCDE: hue angle of 315.65º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCDE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234188222-
CMYK00.200.050.08
HSL315.65º52.27%82.75%-
HSV(B)315.65º19.66%91.76%-
XYZ65.158.7377.01-
YUV205.63137.24148.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=36.34%
G=29.19%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418822200.200.050.08315.6552.2782.75
HexEABCDE0145813c3453
Octal35227433602451047464123
Binary11101010101111001101111001010010110001001111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCDE; }

 p { color: rgb(234,188,222); }

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

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

 a { background-color: rgb(234,188,222); }

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

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

 span { border-color: rgb(234,188,222); }

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