Shades of Snuff #E3DEE3
Tints of Snuff #E3DEE3
RGB
CMYK
RGB Variations
Color information
#E3DEE3 (or 0xE3DEE3) is known color: Snuff. HEX triplet: E3, DE and E3. RGB value is (227,222,227). Sum of RGB (Red+Green+Blue) = 227+222+227=676 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.58% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E3DEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DEE3 is #1C211C. Grayscale: #E0E0E0. Windows color (decimal): -1843485 or 14933731. OLE color: 14933731.
HSL color Cylindrical-coordinate representation of color #E3DEE3: hue angle of 300º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E3DEE3 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 222 | 227 | - |
CMYK | 0 | 0.02 | 0 | 0.11 |
HSL | 300º | 0.08% | 0.88% | - |
HSV(B) | 300º | 0.02% | 0.89% | - |
XYZ | 71.66 | 74.12 | 83.2 | - |
YUV | 224.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 222 | 227 | 0 | 0.02 | 0 | 0.11 | 300 | 0.08 | 0.88 |
Hex | E3 | DE | E3 | 0 | 2 | 0 | B | 12C | 8 | 58 |
Octal | 343 | 336 | 343 | 0 | 2 | 0 | 13 | 454 | 10 | 130 |
Binary | 11100011 | 11011110 | 11100011 | 0 | 10 | 0 | 1011 | 100101100 | 1000 | 1011000 |
Color Harmonies of #E3DEE3
Complementary color
Monochromatic Colors of #E3DEE3
Black with #E3DEE3
Text Example
Text Example
White with #E3DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEE3; }
p { color: rgb(227,222,227); }
H1.HeaderClassName
{
color: #E3DEE3;
}
.AnyTagClassName
{
color: #E3DEE3;
}
</style>
background-color css
<style>
a { background-color: #E3DEE3; }
a { background-color: rgb(227,222,227); }
div.DivClassName
{
background-color: #E3DEE3;
}
.BgClassName
{
background-color: #E3DEE3;
}
</style>
border-color css
<style>
span { border-color: #E3DEE3; }
span { border-color: rgb(227,222,227); }
td.TdClassName
{
border-color: #E3DEE3;
}
.TagClassName
{
border-color: #E3DEE3;
}
</style>