Shades of Snuff #E8C3EF
Tints of Snuff #E8C3EF
RGB
CMYK
RGB Variations
Color information
#E8C3EF (or 0xE8C3EF) is known color: Snuff. HEX triplet: E8, C3 and EF. RGB value is (232,195,239). Sum of RGB (Red+Green+Blue) = 232+195+239=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8C3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C3EF is #173C10. Grayscale: #D2D2D2. Windows color (decimal): -1522705 or 15713256. OLE color: 15713256.
HSL color Cylindrical-coordinate representation of color #E8C3EF: hue angle of 290.45º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8C3EF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 195 | 239 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.06 |
| HSL | 290.45º | 0.58% | 0.85% | - |
| HSV(B) | 290.45º | 0.18% | 0.94% | - |
| XYZ | 68.37 | 62.42 | 90.11 | - |
| YUV | 211.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 239 | 0.03 | 0.18 | 0 | 0.06 | 290.45 | 0.58 | 0.85 |
| Hex | E8 | C3 | EF | 3 | 12 | 0 | 6 | 122 | 3A | 55 |
| Octal | 350 | 303 | 357 | 3 | 22 | 0 | 6 | 442 | 72 | 125 |
| Binary | 11101000 | 11000011 | 11101111 | 11 | 10010 | 0 | 110 | 100100010 | 111010 | 1010101 |
Color Harmonies of #E8C3EF
Complementary color
Monochromatic Colors of #E8C3EF
Black with #E8C3EF
Text Example
Text Example
White with #E8C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C3EF; }
p { color: rgb(232,195,239); }
H1.HeaderClassName
{
color: #E8C3EF;
}
.AnyTagClassName
{
color: #E8C3EF;
}
</style>
background-color css
<style>
a { background-color: #E8C3EF; }
a { background-color: rgb(232,195,239); }
div.DivClassName
{
background-color: #E8C3EF;
}
.BgClassName
{
background-color: #E8C3EF;
}
</style>
border-color css
<style>
span { border-color: #E8C3EF; }
span { border-color: rgb(232,195,239); }
td.TdClassName
{
border-color: #E8C3EF;
}
.TagClassName
{
border-color: #E8C3EF;
}
</style>