Shades of Snuff #E2D2DE
Tints of Snuff #E2D2DE
RGB
CMYK
RGB Variations
Color information
#E2D2DE (or 0xE2D2DE) is known color: Snuff. HEX triplet: E2, D2 and DE. RGB value is (226,210,222). Sum of RGB (Red+Green+Blue) = 226+210+222=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D2DE is #1D2D21. Grayscale: #D8D8D8. Windows color (decimal): -1912098 or 14602978. OLE color: 14602978.
HSL color Cylindrical-coordinate representation of color #E2D2DE: hue angle of 315º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2D2DE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 222 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.11 |
| HSL | 315º | 0.22% | 0.85% | - |
| HSV(B) | 315º | 0.07% | 0.89% | - |
| XYZ | 67.6 | 67.54 | 78.58 | - |
| YUV | 216.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 222 | 0 | 0.07 | 0.02 | 0.11 | 315 | 0.22 | 0.85 |
| Hex | E2 | D2 | DE | 0 | 7 | 2 | B | 13B | 16 | 55 |
| Octal | 342 | 322 | 336 | 0 | 7 | 2 | 13 | 473 | 26 | 125 |
| Binary | 11100010 | 11010010 | 11011110 | 0 | 111 | 10 | 1011 | 100111011 | 10110 | 1010101 |
Color Harmonies of #E2D2DE
Complementary color
Monochromatic Colors of #E2D2DE
Black with #E2D2DE
Text Example
Text Example
White with #E2D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D2DE; }
p { color: rgb(226,210,222); }
H1.HeaderClassName
{
color: #E2D2DE;
}
.AnyTagClassName
{
color: #E2D2DE;
}
</style>
background-color css
<style>
a { background-color: #E2D2DE; }
a { background-color: rgb(226,210,222); }
div.DivClassName
{
background-color: #E2D2DE;
}
.BgClassName
{
background-color: #E2D2DE;
}
</style>
border-color css
<style>
span { border-color: #E2D2DE; }
span { border-color: rgb(226,210,222); }
td.TdClassName
{
border-color: #E2D2DE;
}
.TagClassName
{
border-color: #E2D2DE;
}
</style>