Shades of Snuff #E7C7E6
Tints of Snuff #E7C7E6
RGB
CMYK
RGB Variations
Color information
#E7C7E6 (or 0xE7C7E6) is known color: Snuff. HEX triplet: E7, C7 and E6. RGB value is (231,199,230). Sum of RGB (Red+Green+Blue) = 231+199+230=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C7E6 is #183819. Grayscale: #D4D4D4. Windows color (decimal): -1587226 or 15124455. OLE color: 15124455.
HSL color Cylindrical-coordinate representation of color #E7C7E6: hue angle of 301.88º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C7E6 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 230 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.09 |
| HSL | 301.88º | 0.4% | 0.84% | - |
| HSV(B) | 301.88º | 0.14% | 0.91% | - |
| XYZ | 67.66 | 63.55 | 83.56 | - |
| YUV | 212.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 230 | 0 | 0.14 | 0.00 | 0.09 | 301.88 | 0.4 | 0.84 |
| Hex | E7 | C7 | E6 | 0 | E | 0 | 9 | 12E | 28 | 54 |
| Octal | 347 | 307 | 346 | 0 | 16 | 0 | 11 | 456 | 50 | 124 |
| Binary | 11100111 | 11000111 | 11100110 | 0 | 1110 | 0 | 1001 | 100101110 | 101000 | 1010100 |
Color Harmonies of #E7C7E6
Complementary color
Monochromatic Colors of #E7C7E6
Black with #E7C7E6
Text Example
Text Example
White with #E7C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C7E6; }
p { color: rgb(231,199,230); }
H1.HeaderClassName
{
color: #E7C7E6;
}
.AnyTagClassName
{
color: #E7C7E6;
}
</style>
background-color css
<style>
a { background-color: #E7C7E6; }
a { background-color: rgb(231,199,230); }
div.DivClassName
{
background-color: #E7C7E6;
}
.BgClassName
{
background-color: #E7C7E6;
}
</style>
border-color css
<style>
span { border-color: #E7C7E6; }
span { border-color: rgb(231,199,230); }
td.TdClassName
{
border-color: #E7C7E6;
}
.TagClassName
{
border-color: #E7C7E6;
}
</style>