Shades of Snuff #E8C8EE
Tints of Snuff #E8C8EE
RGB
CMYK
RGB Variations
Color information
#E8C8EE (or 0xE8C8EE) is known color: Snuff. HEX triplet: E8, C8 and EE. RGB value is (232,200,238). Sum of RGB (Red+Green+Blue) = 232+200+238=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8C8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C8EE is #173711. Grayscale: #D5D5D5. Windows color (decimal): -1521426 or 15649000. OLE color: 15649000.
HSL color Cylindrical-coordinate representation of color #E8C8EE: hue angle of 290.53º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8C8EE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 200 | 238 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.07 |
| HSL | 290.53º | 0.53% | 0.86% | - |
| HSV(B) | 290.53º | 0.16% | 0.93% | - |
| XYZ | 69.37 | 64.64 | 89.71 | - |
| YUV | 213.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 238 | 0.03 | 0.16 | 0 | 0.07 | 290.53 | 0.53 | 0.86 |
| Hex | E8 | C8 | EE | 3 | 10 | 0 | 7 | 123 | 35 | 56 |
| Octal | 350 | 310 | 356 | 3 | 20 | 0 | 7 | 443 | 65 | 126 |
| Binary | 11101000 | 11001000 | 11101110 | 11 | 10000 | 0 | 111 | 100100011 | 110101 | 1010110 |
Color Harmonies of #E8C8EE
Complementary color
Monochromatic Colors of #E8C8EE
Black with #E8C8EE
Text Example
Text Example
White with #E8C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8EE; }
p { color: rgb(232,200,238); }
H1.HeaderClassName
{
color: #E8C8EE;
}
.AnyTagClassName
{
color: #E8C8EE;
}
</style>
background-color css
<style>
a { background-color: #E8C8EE; }
a { background-color: rgb(232,200,238); }
div.DivClassName
{
background-color: #E8C8EE;
}
.BgClassName
{
background-color: #E8C8EE;
}
</style>
border-color css
<style>
span { border-color: #E8C8EE; }
span { border-color: rgb(232,200,238); }
td.TdClassName
{
border-color: #E8C8EE;
}
.TagClassName
{
border-color: #E8C8EE;
}
</style>