Shades of Snuff #E8CEE6
Tints of Snuff #E8CEE6
RGB
CMYK
RGB Variations
Color information
#E8CEE6 (or 0xE8CEE6) is known color: Snuff. HEX triplet: E8, CE and E6. RGB value is (232,206,230). Sum of RGB (Red+Green+Blue) = 232+206+230=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEE6 is #173119. Grayscale: #D8D8D8. Windows color (decimal): -1519898 or 15126248. OLE color: 15126248.
HSL color Cylindrical-coordinate representation of color #E8CEE6: hue angle of 304.62º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CEE6 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 230 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.09 |
| HSL | 304.62º | 0.36% | 0.86% | - |
| HSV(B) | 304.62º | 0.11% | 0.91% | - |
| XYZ | 69.63 | 67.01 | 84.13 | - |
| YUV | 216.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 230 | 0 | 0.11 | 0.01 | 0.09 | 304.62 | 0.36 | 0.86 |
| Hex | E8 | CE | E6 | 0 | B | 1 | 9 | 131 | 24 | 56 |
| Octal | 350 | 316 | 346 | 0 | 13 | 1 | 11 | 461 | 44 | 126 |
| Binary | 11101000 | 11001110 | 11100110 | 0 | 1011 | 1 | 1001 | 100110001 | 100100 | 1010110 |
Color Harmonies of #E8CEE6
Complementary color
Monochromatic Colors of #E8CEE6
Black with #E8CEE6
Text Example
Text Example
White with #E8CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEE6; }
p { color: rgb(232,206,230); }
H1.HeaderClassName
{
color: #E8CEE6;
}
.AnyTagClassName
{
color: #E8CEE6;
}
</style>
background-color css
<style>
a { background-color: #E8CEE6; }
a { background-color: rgb(232,206,230); }
div.DivClassName
{
background-color: #E8CEE6;
}
.BgClassName
{
background-color: #E8CEE6;
}
</style>
border-color css
<style>
span { border-color: #E8CEE6; }
span { border-color: rgb(232,206,230); }
td.TdClassName
{
border-color: #E8CEE6;
}
.TagClassName
{
border-color: #E8CEE6;
}
</style>