Shades of Snuff #E7CBE9
Tints of Snuff #E7CBE9
RGB
CMYK
RGB Variations
Color information
#E7CBE9 (or 0xE7CBE9) is known color: Snuff. HEX triplet: E7, CB and E9. RGB value is (231,203,233). Sum of RGB (Red+Green+Blue) = 231+203+233=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7CBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBE9 is #183416. Grayscale: #D6D6D6. Windows color (decimal): -1586199 or 15322087. OLE color: 15322087.
HSL color Cylindrical-coordinate representation of color #E7CBE9: hue angle of 296º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CBE9 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 233 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.09 |
| HSL | 296º | 0.41% | 0.85% | - |
| HSV(B) | 296º | 0.13% | 0.91% | - |
| XYZ | 69.02 | 65.58 | 86.11 | - |
| YUV | 214.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 233 | 0.01 | 0.13 | 0 | 0.09 | 296 | 0.41 | 0.85 |
| Hex | E7 | CB | E9 | 1 | D | 0 | 9 | 128 | 29 | 55 |
| Octal | 347 | 313 | 351 | 1 | 15 | 0 | 11 | 450 | 51 | 125 |
| Binary | 11100111 | 11001011 | 11101001 | 1 | 1101 | 0 | 1001 | 100101000 | 101001 | 1010101 |
Color Harmonies of #E7CBE9
Complementary color
Monochromatic Colors of #E7CBE9
Black with #E7CBE9
Text Example
Text Example
White with #E7CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBE9; }
p { color: rgb(231,203,233); }
H1.HeaderClassName
{
color: #E7CBE9;
}
.AnyTagClassName
{
color: #E7CBE9;
}
</style>
background-color css
<style>
a { background-color: #E7CBE9; }
a { background-color: rgb(231,203,233); }
div.DivClassName
{
background-color: #E7CBE9;
}
.BgClassName
{
background-color: #E7CBE9;
}
</style>
border-color css
<style>
span { border-color: #E7CBE9; }
span { border-color: rgb(231,203,233); }
td.TdClassName
{
border-color: #E7CBE9;
}
.TagClassName
{
border-color: #E7CBE9;
}
</style>