#E1DCE0

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

Shades of Snuff #E1DCE0

Tints of Snuff #E1DCE0

Color information

#E1DCE0 (or 0xE1DCE0) is unknown color: approx Snuff. HEX triplet: E1, DC and E0. RGB value is (225,220,224). Sum of RGB (Red+Green+Blue) = 225+220+224=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCE0 is #1E231F. Grayscale: #DDDDDD. Windows color (decimal): -1975072 or 14736609. OLE color: 14736609.

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

Color convert

RGB225220224-
CMYK00.020.000.12
HSL312º7.69%87.25%-
HSV(B)312º2.22%88.24%-
XYZ70.172.5880.83-
YUV221.95129.16130.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=33.63%
G=32.88%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522022400.020.000.123127.6987.25
HexE1DCE0020C138857
Octal3413343400201447010127
Binary1110000111011100111000000100110010011100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCE0; }

 p { color: rgb(225,220,224); }

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

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

 a { background-color: rgb(225,220,224); }

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

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

 span { border-color: rgb(225,220,224); }

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