#EAACDD

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

Shades of French Lilac #EAACDD

Tints of French Lilac #EAACDD

Color information

#EAACDD (or 0xEAACDD) is unknown color: approx French Lilac. HEX triplet: EA, AC and DD. RGB value is (234,172,221). Sum of RGB (Red+Green+Blue) = 234+172+221=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDD is #155322. Grayscale: #C3C3C3. Windows color (decimal): -1397539 or 14527722. OLE color: 14527722.

HSL color Cylindrical-coordinate representation of color #EAACDD: hue angle of 312.58º 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 #EAACDD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234172221-
CMYK00.260.060.08
HSL312.58º59.62%79.61%-
HSV(B)312.58º26.5%91.76%-
XYZ61.7452.2275.23-
YUV196.12142.04155.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=37.32%
G=27.43%
B=35.25%

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
Decimal23417222100.260.060.08312.5859.6279.61
HexEAACDD01A681393c50
Octal35225433503261047174120
Binary11101010101011001101110101101011010001001110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACDD; }

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

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

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

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

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

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

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

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