#E1ADDB

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

Shades of French Lilac #E1ADDB

Tints of French Lilac #E1ADDB

Color information

#E1ADDB (or 0xE1ADDB) is unknown color: approx French Lilac. HEX triplet: E1, AD and DB. RGB value is (225,173,219). Sum of RGB (Red+Green+Blue) = 225+173+219=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADDB is #1E5224. Grayscale: #C1C1C1. Windows color (decimal): -1987109 or 14396897. OLE color: 14396897.

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

Color convert

RGB225173219-
CMYK00.230.030.12
HSL306.92º46.43%78.04%-
HSV(B)306.92º23.11%88.24%-
XYZ58.7851.0173.77-
YUV193.79142.23150.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=36.47%
G=28.04%
B=35.49%

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
Decimal22517321900.230.030.12306.9246.4378.04
HexE1ADDB0173C1332e4e
Octal34125533302731446356116
Binary1110000110101101110110110101111111001001100111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADDB; }

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

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

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

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

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

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

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

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