Shades of Snuff #E2D3DF
Tints of Snuff #E2D3DF
RGB
CMYK
RGB Variations
Color information
#E2D3DF (or 0xE2D3DF) is known color: Snuff. HEX triplet: E2, D3 and DF. RGB value is (226,211,223). Sum of RGB (Red+Green+Blue) = 226+211+223=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D3DF is #1D2C20. Grayscale: #D8D8D8. Windows color (decimal): -1911841 or 14668770. OLE color: 14668770.
HSL color Cylindrical-coordinate representation of color #E2D3DF: hue angle of 312º degrees, saturation: 0.21, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2D3DF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 211 | 223 | - |
CMYK | 0 | 0.07 | 0.01 | 0.11 |
HSL | 312º | 0.21% | 0.86% | - |
HSV(B) | 312º | 0.07% | 0.89% | - |
XYZ | 67.98 | 68.09 | 79.37 | - |
YUV | 216.85 | 131.47 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 211 | 223 | 0 | 0.07 | 0.01 | 0.11 | 312 | 0.21 | 0.86 |
Hex | E2 | D3 | DF | 0 | 7 | 1 | B | 138 | 15 | 56 |
Octal | 342 | 323 | 337 | 0 | 7 | 1 | 13 | 470 | 25 | 126 |
Binary | 11100010 | 11010011 | 11011111 | 0 | 111 | 1 | 1011 | 100111000 | 10101 | 1010110 |
Color Harmonies of #E2D3DF
Complementary color
Monochromatic Colors of #E2D3DF
Black with #E2D3DF
Text Example
Text Example
White with #E2D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D3DF; }
p { color: rgb(226,211,223); }
H1.HeaderClassName
{
color: #E2D3DF;
}
.AnyTagClassName
{
color: #E2D3DF;
}
</style>
background-color css
<style>
a { background-color: #E2D3DF; }
a { background-color: rgb(226,211,223); }
div.DivClassName
{
background-color: #E2D3DF;
}
.BgClassName
{
background-color: #E2D3DF;
}
</style>
border-color css
<style>
span { border-color: #E2D3DF; }
span { border-color: rgb(226,211,223); }
td.TdClassName
{
border-color: #E2D3DF;
}
.TagClassName
{
border-color: #E2D3DF;
}
</style>