#E1ADD1

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

Shades of French Lilac #E1ADD1

Tints of French Lilac #E1ADD1

Color information

#E1ADD1 (or 0xE1ADD1) is unknown color: approx French Lilac. HEX triplet: E1, AD and D1. RGB value is (225,173,209). Sum of RGB (Red+Green+Blue) = 225+173+209=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADD1 is #1E522E. Grayscale: #C0C0C0. Windows color (decimal): -1987119 or 13741537. OLE color: 13741537.

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

Color convert

RGB225173209-
CMYK00.230.070.12
HSL318.46º46.43%78.04%-
HSV(B)318.46º23.11%88.24%-
XYZ57.550.567.04-
YUV192.65137.23151.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=37.07%
G=28.50%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517320900.230.070.12318.4646.4378.04
HexE1ADD10177C13e2e4e
Octal34125532102771447656116
Binary11100001101011011101000101011111111001001111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADD1; }

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

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

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

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

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

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

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

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