Shades of Snuff #E7D3E4
Tints of Snuff #E7D3E4
RGB
CMYK
RGB Variations
Color information
#E7D3E4 (or 0xE7D3E4) is known color: Snuff. HEX triplet: E7, D3 and E4. RGB value is (231,211,228). Sum of RGB (Red+Green+Blue) = 231+211+228=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3E4 is #182C1B. Grayscale: #DADADA. Windows color (decimal): -1584156 or 14996455. OLE color: 14996455.
HSL color Cylindrical-coordinate representation of color #E7D3E4: hue angle of 309º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D3E4 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 228 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.09 |
| HSL | 309º | 0.29% | 0.87% | - |
| HSV(B) | 309º | 0.09% | 0.91% | - |
| XYZ | 70.25 | 69.18 | 83.05 | - |
| YUV | 218.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 228 | 0 | 0.09 | 0.01 | 0.09 | 309 | 0.29 | 0.87 |
| Hex | E7 | D3 | E4 | 0 | 9 | 1 | 9 | 135 | 1D | 57 |
| Octal | 347 | 323 | 344 | 0 | 11 | 1 | 11 | 465 | 35 | 127 |
| Binary | 11100111 | 11010011 | 11100100 | 0 | 1001 | 1 | 1001 | 100110101 | 11101 | 1010111 |
Color Harmonies of #E7D3E4
Complementary color
Monochromatic Colors of #E7D3E4
Black with #E7D3E4
Text Example
Text Example
White with #E7D3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3E4; }
p { color: rgb(231,211,228); }
H1.HeaderClassName
{
color: #E7D3E4;
}
.AnyTagClassName
{
color: #E7D3E4;
}
</style>
background-color css
<style>
a { background-color: #E7D3E4; }
a { background-color: rgb(231,211,228); }
div.DivClassName
{
background-color: #E7D3E4;
}
.BgClassName
{
background-color: #E7D3E4;
}
</style>
border-color css
<style>
span { border-color: #E7D3E4; }
span { border-color: rgb(231,211,228); }
td.TdClassName
{
border-color: #E7D3E4;
}
.TagClassName
{
border-color: #E7D3E4;
}
</style>