Shades of Snuff #E8CCE6
Tints of Snuff #E8CCE6
RGB
CMYK
RGB Variations
Color information
#E8CCE6 (or 0xE8CCE6) is known color: Snuff. HEX triplet: E8, CC and E6. RGB value is (232,204,230). Sum of RGB (Red+Green+Blue) = 232+204+230=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCE6 is #173319. Grayscale: #D7D7D7. Windows color (decimal): -1520410 or 15125736. OLE color: 15125736.
HSL color Cylindrical-coordinate representation of color #E8CCE6: hue angle of 304.29º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CCE6 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 230 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.09 |
| HSL | 304.29º | 0.38% | 0.85% | - |
| HSV(B) | 304.29º | 0.12% | 0.91% | - |
| XYZ | 69.15 | 66.05 | 83.97 | - |
| YUV | 215.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 230 | 0 | 0.12 | 0.01 | 0.09 | 304.29 | 0.38 | 0.85 |
| Hex | E8 | CC | E6 | 0 | C | 1 | 9 | 130 | 26 | 55 |
| Octal | 350 | 314 | 346 | 0 | 14 | 1 | 11 | 460 | 46 | 125 |
| Binary | 11101000 | 11001100 | 11100110 | 0 | 1100 | 1 | 1001 | 100110000 | 100110 | 1010101 |
Color Harmonies of #E8CCE6
Complementary color
Monochromatic Colors of #E8CCE6
Black with #E8CCE6
Text Example
Text Example
White with #E8CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCE6; }
p { color: rgb(232,204,230); }
H1.HeaderClassName
{
color: #E8CCE6;
}
.AnyTagClassName
{
color: #E8CCE6;
}
</style>
background-color css
<style>
a { background-color: #E8CCE6; }
a { background-color: rgb(232,204,230); }
div.DivClassName
{
background-color: #E8CCE6;
}
.BgClassName
{
background-color: #E8CCE6;
}
</style>
border-color css
<style>
span { border-color: #E8CCE6; }
span { border-color: rgb(232,204,230); }
td.TdClassName
{
border-color: #E8CCE6;
}
.TagClassName
{
border-color: #E8CCE6;
}
</style>