#E8AADD

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

Shades of French Lilac #E8AADD

Tints of French Lilac #E8AADD

Color information

#E8AADD (or 0xE8AADD) is unknown color: approx French Lilac. HEX triplet: E8, AA and DD. RGB value is (232,170,221). Sum of RGB (Red+Green+Blue) = 232+170+221=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AADD is #175522. Grayscale: #C2C2C2. Windows color (decimal): -1529123 or 14527208. OLE color: 14527208.

HSL color Cylindrical-coordinate representation of color #E8AADD: hue angle of 310.65º degrees, saturation: 0.57, 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 #E8AADD is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232170221-
CMYK00.270.050.09
HSL310.65º57.41%78.82%-
HSV(B)310.65º26.72%90.98%-
XYZ60.751.1375.08-
YUV194.35143.04154.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.24%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=37.24%
G=27.29%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217022100.270.050.09310.6557.4178.82
HexE8AADD01B59137394f
Octal35025233503351146771117
Binary11101000101010101101110101101110110011001101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AADD; }

 p { color: rgb(232,170,221); }

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

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

 a { background-color: rgb(232,170,221); }

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

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

 span { border-color: rgb(232,170,221); }

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