#E0ACDD

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

Shades of French Lilac #E0ACDD

Tints of French Lilac #E0ACDD

Color information

#E0ACDD (or 0xE0ACDD) is unknown color: approx French Lilac. HEX triplet: E0, AC and DD. RGB value is (224,172,221). Sum of RGB (Red+Green+Blue) = 224+172+221=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACDD is #1F5322. Grayscale: #C0C0C0. Windows color (decimal): -2052899 or 14527712. OLE color: 14527712.

HSL color Cylindrical-coordinate representation of color #E0ACDD: hue angle of 303.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACDD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224172221-
CMYK00.230.010.12
HSL303.46º45.61%77.65%-
HSV(B)303.46º23.21%87.84%-
XYZ58.5450.5775.08-
YUV193.13143.73150.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=36.30%
G=27.88%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417222100.230.010.12303.4645.6177.65
HexE0ACDD0171C12f2e4e
Octal34025433502711445756116
Binary111000001010110011011101010111111001001011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACDD; }

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

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

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

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

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

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

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

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