Shades of Snuff #E2CDE1
Tints of Snuff #E2CDE1
RGB
CMYK
RGB Variations
Color information
#E2CDE1 (or 0xE2CDE1) is known color: Snuff. HEX triplet: E2, CD and E1. RGB value is (226,205,225). Sum of RGB (Red+Green+Blue) = 226+205+225=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDE1 is #1D321E. Grayscale: #D5D5D5. Windows color (decimal): -1913375 or 14798306. OLE color: 14798306.
HSL color Cylindrical-coordinate representation of color #E2CDE1: hue angle of 302.86º 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 #E2CDE1 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 225 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.11 |
| HSL | 302.86º | 0.27% | 0.85% | - |
| HSV(B) | 302.86º | 0.09% | 0.89% | - |
| XYZ | 66.79 | 65.27 | 80.31 | - |
| YUV | 213.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 225 | 0 | 0.09 | 0.00 | 0.11 | 302.86 | 0.27 | 0.85 |
| Hex | E2 | CD | E1 | 0 | 9 | 0 | B | 12F | 1B | 55 |
| Octal | 342 | 315 | 341 | 0 | 11 | 0 | 13 | 457 | 33 | 125 |
| Binary | 11100010 | 11001101 | 11100001 | 0 | 1001 | 0 | 1011 | 100101111 | 11011 | 1010101 |
Color Harmonies of #E2CDE1
Complementary color
Monochromatic Colors of #E2CDE1
Black with #E2CDE1
Text Example
Text Example
White with #E2CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDE1; }
p { color: rgb(226,205,225); }
H1.HeaderClassName
{
color: #E2CDE1;
}
.AnyTagClassName
{
color: #E2CDE1;
}
</style>
background-color css
<style>
a { background-color: #E2CDE1; }
a { background-color: rgb(226,205,225); }
div.DivClassName
{
background-color: #E2CDE1;
}
.BgClassName
{
background-color: #E2CDE1;
}
</style>
border-color css
<style>
span { border-color: #E2CDE1; }
span { border-color: rgb(226,205,225); }
td.TdClassName
{
border-color: #E2CDE1;
}
.TagClassName
{
border-color: #E2CDE1;
}
</style>