Shades of Snuff #E7D3EB
Tints of Snuff #E7D3EB
RGB
CMYK
RGB Variations
Color information
#E7D3EB (or 0xE7D3EB) is known color: Snuff. HEX triplet: E7, D3 and EB. RGB value is (231,211,235). Sum of RGB (Red+Green+Blue) = 231+211+235=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7D3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D3EB is #182C14. Grayscale: #DBDBDB. Windows color (decimal): -1584149 or 15455207. OLE color: 15455207.
HSL color Cylindrical-coordinate representation of color #E7D3EB: hue angle of 290º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D3EB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 211 | 235 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.08 |
| HSL | 290º | 0.38% | 0.87% | - |
| HSV(B) | 290º | 0.1% | 0.92% | - |
| XYZ | 71.24 | 69.58 | 88.27 | - |
| YUV | 219.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 235 | 0.02 | 0.10 | 0 | 0.08 | 290 | 0.38 | 0.87 |
| Hex | E7 | D3 | EB | 2 | A | 0 | 8 | 122 | 26 | 57 |
| Octal | 347 | 323 | 353 | 2 | 12 | 0 | 10 | 442 | 46 | 127 |
| Binary | 11100111 | 11010011 | 11101011 | 10 | 1010 | 0 | 1000 | 100100010 | 100110 | 1010111 |
Color Harmonies of #E7D3EB
Complementary color
Monochromatic Colors of #E7D3EB
Black with #E7D3EB
Text Example
Text Example
White with #E7D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3EB; }
p { color: rgb(231,211,235); }
H1.HeaderClassName
{
color: #E7D3EB;
}
.AnyTagClassName
{
color: #E7D3EB;
}
</style>
background-color css
<style>
a { background-color: #E7D3EB; }
a { background-color: rgb(231,211,235); }
div.DivClassName
{
background-color: #E7D3EB;
}
.BgClassName
{
background-color: #E7D3EB;
}
</style>
border-color css
<style>
span { border-color: #E7D3EB; }
span { border-color: rgb(231,211,235); }
td.TdClassName
{
border-color: #E7D3EB;
}
.TagClassName
{
border-color: #E7D3EB;
}
</style>