Shades of Snuff #E7C6E6
Tints of Snuff #E7C6E6
RGB
CMYK
RGB Variations
Color information
#E7C6E6 (or 0xE7C6E6) is known color: Snuff. HEX triplet: E7, C6 and E6. RGB value is (231,198,230). Sum of RGB (Red+Green+Blue) = 231+198+230=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C6E6 is #183919. Grayscale: #D3D3D3. Windows color (decimal): -1587482 or 15124199. OLE color: 15124199.
HSL color Cylindrical-coordinate representation of color #E7C6E6: hue angle of 301.82º degrees, saturation: 0.41, 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 #E7C6E6 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 230 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.09 |
| HSL | 301.82º | 0.41% | 0.84% | - |
| HSV(B) | 301.82º | 0.14% | 0.91% | - |
| XYZ | 67.43 | 63.09 | 83.49 | - |
| YUV | 211.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 230 | 0 | 0.14 | 0.00 | 0.09 | 301.82 | 0.41 | 0.84 |
| Hex | E7 | C6 | E6 | 0 | E | 0 | 9 | 12E | 29 | 54 |
| Octal | 347 | 306 | 346 | 0 | 16 | 0 | 11 | 456 | 51 | 124 |
| Binary | 11100111 | 11000110 | 11100110 | 0 | 1110 | 0 | 1001 | 100101110 | 101001 | 1010100 |
Color Harmonies of #E7C6E6
Complementary color
Monochromatic Colors of #E7C6E6
Black with #E7C6E6
Text Example
Text Example
White with #E7C6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6E6; }
p { color: rgb(231,198,230); }
H1.HeaderClassName
{
color: #E7C6E6;
}
.AnyTagClassName
{
color: #E7C6E6;
}
</style>
background-color css
<style>
a { background-color: #E7C6E6; }
a { background-color: rgb(231,198,230); }
div.DivClassName
{
background-color: #E7C6E6;
}
.BgClassName
{
background-color: #E7C6E6;
}
</style>
border-color css
<style>
span { border-color: #E7C6E6; }
span { border-color: rgb(231,198,230); }
td.TdClassName
{
border-color: #E7C6E6;
}
.TagClassName
{
border-color: #E7C6E6;
}
</style>