#E1ADDA

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

Shades of French Lilac #E1ADDA

Tints of French Lilac #E1ADDA

Color information

#E1ADDA (or 0xE1ADDA) is unknown color: approx French Lilac. HEX triplet: E1, AD and DA. RGB value is (225,173,218). Sum of RGB (Red+Green+Blue) = 225+173+218=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADDA is #1E5225. Grayscale: #C1C1C1. Windows color (decimal): -1987110 or 14331361. OLE color: 14331361.

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

Color convert

RGB225173218-
CMYK00.230.030.12
HSL308.08º46.43%78.04%-
HSV(B)308.08º23.11%88.24%-
XYZ58.6550.9673.07-
YUV193.68141.73150.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.53%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=36.53%
G=28.08%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517321800.230.030.12308.0846.4378.04
HexE1ADDA0173C1342e4e
Octal34125533202731446456116
Binary1110000110101101110110100101111111001001101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADDA; }

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

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

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

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

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

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

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

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