Shades of Snuff #E3CBE4
Tints of Snuff #E3CBE4
RGB
CMYK
RGB Variations
Color information
#E3CBE4 (or 0xE3CBE4) is known color: Snuff. HEX triplet: E3, CB and E4. RGB value is (227,203,228). Sum of RGB (Red+Green+Blue) = 227+203+228=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 228 - color contains mainly: blue. Hex color #E3CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBE4 is #1C341B. Grayscale: #D4D4D4. Windows color (decimal): -1848348 or 14994403. OLE color: 14994403.
HSL color Cylindrical-coordinate representation of color #E3CBE4: hue angle of 297.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CBE4 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 228 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.11 |
| HSL | 297.6º | 0.32% | 0.85% | - |
| HSV(B) | 297.6º | 0.11% | 0.89% | - |
| XYZ | 67.04 | 64.64 | 82.34 | - |
| YUV | 213.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 228 | 0.00 | 0.11 | 0 | 0.11 | 297.6 | 0.32 | 0.85 |
| Hex | E3 | CB | E4 | 0 | B | 0 | B | 12A | 20 | 55 |
| Octal | 343 | 313 | 344 | 0 | 13 | 0 | 13 | 452 | 40 | 125 |
| Binary | 11100011 | 11001011 | 11100100 | 0 | 1011 | 0 | 1011 | 100101010 | 100000 | 1010101 |
Color Harmonies of #E3CBE4
Complementary color
Monochromatic Colors of #E3CBE4
Black with #E3CBE4
Text Example
Text Example
White with #E3CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBE4; }
p { color: rgb(227,203,228); }
H1.HeaderClassName
{
color: #E3CBE4;
}
.AnyTagClassName
{
color: #E3CBE4;
}
</style>
background-color css
<style>
a { background-color: #E3CBE4; }
a { background-color: rgb(227,203,228); }
div.DivClassName
{
background-color: #E3CBE4;
}
.BgClassName
{
background-color: #E3CBE4;
}
</style>
border-color css
<style>
span { border-color: #E3CBE4; }
span { border-color: rgb(227,203,228); }
td.TdClassName
{
border-color: #E3CBE4;
}
.TagClassName
{
border-color: #E3CBE4;
}
</style>