Shades of Snuff #E7C3EB
Tints of Snuff #E7C3EB
RGB
CMYK
RGB Variations
Color information
#E7C3EB (or 0xE7C3EB) is known color: Snuff. HEX triplet: E7, C3 and EB. RGB value is (231,195,235). Sum of RGB (Red+Green+Blue) = 231+195+235=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 195 (76.56% from 255 or 29.50% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7C3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C3EB is #183C14. Grayscale: #D2D2D2. Windows color (decimal): -1588245 or 15451111. OLE color: 15451111.
HSL color Cylindrical-coordinate representation of color #E7C3EB: hue angle of 294º degrees, saturation: 0.5, 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 #E7C3EB is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 195 | 235 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.08 |
| HSL | 294º | 0.5% | 0.84% | - |
| HSV(B) | 294º | 0.17% | 0.92% | - |
| XYZ | 67.47 | 62.02 | 87.01 | - |
| YUV | 210.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 235 | 0.02 | 0.17 | 0 | 0.08 | 294 | 0.5 | 0.84 |
| Hex | E7 | C3 | EB | 2 | 11 | 0 | 8 | 126 | 32 | 54 |
| Octal | 347 | 303 | 353 | 2 | 21 | 0 | 10 | 446 | 62 | 124 |
| Binary | 11100111 | 11000011 | 11101011 | 10 | 10001 | 0 | 1000 | 100100110 | 110010 | 1010100 |
Color Harmonies of #E7C3EB
Complementary color
Monochromatic Colors of #E7C3EB
Black with #E7C3EB
Text Example
Text Example
White with #E7C3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C3EB; }
p { color: rgb(231,195,235); }
H1.HeaderClassName
{
color: #E7C3EB;
}
.AnyTagClassName
{
color: #E7C3EB;
}
</style>
background-color css
<style>
a { background-color: #E7C3EB; }
a { background-color: rgb(231,195,235); }
div.DivClassName
{
background-color: #E7C3EB;
}
.BgClassName
{
background-color: #E7C3EB;
}
</style>
border-color css
<style>
span { border-color: #E7C3EB; }
span { border-color: rgb(231,195,235); }
td.TdClassName
{
border-color: #E7C3EB;
}
.TagClassName
{
border-color: #E7C3EB;
}
</style>