Shades of Snuff #E3CEDF
Tints of Snuff #E3CEDF
RGB
CMYK
RGB Variations
Color information
#E3CEDF (or 0xE3CEDF) is known color: Snuff. HEX triplet: E3, CE and DF. RGB value is (227,206,223). Sum of RGB (Red+Green+Blue) = 227+206+223=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CEDF is #1C3120. Grayscale: #D6D6D6. Windows color (decimal): -1847585 or 14667491. OLE color: 14667491.
HSL color Cylindrical-coordinate representation of color #E3CEDF: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3CEDF is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 223 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.11 |
| HSL | 311.43º | 0.27% | 0.85% | - |
| HSV(B) | 311.43º | 0.09% | 0.89% | - |
| XYZ | 67.07 | 65.8 | 78.98 | - |
| YUV | 214.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 223 | 0 | 0.09 | 0.02 | 0.11 | 311.43 | 0.27 | 0.85 |
| Hex | E3 | CE | DF | 0 | 9 | 2 | B | 137 | 1B | 55 |
| Octal | 343 | 316 | 337 | 0 | 11 | 2 | 13 | 467 | 33 | 125 |
| Binary | 11100011 | 11001110 | 11011111 | 0 | 1001 | 10 | 1011 | 100110111 | 11011 | 1010101 |
Color Harmonies of #E3CEDF
Complementary color
Monochromatic Colors of #E3CEDF
Black with #E3CEDF
Text Example
Text Example
White with #E3CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CEDF; }
p { color: rgb(227,206,223); }
H1.HeaderClassName
{
color: #E3CEDF;
}
.AnyTagClassName
{
color: #E3CEDF;
}
</style>
background-color css
<style>
a { background-color: #E3CEDF; }
a { background-color: rgb(227,206,223); }
div.DivClassName
{
background-color: #E3CEDF;
}
.BgClassName
{
background-color: #E3CEDF;
}
</style>
border-color css
<style>
span { border-color: #E3CEDF; }
span { border-color: rgb(227,206,223); }
td.TdClassName
{
border-color: #E3CEDF;
}
.TagClassName
{
border-color: #E3CEDF;
}
</style>