Shades of Snuff #E1D6DF
Tints of Snuff #E1D6DF
RGB
CMYK
RGB Variations
Color information
#E1D6DF (or 0xE1D6DF) is known color: Snuff. HEX triplet: E1, D6 and DF. RGB value is (225,214,223). Sum of RGB (Red+Green+Blue) = 225+214+223=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6DF is #1E2920. Grayscale: #DADADA. Windows color (decimal): -1976609 or 14669537. OLE color: 14669537.
HSL color Cylindrical-coordinate representation of color #E1D6DF: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1D6DF is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 223 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.12 |
| HSL | 310.91º | 0.15% | 0.86% | - |
| HSV(B) | 310.91º | 0.05% | 0.88% | - |
| XYZ | 68.42 | 69.43 | 79.61 | - |
| YUV | 218.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 223 | 0 | 0.05 | 0.01 | 0.12 | 310.91 | 0.15 | 0.86 |
| Hex | E1 | D6 | DF | 0 | 5 | 1 | C | 137 | F | 56 |
| Octal | 341 | 326 | 337 | 0 | 5 | 1 | 14 | 467 | 17 | 126 |
| Binary | 11100001 | 11010110 | 11011111 | 0 | 101 | 1 | 1100 | 100110111 | 1111 | 1010110 |
Color Harmonies of #E1D6DF
Complementary color
Monochromatic Colors of #E1D6DF
Black with #E1D6DF
Text Example
Text Example
White with #E1D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6DF; }
p { color: rgb(225,214,223); }
H1.HeaderClassName
{
color: #E1D6DF;
}
.AnyTagClassName
{
color: #E1D6DF;
}
</style>
background-color css
<style>
a { background-color: #E1D6DF; }
a { background-color: rgb(225,214,223); }
div.DivClassName
{
background-color: #E1D6DF;
}
.BgClassName
{
background-color: #E1D6DF;
}
</style>
border-color css
<style>
span { border-color: #E1D6DF; }
span { border-color: rgb(225,214,223); }
td.TdClassName
{
border-color: #E1D6DF;
}
.TagClassName
{
border-color: #E1D6DF;
}
</style>