#E1D0DD

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

Shades of French Lilac #E1D0DD

Tints of French Lilac #E1D0DD

Color information

#E1D0DD (or 0xE1D0DD) is unknown color: approx French Lilac. HEX triplet: E1, D0 and DD. RGB value is (225,208,221). Sum of RGB (Red+Green+Blue) = 225+208+221=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0DD is #1E2F22. Grayscale: #D6D6D6. Windows color (decimal): -1978147 or 14536929. OLE color: 14536929.

HSL color Cylindrical-coordinate representation of color #E1D0DD: hue angle of 314.12º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D0DD is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225208221-
CMYK00.080.020.12
HSL314.12º22.08%84.9%-
HSV(B)314.12º7.56%88.24%-
XYZ66.6666.3477.7-
YUV214.56131.63135.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=34.40%
G=31.80%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520822100.080.020.12314.1222.0884.9
HexE1D0DD082C13a1655
Octal34132033501021447226125
Binary11100001110100001101110101000101100100111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0DD; }

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

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

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

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

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

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

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

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