Shades of Snuff #E3D0DF
Tints of Snuff #E3D0DF
RGB
CMYK
RGB Variations
Color information
#E3D0DF (or 0xE3D0DF) is known color: Snuff. HEX triplet: E3, D0 and DF. RGB value is (227,208,223). Sum of RGB (Red+Green+Blue) = 227+208+223=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0DF is #1C2F20. Grayscale: #D7D7D7. Windows color (decimal): -1847073 or 14668003. OLE color: 14668003.
HSL color Cylindrical-coordinate representation of color #E3D0DF: hue angle of 312.63º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D0DF is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 223 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.11 |
| HSL | 312.63º | 0.25% | 0.85% | - |
| HSV(B) | 312.63º | 0.08% | 0.89% | - |
| XYZ | 67.55 | 66.77 | 79.14 | - |
| YUV | 215.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 223 | 0 | 0.08 | 0.02 | 0.11 | 312.63 | 0.25 | 0.85 |
| Hex | E3 | D0 | DF | 0 | 8 | 2 | B | 139 | 19 | 55 |
| Octal | 343 | 320 | 337 | 0 | 10 | 2 | 13 | 471 | 31 | 125 |
| Binary | 11100011 | 11010000 | 11011111 | 0 | 1000 | 10 | 1011 | 100111001 | 11001 | 1010101 |
Color Harmonies of #E3D0DF
Complementary color
Monochromatic Colors of #E3D0DF
Black with #E3D0DF
Text Example
Text Example
White with #E3D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0DF; }
p { color: rgb(227,208,223); }
H1.HeaderClassName
{
color: #E3D0DF;
}
.AnyTagClassName
{
color: #E3D0DF;
}
</style>
background-color css
<style>
a { background-color: #E3D0DF; }
a { background-color: rgb(227,208,223); }
div.DivClassName
{
background-color: #E3D0DF;
}
.BgClassName
{
background-color: #E3D0DF;
}
</style>
border-color css
<style>
span { border-color: #E3D0DF; }
span { border-color: rgb(227,208,223); }
td.TdClassName
{
border-color: #E3D0DF;
}
.TagClassName
{
border-color: #E3D0DF;
}
</style>