#E0ADD4

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

Shades of French Lilac #E0ADD4

Tints of French Lilac #E0ADD4

Color information

#E0ADD4 (or 0xE0ADD4) is unknown color: approx French Lilac. HEX triplet: E0, AD and D4. RGB value is (224,173,212). Sum of RGB (Red+Green+Blue) = 224+173+212=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADD4 is #1F522B. Grayscale: #C0C0C0. Windows color (decimal): -2052652 or 13938144. OLE color: 13938144.

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

Color convert

RGB224173212-
CMYK00.230.050.12
HSL314.12º45.13%77.84%-
HSV(B)314.12º22.77%87.84%-
XYZ57.5750.4969-
YUV192.7138.9150.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=36.78%
G=28.41%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417321200.230.050.12314.1245.1377.84
HexE0ADD40175C13a2d4e
Octal34025532402751447255116
Binary11100000101011011101010001011110111001001110101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADD4; }

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

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

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

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

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

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

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

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