Shades of Snuff #E7C8EB
Tints of Snuff #E7C8EB
RGB
CMYK
RGB Variations
Color information
#E7C8EB (or 0xE7C8EB) is known color: Snuff. HEX triplet: E7, C8 and EB. RGB value is (231,200,235). Sum of RGB (Red+Green+Blue) = 231+200+235=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7C8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C8EB is #183714. Grayscale: #D5D5D5. Windows color (decimal): -1586965 or 15452391. OLE color: 15452391.
HSL color Cylindrical-coordinate representation of color #E7C8EB: hue angle of 293.14º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7C8EB is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 200 | 235 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.08 |
| HSL | 293.14º | 0.47% | 0.85% | - |
| HSV(B) | 293.14º | 0.15% | 0.92% | - |
| XYZ | 68.6 | 64.3 | 87.39 | - |
| YUV | 213.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 235 | 0.02 | 0.15 | 0 | 0.08 | 293.14 | 0.47 | 0.85 |
| Hex | E7 | C8 | EB | 2 | F | 0 | 8 | 125 | 2F | 55 |
| Octal | 347 | 310 | 353 | 2 | 17 | 0 | 10 | 445 | 57 | 125 |
| Binary | 11100111 | 11001000 | 11101011 | 10 | 1111 | 0 | 1000 | 100100101 | 101111 | 1010101 |
Color Harmonies of #E7C8EB
Complementary color
Monochromatic Colors of #E7C8EB
Black with #E7C8EB
Text Example
Text Example
White with #E7C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8EB; }
p { color: rgb(231,200,235); }
H1.HeaderClassName
{
color: #E7C8EB;
}
.AnyTagClassName
{
color: #E7C8EB;
}
</style>
background-color css
<style>
a { background-color: #E7C8EB; }
a { background-color: rgb(231,200,235); }
div.DivClassName
{
background-color: #E7C8EB;
}
.BgClassName
{
background-color: #E7C8EB;
}
</style>
border-color css
<style>
span { border-color: #E7C8EB; }
span { border-color: rgb(231,200,235); }
td.TdClassName
{
border-color: #E7C8EB;
}
.TagClassName
{
border-color: #E7C8EB;
}
</style>