#E0A7CE

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

Shades of French Lilac #E0A7CE

Tints of French Lilac #E0A7CE

Color information

#E0A7CE (or 0xE0A7CE) is unknown color: approx French Lilac. HEX triplet: E0, A7 and CE. RGB value is (224,167,206). Sum of RGB (Red+Green+Blue) = 224+167+206=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A7CE is #1F5831. Grayscale: #BCBCBC. Windows color (decimal): -2054194 or 13543392. OLE color: 13543392.

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

Color convert

RGB224167206-
CMYK00.250.080.12
HSL318.95º47.9%76.67%-
HSV(B)318.95º25.45%87.84%-
XYZ55.747.9464.71-
YUV188.49137.88153.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 167 (65.62% from 255) = 27.97%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=37.52%
G=27.97%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416720600.250.080.12318.9547.976.67
HexE0A7CE0198C13f304d
Octal340247316031101447760115
Binary111000001010011111001110011001100011001001111111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7CE; }

 p { color: rgb(224,167,206); }

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

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

 a { background-color: rgb(224,167,206); }

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

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

 span { border-color: rgb(224,167,206); }

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