Shades of Snuff #E2CBE0
Tints of Snuff #E2CBE0
RGB
CMYK
RGB Variations
Color information
#E2CBE0 (or 0xE2CBE0) is known color: Snuff. HEX triplet: E2, CB and E0. RGB value is (226,203,224). Sum of RGB (Red+Green+Blue) = 226+203+224=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBE0 is #1D341F. Grayscale: #D4D4D4. Windows color (decimal): -1913888 or 14732258. OLE color: 14732258.
HSL color Cylindrical-coordinate representation of color #E2CBE0: hue angle of 305.22º 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 #E2CBE0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 224 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.11 |
| HSL | 305.22º | 0.28% | 0.84% | - |
| HSV(B) | 305.22º | 0.1% | 0.89% | - |
| XYZ | 66.17 | 64.26 | 79.44 | - |
| YUV | 212.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 224 | 0 | 0.10 | 0.01 | 0.11 | 305.22 | 0.28 | 0.84 |
| Hex | E2 | CB | E0 | 0 | A | 1 | B | 131 | 1C | 54 |
| Octal | 342 | 313 | 340 | 0 | 12 | 1 | 13 | 461 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11100000 | 0 | 1010 | 1 | 1011 | 100110001 | 11100 | 1010100 |
Color Harmonies of #E2CBE0
Complementary color
Monochromatic Colors of #E2CBE0
Black with #E2CBE0
Text Example
Text Example
White with #E2CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBE0; }
p { color: rgb(226,203,224); }
H1.HeaderClassName
{
color: #E2CBE0;
}
.AnyTagClassName
{
color: #E2CBE0;
}
</style>
background-color css
<style>
a { background-color: #E2CBE0; }
a { background-color: rgb(226,203,224); }
div.DivClassName
{
background-color: #E2CBE0;
}
.BgClassName
{
background-color: #E2CBE0;
}
</style>
border-color css
<style>
span { border-color: #E2CBE0; }
span { border-color: rgb(226,203,224); }
td.TdClassName
{
border-color: #E2CBE0;
}
.TagClassName
{
border-color: #E2CBE0;
}
</style>