Shades of Snuff #E8C1EF
Tints of Snuff #E8C1EF
RGB
CMYK
RGB Variations
Color information
#E8C1EF (or 0xE8C1EF) is known color: Snuff. HEX triplet: E8, C1 and EF. RGB value is (232,193,239). Sum of RGB (Red+Green+Blue) = 232+193+239=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8C1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C1EF is #173E10. Grayscale: #D1D1D1. Windows color (decimal): -1523217 or 15712744. OLE color: 15712744.
HSL color Cylindrical-coordinate representation of color #E8C1EF: hue angle of 290.87º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8C1EF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 193 | 239 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.06 |
| HSL | 290.87º | 0.59% | 0.85% | - |
| HSV(B) | 290.87º | 0.19% | 0.94% | - |
| XYZ | 67.93 | 61.53 | 89.96 | - |
| YUV | 209.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 239 | 0.03 | 0.19 | 0 | 0.06 | 290.87 | 0.59 | 0.85 |
| Hex | E8 | C1 | EF | 3 | 13 | 0 | 6 | 123 | 3B | 55 |
| Octal | 350 | 301 | 357 | 3 | 23 | 0 | 6 | 443 | 73 | 125 |
| Binary | 11101000 | 11000001 | 11101111 | 11 | 10011 | 0 | 110 | 100100011 | 111011 | 1010101 |
Color Harmonies of #E8C1EF
Complementary color
Monochromatic Colors of #E8C1EF
Black with #E8C1EF
Text Example
Text Example
White with #E8C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C1EF; }
p { color: rgb(232,193,239); }
H1.HeaderClassName
{
color: #E8C1EF;
}
.AnyTagClassName
{
color: #E8C1EF;
}
</style>
background-color css
<style>
a { background-color: #E8C1EF; }
a { background-color: rgb(232,193,239); }
div.DivClassName
{
background-color: #E8C1EF;
}
.BgClassName
{
background-color: #E8C1EF;
}
</style>
border-color css
<style>
span { border-color: #E8C1EF; }
span { border-color: rgb(232,193,239); }
td.TdClassName
{
border-color: #E8C1EF;
}
.TagClassName
{
border-color: #E8C1EF;
}
</style>