#EAB7DB

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

Shades of French Lilac #EAB7DB

Tints of French Lilac #EAB7DB

Color information

#EAB7DB (or 0xEAB7DB) is unknown color: approx French Lilac. HEX triplet: EA, B7 and DB. RGB value is (234,183,219). Sum of RGB (Red+Green+Blue) = 234+183+219=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7DB is #154824. Grayscale: #CACACA. Windows color (decimal): -1394725 or 14399466. OLE color: 14399466.

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

Color convert

RGB234183219-
CMYK00.220.060.08
HSL317.65º54.84%81.76%-
HSV(B)317.65º21.79%91.76%-
XYZ63.6556.4774.56-
YUV202.35137.4150.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 183 (71.88% from 255) = 28.77%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=36.79%
G=28.77%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418321900.220.060.08317.6554.8481.76
HexEAB7DB0166813e3752
Octal35226733302661047667122
Binary11101010101101111101101101011011010001001111101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7DB; }

 p { color: rgb(234,183,219); }

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

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

 a { background-color: rgb(234,183,219); }

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

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

 span { border-color: rgb(234,183,219); }

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