Shades of Snuff #E8CEE2
Tints of Snuff #E8CEE2
RGB
CMYK
RGB Variations
Color information
#E8CEE2 (or 0xE8CEE2) is known color: Snuff. HEX triplet: E8, CE and E2. RGB value is (232,206,226). Sum of RGB (Red+Green+Blue) = 232+206+226=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CEE2 is #17311D. Grayscale: #D8D8D8. Windows color (decimal): -1519902 or 14864104. OLE color: 14864104.
HSL color Cylindrical-coordinate representation of color #E8CEE2: hue angle of 313.85º 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 #E8CEE2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 206 | 226 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.09 |
| HSL | 313.85º | 0.36% | 0.86% | - |
| HSV(B) | 313.85º | 0.11% | 0.91% | - |
| XYZ | 69.08 | 66.79 | 81.2 | - |
| YUV | 216.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 226 | 0 | 0.11 | 0.03 | 0.09 | 313.85 | 0.36 | 0.86 |
| Hex | E8 | CE | E2 | 0 | B | 3 | 9 | 13A | 24 | 56 |
| Octal | 350 | 316 | 342 | 0 | 13 | 3 | 11 | 472 | 44 | 126 |
| Binary | 11101000 | 11001110 | 11100010 | 0 | 1011 | 11 | 1001 | 100111010 | 100100 | 1010110 |
Color Harmonies of #E8CEE2
Complementary color
Monochromatic Colors of #E8CEE2
Black with #E8CEE2
Text Example
Text Example
White with #E8CEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEE2; }
p { color: rgb(232,206,226); }
H1.HeaderClassName
{
color: #E8CEE2;
}
.AnyTagClassName
{
color: #E8CEE2;
}
</style>
background-color css
<style>
a { background-color: #E8CEE2; }
a { background-color: rgb(232,206,226); }
div.DivClassName
{
background-color: #E8CEE2;
}
.BgClassName
{
background-color: #E8CEE2;
}
</style>
border-color css
<style>
span { border-color: #E8CEE2; }
span { border-color: rgb(232,206,226); }
td.TdClassName
{
border-color: #E8CEE2;
}
.TagClassName
{
border-color: #E8CEE2;
}
</style>