Shades of Snuff #E8D0E4
Tints of Snuff #E8D0E4
RGB
CMYK
RGB Variations
Color information
#E8D0E4 (or 0xE8D0E4) is known color: Snuff. HEX triplet: E8, D0 and E4. RGB value is (232,208,228). Sum of RGB (Red+Green+Blue) = 232+208+228=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0E4 is #172F1B. Grayscale: #D9D9D9. Windows color (decimal): -1519388 or 14995688. OLE color: 14995688.
HSL color Cylindrical-coordinate representation of color #E8D0E4: hue angle of 310º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D0E4 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 228 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.09 |
| HSL | 310º | 0.34% | 0.86% | - |
| HSV(B) | 310º | 0.1% | 0.91% | - |
| XYZ | 69.84 | 67.87 | 82.82 | - |
| YUV | 217.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 228 | 0 | 0.10 | 0.02 | 0.09 | 310 | 0.34 | 0.86 |
| Hex | E8 | D0 | E4 | 0 | A | 2 | 9 | 136 | 22 | 56 |
| Octal | 350 | 320 | 344 | 0 | 12 | 2 | 11 | 466 | 42 | 126 |
| Binary | 11101000 | 11010000 | 11100100 | 0 | 1010 | 10 | 1001 | 100110110 | 100010 | 1010110 |
Color Harmonies of #E8D0E4
Complementary color
Monochromatic Colors of #E8D0E4
Black with #E8D0E4
Text Example
Text Example
White with #E8D0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D0E4; }
p { color: rgb(232,208,228); }
H1.HeaderClassName
{
color: #E8D0E4;
}
.AnyTagClassName
{
color: #E8D0E4;
}
</style>
background-color css
<style>
a { background-color: #E8D0E4; }
a { background-color: rgb(232,208,228); }
div.DivClassName
{
background-color: #E8D0E4;
}
.BgClassName
{
background-color: #E8D0E4;
}
</style>
border-color css
<style>
span { border-color: #E8D0E4; }
span { border-color: rgb(232,208,228); }
td.TdClassName
{
border-color: #E8D0E4;
}
.TagClassName
{
border-color: #E8D0E4;
}
</style>