Shades of Snuff #E3D3DF
Tints of Snuff #E3D3DF
RGB
CMYK
RGB Variations
Color information
#E3D3DF (or 0xE3D3DF) is known color: Snuff. HEX triplet: E3, D3 and DF. RGB value is (227,211,223). Sum of RGB (Red+Green+Blue) = 227+211+223=661 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.34% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D3DF is #1C2C20. Grayscale: #D9D9D9. Windows color (decimal): -1846305 or 14668771. OLE color: 14668771.
HSL color Cylindrical-coordinate representation of color #E3D3DF: hue angle of 315º degrees, saturation: 0.22, 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 #E3D3DF is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 223 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.11 |
| HSL | 315º | 0.22% | 0.86% | - |
| HSV(B) | 315º | 0.07% | 0.89% | - |
| XYZ | 68.29 | 68.25 | 79.39 | - |
| YUV | 217.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 223 | 0 | 0.07 | 0.02 | 0.11 | 315 | 0.22 | 0.86 |
| Hex | E3 | D3 | DF | 0 | 7 | 2 | B | 13B | 16 | 56 |
| Octal | 343 | 323 | 337 | 0 | 7 | 2 | 13 | 473 | 26 | 126 |
| Binary | 11100011 | 11010011 | 11011111 | 0 | 111 | 10 | 1011 | 100111011 | 10110 | 1010110 |
Color Harmonies of #E3D3DF
Complementary color
Monochromatic Colors of #E3D3DF
Black with #E3D3DF
Text Example
Text Example
White with #E3D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D3DF; }
p { color: rgb(227,211,223); }
H1.HeaderClassName
{
color: #E3D3DF;
}
.AnyTagClassName
{
color: #E3D3DF;
}
</style>
background-color css
<style>
a { background-color: #E3D3DF; }
a { background-color: rgb(227,211,223); }
div.DivClassName
{
background-color: #E3D3DF;
}
.BgClassName
{
background-color: #E3D3DF;
}
</style>
border-color css
<style>
span { border-color: #E3D3DF; }
span { border-color: rgb(227,211,223); }
td.TdClassName
{
border-color: #E3D3DF;
}
.TagClassName
{
border-color: #E3D3DF;
}
</style>