#EAACDB

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

Shades of French Lilac #EAACDB

Tints of French Lilac #EAACDB

Color information

#EAACDB (or 0xEAACDB) is unknown color: approx French Lilac. HEX triplet: EA, AC and DB. RGB value is (234,172,219). Sum of RGB (Red+Green+Blue) = 234+172+219=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDB is #155324. Grayscale: #C3C3C3. Windows color (decimal): -1397541 or 14396650. OLE color: 14396650.

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

Color convert

RGB234172219-
CMYK00.260.060.08
HSL314.52º59.62%79.61%-
HSV(B)314.52º26.5%91.76%-
XYZ61.4752.1173.84-
YUV195.9141.04155.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=37.44%
G=27.52%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417221900.260.060.08314.5259.6279.61
HexEAACDB01A6813b3c50
Octal35225433303261047374120
Binary11101010101011001101101101101011010001001110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACDB; }

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

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

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

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

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

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

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

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