Shades of Snuff #E3D5DF
Tints of Snuff #E3D5DF
RGB
CMYK
RGB Variations
Color information
#E3D5DF (or 0xE3D5DF) is known color: Snuff. HEX triplet: E3, D5 and DF. RGB value is (227,213,223). Sum of RGB (Red+Green+Blue) = 227+213+223=663 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.24% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D5DF is #1C2A20. Grayscale: #DADADA. Windows color (decimal): -1845793 or 14669283. OLE color: 14669283.
HSL color Cylindrical-coordinate representation of color #E3D5DF: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E3D5DF is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 223 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.11 |
| HSL | 317.14º | 0.2% | 0.86% | - |
| HSV(B) | 317.14º | 0.06% | 0.89% | - |
| XYZ | 68.79 | 69.25 | 79.55 | - |
| YUV | 218.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 223 | 0 | 0.06 | 0.02 | 0.11 | 317.14 | 0.2 | 0.86 |
| Hex | E3 | D5 | DF | 0 | 6 | 2 | B | 13D | 14 | 56 |
| Octal | 343 | 325 | 337 | 0 | 6 | 2 | 13 | 475 | 24 | 126 |
| Binary | 11100011 | 11010101 | 11011111 | 0 | 110 | 10 | 1011 | 100111101 | 10100 | 1010110 |
Color Harmonies of #E3D5DF
Complementary color
Monochromatic Colors of #E3D5DF
Black with #E3D5DF
Text Example
Text Example
White with #E3D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D5DF; }
p { color: rgb(227,213,223); }
H1.HeaderClassName
{
color: #E3D5DF;
}
.AnyTagClassName
{
color: #E3D5DF;
}
</style>
background-color css
<style>
a { background-color: #E3D5DF; }
a { background-color: rgb(227,213,223); }
div.DivClassName
{
background-color: #E3D5DF;
}
.BgClassName
{
background-color: #E3D5DF;
}
</style>
border-color css
<style>
span { border-color: #E3D5DF; }
span { border-color: rgb(227,213,223); }
td.TdClassName
{
border-color: #E3D5DF;
}
.TagClassName
{
border-color: #E3D5DF;
}
</style>