Shades of Snuff #E2D5DF
Tints of Snuff #E2D5DF
RGB
CMYK
RGB Variations
Color information
#E2D5DF (or 0xE2D5DF) is known color: Snuff. HEX triplet: E2, D5 and DF. RGB value is (226,213,223). Sum of RGB (Red+Green+Blue) = 226+213+223=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5DF is #1D2A20. Grayscale: #D9D9D9. Windows color (decimal): -1911329 or 14669282. OLE color: 14669282.
HSL color Cylindrical-coordinate representation of color #E2D5DF: hue angle of 313.85º degrees, saturation: 0.18, 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 #E2D5DF is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 213 | 223 | - |
CMYK | 0 | 0.06 | 0.01 | 0.11 |
HSL | 313.85º | 0.18% | 0.86% | - |
HSV(B) | 313.85º | 0.06% | 0.89% | - |
XYZ | 68.48 | 69.08 | 79.54 | - |
YUV | 218.03 | 130.81 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 213 | 223 | 0 | 0.06 | 0.01 | 0.11 | 313.85 | 0.18 | 0.86 |
Hex | E2 | D5 | DF | 0 | 6 | 1 | B | 13A | 12 | 56 |
Octal | 342 | 325 | 337 | 0 | 6 | 1 | 13 | 472 | 22 | 126 |
Binary | 11100010 | 11010101 | 11011111 | 0 | 110 | 1 | 1011 | 100111010 | 10010 | 1010110 |
Color Harmonies of #E2D5DF
Complementary color
Monochromatic Colors of #E2D5DF
Black with #E2D5DF
Text Example
Text Example
White with #E2D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5DF; }
p { color: rgb(226,213,223); }
H1.HeaderClassName
{
color: #E2D5DF;
}
.AnyTagClassName
{
color: #E2D5DF;
}
</style>
background-color css
<style>
a { background-color: #E2D5DF; }
a { background-color: rgb(226,213,223); }
div.DivClassName
{
background-color: #E2D5DF;
}
.BgClassName
{
background-color: #E2D5DF;
}
</style>
border-color css
<style>
span { border-color: #E2D5DF; }
span { border-color: rgb(226,213,223); }
td.TdClassName
{
border-color: #E2D5DF;
}
.TagClassName
{
border-color: #E2D5DF;
}
</style>