#E9A9DC

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

Shades of French Lilac #E9A9DC

Tints of French Lilac #E9A9DC

Color information

#E9A9DC (or 0xE9A9DC) is unknown color: approx French Lilac. HEX triplet: E9, A9 and DC. RGB value is (233,169,220). Sum of RGB (Red+Green+Blue) = 233+169+220=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A9DC is #165623. Grayscale: #C1C1C1. Windows color (decimal): -1463844 or 14461417. OLE color: 14461417.

HSL color Cylindrical-coordinate representation of color #E9A9DC: hue angle of 312.19º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9A9DC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233169220-
CMYK00.270.060.09
HSL312.19º59.26%78.82%-
HSV(B)312.19º27.47%91.37%-
XYZ60.7150.8774.33-
YUV193.95142.7155.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.46%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=37.46%
G=27.17%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316922000.270.060.09312.1959.2678.82
HexE9A9DC01B691383b4f
Octal35125133403361147073117
Binary11101001101010011101110001101111010011001110001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A9DC; }

 p { color: rgb(233,169,220); }

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

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

 a { background-color: rgb(233,169,220); }

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

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

 span { border-color: rgb(233,169,220); }

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