Shades of Snuff #E2CEE4
Tints of Snuff #E2CEE4
RGB
CMYK
RGB Variations
Color information
#E2CEE4 (or 0xE2CEE4) is known color: Snuff. HEX triplet: E2, CE and E4. RGB value is (226,206,228). Sum of RGB (Red+Green+Blue) = 226+206+228=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2CEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEE4 is #1D311B. Grayscale: #D6D6D6. Windows color (decimal): -1913116 or 14995170. OLE color: 14995170.
HSL color Cylindrical-coordinate representation of color #E2CEE4: hue angle of 294.55º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CEE4 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 228 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.11 |
| HSL | 294.55º | 0.29% | 0.85% | - |
| HSV(B) | 294.55º | 0.1% | 0.89% | - |
| XYZ | 67.44 | 65.91 | 82.57 | - |
| YUV | 214.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 228 | 0.01 | 0.10 | 0 | 0.11 | 294.55 | 0.29 | 0.85 |
| Hex | E2 | CE | E4 | 1 | A | 0 | B | 127 | 1D | 55 |
| Octal | 342 | 316 | 344 | 1 | 12 | 0 | 13 | 447 | 35 | 125 |
| Binary | 11100010 | 11001110 | 11100100 | 1 | 1010 | 0 | 1011 | 100100111 | 11101 | 1010101 |
Color Harmonies of #E2CEE4
Complementary color
Monochromatic Colors of #E2CEE4
Black with #E2CEE4
Text Example
Text Example
White with #E2CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEE4; }
p { color: rgb(226,206,228); }
H1.HeaderClassName
{
color: #E2CEE4;
}
.AnyTagClassName
{
color: #E2CEE4;
}
</style>
background-color css
<style>
a { background-color: #E2CEE4; }
a { background-color: rgb(226,206,228); }
div.DivClassName
{
background-color: #E2CEE4;
}
.BgClassName
{
background-color: #E2CEE4;
}
</style>
border-color css
<style>
span { border-color: #E2CEE4; }
span { border-color: rgb(226,206,228); }
td.TdClassName
{
border-color: #E2CEE4;
}
.TagClassName
{
border-color: #E2CEE4;
}
</style>