#E1ADD8

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

Shades of French Lilac #E1ADD8

Tints of French Lilac #E1ADD8

Color information

#E1ADD8 (or 0xE1ADD8) is unknown color: approx French Lilac. HEX triplet: E1, AD and D8. RGB value is (225,173,216). Sum of RGB (Red+Green+Blue) = 225+173+216=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADD8 is #1E5227. Grayscale: #C1C1C1. Windows color (decimal): -1987112 or 14200289. OLE color: 14200289.

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

Color convert

RGB225173216-
CMYK00.230.040.12
HSL310.38º46.43%78.04%-
HSV(B)310.38º23.11%88.24%-
XYZ58.3950.8571.7-
YUV193.45140.73150.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 216 (84.77% from 255) = 35.18%
R=36.64%
G=28.18%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517321600.230.040.12310.3846.4378.04
HexE1ADD80174C1362e4e
Octal34125533002741446656116
Binary11100001101011011101100001011110011001001101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADD8; }

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

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

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

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

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

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

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

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