Shades of Snuff #E7C2E9
Tints of Snuff #E7C2E9
RGB
CMYK
RGB Variations
Color information
#E7C2E9 (or 0xE7C2E9) is known color: Snuff. HEX triplet: E7, C2 and E9. RGB value is (231,194,233). Sum of RGB (Red+Green+Blue) = 231+194+233=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7C2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C2E9 is #183D16. Grayscale: #D1D1D1. Windows color (decimal): -1588503 or 15319783. OLE color: 15319783.
HSL color Cylindrical-coordinate representation of color #E7C2E9: hue angle of 296.92º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C2E9 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 233 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.09 |
| HSL | 296.92º | 0.47% | 0.84% | - |
| HSV(B) | 296.92º | 0.17% | 0.91% | - |
| XYZ | 66.95 | 61.46 | 85.42 | - |
| YUV | 209.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 233 | 0.01 | 0.17 | 0 | 0.09 | 296.92 | 0.47 | 0.84 |
| Hex | E7 | C2 | E9 | 1 | 11 | 0 | 9 | 129 | 2F | 54 |
| Octal | 347 | 302 | 351 | 1 | 21 | 0 | 11 | 451 | 57 | 124 |
| Binary | 11100111 | 11000010 | 11101001 | 1 | 10001 | 0 | 1001 | 100101001 | 101111 | 1010100 |
Color Harmonies of #E7C2E9
Complementary color
Monochromatic Colors of #E7C2E9
Black with #E7C2E9
Text Example
Text Example
White with #E7C2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2E9; }
p { color: rgb(231,194,233); }
H1.HeaderClassName
{
color: #E7C2E9;
}
.AnyTagClassName
{
color: #E7C2E9;
}
</style>
background-color css
<style>
a { background-color: #E7C2E9; }
a { background-color: rgb(231,194,233); }
div.DivClassName
{
background-color: #E7C2E9;
}
.BgClassName
{
background-color: #E7C2E9;
}
</style>
border-color css
<style>
span { border-color: #E7C2E9; }
span { border-color: rgb(231,194,233); }
td.TdClassName
{
border-color: #E7C2E9;
}
.TagClassName
{
border-color: #E7C2E9;
}
</style>