#E0ADD7

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

Shades of French Lilac #E0ADD7

Tints of French Lilac #E0ADD7

Color information

#E0ADD7 (or 0xE0ADD7) is unknown color: approx French Lilac. HEX triplet: E0, AD and D7. RGB value is (224,173,215). Sum of RGB (Red+Green+Blue) = 224+173+215=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADD7 is #1F5228. Grayscale: #C0C0C0. Windows color (decimal): -2052649 or 14134752. OLE color: 14134752.

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

Color convert

RGB224173215-
CMYK00.230.040.12
HSL310.59º45.13%77.84%-
HSV(B)310.59º22.77%87.84%-
XYZ57.9550.6471.01-
YUV193.04140.4150.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=36.60%
G=28.27%
B=35.13%

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
Decimal22417321500.230.040.12310.5945.1377.84
HexE0ADD70174C1372d4e
Octal34025532702741446755116
Binary11100000101011011101011101011110011001001101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADD7; }

 p { color: rgb(224,173,215); }

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

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

 a { background-color: rgb(224,173,215); }

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

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

 span { border-color: rgb(224,173,215); }

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