#EAABDF

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

Shades of French Lilac #EAABDF

Tints of French Lilac #EAABDF

Color information

#EAABDF (or 0xEAABDF) is unknown color: approx French Lilac. HEX triplet: EA, AB and DF. RGB value is (234,171,223). Sum of RGB (Red+Green+Blue) = 234+171+223=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDF is #155420. Grayscale: #C3C3C3. Windows color (decimal): -1397793 or 14658538. OLE color: 14658538.

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

Color convert

RGB234171223-
CMYK00.270.050.08
HSL310.48º60%79.41%-
HSV(B)310.48º26.92%91.76%-
XYZ61.8151.9576.58-
YUV195.76143.37155.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 171 (67.19% from 255) = 27.23%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=37.26%
G=27.23%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417122300.270.050.08310.486079.41
HexEAABDF01B581363c4f
Octal35225333703351046674117
Binary11101010101010111101111101101110110001001101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABDF; }

 p { color: rgb(234,171,223); }

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

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

 a { background-color: rgb(234,171,223); }

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

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

 span { border-color: rgb(234,171,223); }

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