#E2ACD7

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

Shades of French Lilac #E2ACD7

Tints of French Lilac #E2ACD7

Color information

#E2ACD7 (or 0xE2ACD7) is unknown color: approx French Lilac. HEX triplet: E2, AC and D7. RGB value is (226,172,215). Sum of RGB (Red+Green+Blue) = 226+172+215=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACD7 is #1D5328. Grayscale: #C0C0C0. Windows color (decimal): -1921833 or 14134498. OLE color: 14134498.

HSL color Cylindrical-coordinate representation of color #E2ACD7: hue angle of 312.22º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACD7 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB226172215-
CMYK00.240.050.11
HSL312.22º48.21%78.04%-
HSV(B)312.22º23.89%88.63%-
XYZ58.3850.5870.98-
YUV193.05140.39151.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=36.87%
G=28.06%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617221500.240.050.11312.2248.2178.04
HexE2ACD70185B138304e
Octal34225432703051347060116
Binary11100010101011001101011101100010110111001110001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACD7; }

 p { color: rgb(226,172,215); }

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

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

 a { background-color: rgb(226,172,215); }

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

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

 span { border-color: rgb(226,172,215); }

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