#E1ADDD

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

Shades of French Lilac #E1ADDD

Tints of French Lilac #E1ADDD

Color information

#E1ADDD (or 0xE1ADDD) is unknown color: approx French Lilac. HEX triplet: E1, AD and DD. RGB value is (225,173,221). Sum of RGB (Red+Green+Blue) = 225+173+221=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADDD is #1E5222. Grayscale: #C1C1C1. Windows color (decimal): -1987107 or 14527969. OLE color: 14527969.

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

Color convert

RGB225173221-
CMYK00.230.020.12
HSL304.62º46.43%78.04%-
HSV(B)304.62º23.11%88.24%-
XYZ59.0551.1275.16-
YUV194.02143.23150.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=36.35%
G=27.95%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517322100.230.020.12304.6246.4378.04
HexE1ADDD0172C1312e4e
Octal34125533502721446156116
Binary1110000110101101110111010101111011001001100011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADDD; }

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

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

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

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

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

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

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

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