Shades of Snuff #E2CEE1
Tints of Snuff #E2CEE1
RGB
CMYK
RGB Variations
Color information
#E2CEE1 (or 0xE2CEE1) is known color: Snuff. HEX triplet: E2, CE and E1. RGB value is (226,206,225). Sum of RGB (Red+Green+Blue) = 226+206+225=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEE1 is #1D311E. Grayscale: #D6D6D6. Windows color (decimal): -1913119 or 14798562. OLE color: 14798562.
HSL color Cylindrical-coordinate representation of color #E2CEE1: hue angle of 303º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CEE1 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 225 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.11 |
| HSL | 303º | 0.26% | 0.85% | - |
| HSV(B) | 303º | 0.09% | 0.89% | - |
| XYZ | 67.03 | 65.75 | 80.39 | - |
| YUV | 214.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 225 | 0 | 0.09 | 0.00 | 0.11 | 303 | 0.26 | 0.85 |
| Hex | E2 | CE | E1 | 0 | 9 | 0 | B | 12F | 1A | 55 |
| Octal | 342 | 316 | 341 | 0 | 11 | 0 | 13 | 457 | 32 | 125 |
| Binary | 11100010 | 11001110 | 11100001 | 0 | 1001 | 0 | 1011 | 100101111 | 11010 | 1010101 |
Color Harmonies of #E2CEE1
Complementary color
Monochromatic Colors of #E2CEE1
Black with #E2CEE1
Text Example
Text Example
White with #E2CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEE1; }
p { color: rgb(226,206,225); }
H1.HeaderClassName
{
color: #E2CEE1;
}
.AnyTagClassName
{
color: #E2CEE1;
}
</style>
background-color css
<style>
a { background-color: #E2CEE1; }
a { background-color: rgb(226,206,225); }
div.DivClassName
{
background-color: #E2CEE1;
}
.BgClassName
{
background-color: #E2CEE1;
}
</style>
border-color css
<style>
span { border-color: #E2CEE1; }
span { border-color: rgb(226,206,225); }
td.TdClassName
{
border-color: #E2CEE1;
}
.TagClassName
{
border-color: #E2CEE1;
}
</style>