Shades of Snuff #E3CBE2
Tints of Snuff #E3CBE2
RGB
CMYK
RGB Variations
Color information
#E3CBE2 (or 0xE3CBE2) is known color: Snuff. HEX triplet: E3, CB and E2. RGB value is (227,203,226). Sum of RGB (Red+Green+Blue) = 227+203+226=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBE2 is #1C341D. Grayscale: #D4D4D4. Windows color (decimal): -1848350 or 14863331. OLE color: 14863331.
HSL color Cylindrical-coordinate representation of color #E3CBE2: hue angle of 302.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CBE2 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 226 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.11 |
| HSL | 302.5º | 0.3% | 0.84% | - |
| HSV(B) | 302.5º | 0.11% | 0.89% | - |
| XYZ | 66.76 | 64.53 | 80.89 | - |
| YUV | 212.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 226 | 0 | 0.11 | 0.00 | 0.11 | 302.5 | 0.3 | 0.84 |
| Hex | E3 | CB | E2 | 0 | B | 0 | B | 12E | 1E | 54 |
| Octal | 343 | 313 | 342 | 0 | 13 | 0 | 13 | 456 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11100010 | 0 | 1011 | 0 | 1011 | 100101110 | 11110 | 1010100 |
Color Harmonies of #E3CBE2
Complementary color
Monochromatic Colors of #E3CBE2
Black with #E3CBE2
Text Example
Text Example
White with #E3CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBE2; }
p { color: rgb(227,203,226); }
H1.HeaderClassName
{
color: #E3CBE2;
}
.AnyTagClassName
{
color: #E3CBE2;
}
</style>
background-color css
<style>
a { background-color: #E3CBE2; }
a { background-color: rgb(227,203,226); }
div.DivClassName
{
background-color: #E3CBE2;
}
.BgClassName
{
background-color: #E3CBE2;
}
</style>
border-color css
<style>
span { border-color: #E3CBE2; }
span { border-color: rgb(227,203,226); }
td.TdClassName
{
border-color: #E3CBE2;
}
.TagClassName
{
border-color: #E3CBE2;
}
</style>