Shades of Snuff #E3DCE3
Tints of Snuff #E3DCE3
RGB
CMYK
RGB Variations
Color information
#E3DCE3 (or 0xE3DCE3) is known color: Snuff. HEX triplet: E3, DC and E3. RGB value is (227,220,227). Sum of RGB (Red+Green+Blue) = 227+220+227=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E3DCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCE3 is #1C231C. Grayscale: #DEDEDE. Windows color (decimal): -1843997 or 14933219. OLE color: 14933219.
HSL color Cylindrical-coordinate representation of color #E3DCE3: hue angle of 300º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3DCE3 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 220 | 227 | - |
CMYK | 0 | 0.03 | 0 | 0.11 |
HSL | 300º | 0.11% | 0.88% | - |
HSV(B) | 300º | 0.03% | 0.89% | - |
XYZ | 71.14 | 73.06 | 83.03 | - |
YUV | 222.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 220 | 227 | 0 | 0.03 | 0 | 0.11 | 300 | 0.11 | 0.88 |
Hex | E3 | DC | E3 | 0 | 3 | 0 | B | 12C | B | 58 |
Octal | 343 | 334 | 343 | 0 | 3 | 0 | 13 | 454 | 13 | 130 |
Binary | 11100011 | 11011100 | 11100011 | 0 | 11 | 0 | 1011 | 100101100 | 1011 | 1011000 |
Color Harmonies of #E3DCE3
Complementary color
Monochromatic Colors of #E3DCE3
Black with #E3DCE3
Text Example
Text Example
White with #E3DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCE3; }
p { color: rgb(227,220,227); }
H1.HeaderClassName
{
color: #E3DCE3;
}
.AnyTagClassName
{
color: #E3DCE3;
}
</style>
background-color css
<style>
a { background-color: #E3DCE3; }
a { background-color: rgb(227,220,227); }
div.DivClassName
{
background-color: #E3DCE3;
}
.BgClassName
{
background-color: #E3DCE3;
}
</style>
border-color css
<style>
span { border-color: #E3DCE3; }
span { border-color: rgb(227,220,227); }
td.TdClassName
{
border-color: #E3DCE3;
}
.TagClassName
{
border-color: #E3DCE3;
}
</style>