Shades of Snuff #E7C2EB
Tints of Snuff #E7C2EB
RGB
CMYK
RGB Variations
Color information
#E7C2EB (or 0xE7C2EB) is known color: Snuff. HEX triplet: E7, C2 and EB. RGB value is (231,194,235). Sum of RGB (Red+Green+Blue) = 231+194+235=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7C2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C2EB is #183D14. Grayscale: #D1D1D1. Windows color (decimal): -1588501 or 15450855. OLE color: 15450855.
HSL color Cylindrical-coordinate representation of color #E7C2EB: hue angle of 294.15º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C2EB is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 194 | 235 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.08 |
| HSL | 294.15º | 0.51% | 0.84% | - |
| HSV(B) | 294.15º | 0.17% | 0.92% | - |
| XYZ | 67.24 | 61.57 | 86.94 | - |
| YUV | 209.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 235 | 0.02 | 0.17 | 0 | 0.08 | 294.15 | 0.51 | 0.84 |
| Hex | E7 | C2 | EB | 2 | 11 | 0 | 8 | 126 | 33 | 54 |
| Octal | 347 | 302 | 353 | 2 | 21 | 0 | 10 | 446 | 63 | 124 |
| Binary | 11100111 | 11000010 | 11101011 | 10 | 10001 | 0 | 1000 | 100100110 | 110011 | 1010100 |
Color Harmonies of #E7C2EB
Complementary color
Monochromatic Colors of #E7C2EB
Black with #E7C2EB
Text Example
Text Example
White with #E7C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2EB; }
p { color: rgb(231,194,235); }
H1.HeaderClassName
{
color: #E7C2EB;
}
.AnyTagClassName
{
color: #E7C2EB;
}
</style>
background-color css
<style>
a { background-color: #E7C2EB; }
a { background-color: rgb(231,194,235); }
div.DivClassName
{
background-color: #E7C2EB;
}
.BgClassName
{
background-color: #E7C2EB;
}
</style>
border-color css
<style>
span { border-color: #E7C2EB; }
span { border-color: rgb(231,194,235); }
td.TdClassName
{
border-color: #E7C2EB;
}
.TagClassName
{
border-color: #E7C2EB;
}
</style>