#E1ADD4

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

Shades of French Lilac #E1ADD4

Tints of French Lilac #E1ADD4

Color information

#E1ADD4 (or 0xE1ADD4) is unknown color: approx French Lilac. HEX triplet: E1, AD and D4. RGB value is (225,173,212). Sum of RGB (Red+Green+Blue) = 225+173+212=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADD4 is #1E522B. Grayscale: #C0C0C0. Windows color (decimal): -1987116 or 13938145. OLE color: 13938145.

HSL color Cylindrical-coordinate representation of color #E1ADD4: hue angle of 315º 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 #E1ADD4 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB225173212-
CMYK00.230.060.12
HSL315º46.43%78.04%-
HSV(B)315º23.11%88.24%-
XYZ57.8850.6569.01-
YUV192.99138.73150.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=36.89%
G=28.36%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517321200.230.060.1231546.4378.04
HexE1ADD40176C13b2e4e
Octal34125532402761447356116
Binary11100001101011011101010001011111011001001110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADD4; }

 p { color: rgb(225,173,212); }

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

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

 a { background-color: rgb(225,173,212); }

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

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

 span { border-color: rgb(225,173,212); }

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