#E2DCE1

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

Shades of Snuff #E2DCE1

Tints of Snuff #E2DCE1

Color information

#E2DCE1 (or 0xE2DCE1) is unknown color: approx Snuff. HEX triplet: E2, DC and E1. RGB value is (226,220,225). Sum of RGB (Red+Green+Blue) = 226+220+225=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCE1 is #1D231E. Grayscale: #DEDEDE. Windows color (decimal): -1909535 or 14802146. OLE color: 14802146.

HSL color Cylindrical-coordinate representation of color #E2DCE1: hue angle of 310º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DCE1 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB226220225-
CMYK00.030.000.11
HSL310º9.38%87.45%-
HSV(B)310º2.65%88.63%-
XYZ70.5572.7981.57-
YUV222.36129.49130.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=33.68%
G=32.79%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622022500.030.000.113109.3887.45
HexE2DCE1030B136957
Octal3423343410301346611127
Binary1110001011011100111000010110101110011011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCE1; }

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

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

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

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

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

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

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

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