Shades of Snuff #E7D1E4
Tints of Snuff #E7D1E4
RGB
CMYK
RGB Variations
Color information
#E7D1E4 (or 0xE7D1E4) is known color: Snuff. HEX triplet: E7, D1 and E4. RGB value is (231,209,228). Sum of RGB (Red+Green+Blue) = 231+209+228=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1E4 is #182E1B. Grayscale: #D9D9D9. Windows color (decimal): -1584668 or 14995943. OLE color: 14995943.
HSL color Cylindrical-coordinate representation of color #E7D1E4: hue angle of 308.18º degrees, saturation: 0.31, 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 #E7D1E4 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 228 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.09 |
| HSL | 308.18º | 0.31% | 0.86% | - |
| HSV(B) | 308.18º | 0.1% | 0.91% | - |
| XYZ | 69.76 | 68.19 | 82.88 | - |
| YUV | 217.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 228 | 0 | 0.10 | 0.01 | 0.09 | 308.18 | 0.31 | 0.86 |
| Hex | E7 | D1 | E4 | 0 | A | 1 | 9 | 134 | 1F | 56 |
| Octal | 347 | 321 | 344 | 0 | 12 | 1 | 11 | 464 | 37 | 126 |
| Binary | 11100111 | 11010001 | 11100100 | 0 | 1010 | 1 | 1001 | 100110100 | 11111 | 1010110 |
Color Harmonies of #E7D1E4
Complementary color
Monochromatic Colors of #E7D1E4
Black with #E7D1E4
Text Example
Text Example
White with #E7D1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1E4; }
p { color: rgb(231,209,228); }
H1.HeaderClassName
{
color: #E7D1E4;
}
.AnyTagClassName
{
color: #E7D1E4;
}
</style>
background-color css
<style>
a { background-color: #E7D1E4; }
a { background-color: rgb(231,209,228); }
div.DivClassName
{
background-color: #E7D1E4;
}
.BgClassName
{
background-color: #E7D1E4;
}
</style>
border-color css
<style>
span { border-color: #E7D1E4; }
span { border-color: rgb(231,209,228); }
td.TdClassName
{
border-color: #E7D1E4;
}
.TagClassName
{
border-color: #E7D1E4;
}
</style>