Shades of Snuff #E2CCE1
Tints of Snuff #E2CCE1
RGB
CMYK
RGB Variations
Color information
#E2CCE1 (or 0xE2CCE1) is known color: Snuff. HEX triplet: E2, CC and E1. RGB value is (226,204,225). Sum of RGB (Red+Green+Blue) = 226+204+225=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCE1 is #1D331E. Grayscale: #D4D4D4. Windows color (decimal): -1913631 or 14798050. OLE color: 14798050.
HSL color Cylindrical-coordinate representation of color #E2CCE1: hue angle of 302.73º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CCE1 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 225 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.11 |
| HSL | 302.73º | 0.28% | 0.84% | - |
| HSV(B) | 302.73º | 0.1% | 0.89% | - |
| XYZ | 66.55 | 64.79 | 80.23 | - |
| YUV | 212.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 225 | 0 | 0.10 | 0.00 | 0.11 | 302.73 | 0.28 | 0.84 |
| Hex | E2 | CC | E1 | 0 | A | 0 | B | 12F | 1C | 54 |
| Octal | 342 | 314 | 341 | 0 | 12 | 0 | 13 | 457 | 34 | 124 |
| Binary | 11100010 | 11001100 | 11100001 | 0 | 1010 | 0 | 1011 | 100101111 | 11100 | 1010100 |
Color Harmonies of #E2CCE1
Complementary color
Monochromatic Colors of #E2CCE1
Black with #E2CCE1
Text Example
Text Example
White with #E2CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCE1; }
p { color: rgb(226,204,225); }
H1.HeaderClassName
{
color: #E2CCE1;
}
.AnyTagClassName
{
color: #E2CCE1;
}
</style>
background-color css
<style>
a { background-color: #E2CCE1; }
a { background-color: rgb(226,204,225); }
div.DivClassName
{
background-color: #E2CCE1;
}
.BgClassName
{
background-color: #E2CCE1;
}
</style>
border-color css
<style>
span { border-color: #E2CCE1; }
span { border-color: rgb(226,204,225); }
td.TdClassName
{
border-color: #E2CCE1;
}
.TagClassName
{
border-color: #E2CCE1;
}
</style>