#EAB8DE

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

Shades of French Lilac #EAB8DE

Tints of French Lilac #EAB8DE

Color information

#EAB8DE (or 0xEAB8DE) is unknown color: approx French Lilac. HEX triplet: EA, B8 and DE. RGB value is (234,184,222). Sum of RGB (Red+Green+Blue) = 234+184+222=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8DE is #154721. Grayscale: #CBCBCB. Windows color (decimal): -1394466 or 14596330. OLE color: 14596330.

HSL color Cylindrical-coordinate representation of color #EAB8DE: hue angle of 314.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8DE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234184222-
CMYK00.210.050.08
HSL314.4º54.35%81.96%-
HSV(B)314.4º21.37%91.76%-
XYZ64.2657.0576.73-
YUV203.28138.56149.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 184 (72.27% from 255) = 28.75%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=36.56%
G=28.75%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418422200.210.050.08314.454.3581.96
HexEAB8DE0155813a3652
Octal35227033602551047266122
Binary11101010101110001101111001010110110001001110101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8DE; }

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

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

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

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

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

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

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

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