#E0AECF

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

Shades of French Lilac #E0AECF

Tints of French Lilac #E0AECF

Color information

#E0AECF (or 0xE0AECF) is unknown color: approx French Lilac. HEX triplet: E0, AE and CF. RGB value is (224,174,207). Sum of RGB (Red+Green+Blue) = 224+174+207=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AECF is #1F5130. Grayscale: #C0C0C0. Windows color (decimal): -2052401 or 13610720. OLE color: 13610720.

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

Color convert

RGB224174207-
CMYK00.220.080.12
HSL320.4º44.64%78.04%-
HSV(B)320.4º22.32%87.84%-
XYZ57.1450.6265.79-
YUV192.71136.06150.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=37.02%
G=28.76%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417420700.220.080.12320.444.6478.04
HexE0AECF0168C1402d4e
Octal340256317026101450055116
Binary111000001010111011001111010110100011001010000001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AECF; }

 p { color: rgb(224,174,207); }

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

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

 a { background-color: rgb(224,174,207); }

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

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

 span { border-color: rgb(224,174,207); }

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