Shades of Snuff #E0D3DF
Tints of Snuff #E0D3DF
RGB
CMYK
RGB Variations
Color information
#E0D3DF (or 0xE0D3DF) is known color: Snuff. HEX triplet: E0, D3 and DF. RGB value is (224,211,223). Sum of RGB (Red+Green+Blue) = 224+211+223=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3DF is #1F2C20. Grayscale: #D8D8D8. Windows color (decimal): -2042913 or 14668768. OLE color: 14668768.
HSL color Cylindrical-coordinate representation of color #E0D3DF: hue angle of 304.62º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0D3DF is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 223 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.12 |
| HSL | 304.62º | 0.17% | 0.85% | - |
| HSV(B) | 304.62º | 0.06% | 0.88% | - |
| XYZ | 67.35 | 67.76 | 79.34 | - |
| YUV | 216.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 223 | 0 | 0.06 | 0.00 | 0.12 | 304.62 | 0.17 | 0.85 |
| Hex | E0 | D3 | DF | 0 | 6 | 0 | C | 131 | 11 | 55 |
| Octal | 340 | 323 | 337 | 0 | 6 | 0 | 14 | 461 | 21 | 125 |
| Binary | 11100000 | 11010011 | 11011111 | 0 | 110 | 0 | 1100 | 100110001 | 10001 | 1010101 |
Color Harmonies of #E0D3DF
Complementary color
Monochromatic Colors of #E0D3DF
Black with #E0D3DF
Text Example
Text Example
White with #E0D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D3DF; }
p { color: rgb(224,211,223); }
H1.HeaderClassName
{
color: #E0D3DF;
}
.AnyTagClassName
{
color: #E0D3DF;
}
</style>
background-color css
<style>
a { background-color: #E0D3DF; }
a { background-color: rgb(224,211,223); }
div.DivClassName
{
background-color: #E0D3DF;
}
.BgClassName
{
background-color: #E0D3DF;
}
</style>
border-color css
<style>
span { border-color: #E0D3DF; }
span { border-color: rgb(224,211,223); }
td.TdClassName
{
border-color: #E0D3DF;
}
.TagClassName
{
border-color: #E0D3DF;
}
</style>