Shades of Snuff #E2DCE1
Tints of Snuff #E2DCE1
RGB
CMYK
RGB Variations
Color information
#E2DCE1 (or 0xE2DCE1) is known color: 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
RGB | 226 | 220 | 225 | - |
CMYK | 0 | 0.03 | 0.00 | 0.11 |
HSL | 310º | 0.09% | 0.87% | - |
HSV(B) | 310º | 0.03% | 0.89% | - |
XYZ | 70.55 | 72.79 | 81.57 | - |
YUV | 222.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 225 | 0 | 0.03 | 0.00 | 0.11 | 310 | 0.09 | 0.87 |
Hex | E2 | DC | E1 | 0 | 3 | 0 | B | 136 | 9 | 57 |
Octal | 342 | 334 | 341 | 0 | 3 | 0 | 13 | 466 | 11 | 127 |
Binary | 11100010 | 11011100 | 11100001 | 0 | 11 | 0 | 1011 | 100110110 | 1001 | 1010111 |
Color Harmonies of #E2DCE1
Complementary color
Monochromatic Colors of #E2DCE1
Black with #E2DCE1
Text Example
Text Example
White with #E2DCE1
Text Example
Text Example
HTML Codes & Css Web 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>