#EAA8DD

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

Shades of French Lilac #EAA8DD

Tints of French Lilac #EAA8DD

Color information

#EAA8DD (or 0xEAA8DD) is unknown color: approx French Lilac. HEX triplet: EA, A8 and DD. RGB value is (234,168,221). Sum of RGB (Red+Green+Blue) = 234+168+221=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8DD is #155722. Grayscale: #C1C1C1. Windows color (decimal): -1398563 or 14526698. OLE color: 14526698.

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

Color convert

RGB234168221-
CMYK00.280.060.08
HSL311.82º61.11%78.82%-
HSV(B)311.82º28.21%91.76%-
XYZ60.9950.7274.98-
YUV193.78143.37156.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 168 (66.02% from 255) = 26.97%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=37.56%
G=26.97%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416822100.280.060.08311.8261.1178.82
HexEAA8DD01C681383d4f
Octal35225033503461047075117
Binary11101010101010001101110101110011010001001110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8DD; }

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

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

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

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

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

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

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

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