#E6A9DD

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

Shades of French Lilac #E6A9DD

Tints of French Lilac #E6A9DD

Color information

#E6A9DD (or 0xE6A9DD) is unknown color: approx French Lilac. HEX triplet: E6, A9 and DD. RGB value is (230,169,221). Sum of RGB (Red+Green+Blue) = 230+169+221=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A9DD is #195622. Grayscale: #C1C1C1. Windows color (decimal): -1660451 or 14526950. OLE color: 14526950.

HSL color Cylindrical-coordinate representation of color #E6A9DD: hue angle of 308.85º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A9DD is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230169221-
CMYK00.270.040.10
HSL308.85º54.95%78.24%-
HSV(B)308.85º26.52%90.2%-
XYZ59.8750.4274.98-
YUV193.17143.71154.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=37.10%
G=27.26%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016922100.270.040.10308.8554.9578.24
HexE6A9DD01B4A135374e
Octal34625133503341246567116
Binary11100110101010011101110101101110010101001101011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9DD; }

 p { color: rgb(230,169,221); }

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

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

 a { background-color: rgb(230,169,221); }

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

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

 span { border-color: rgb(230,169,221); }

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