Shades of Snuff #E5CDE1
Tints of Snuff #E5CDE1
RGB
CMYK
RGB Variations
Color information
#E5CDE1 (or 0xE5CDE1) is known color: Snuff. HEX triplet: E5, CD and E1. RGB value is (229,205,225). Sum of RGB (Red+Green+Blue) = 229+205+225=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDE1 is #1A321E. Grayscale: #D6D6D6. Windows color (decimal): -1716767 or 14798309. OLE color: 14798309.
HSL color Cylindrical-coordinate representation of color #E5CDE1: hue angle of 310º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDE1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 225 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.10 |
| HSL | 310º | 0.32% | 0.85% | - |
| HSV(B) | 310º | 0.1% | 0.9% | - |
| XYZ | 67.74 | 65.76 | 80.36 | - |
| YUV | 214.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 225 | 0 | 0.10 | 0.02 | 0.10 | 310 | 0.32 | 0.85 |
| Hex | E5 | CD | E1 | 0 | A | 2 | A | 136 | 20 | 55 |
| Octal | 345 | 315 | 341 | 0 | 12 | 2 | 12 | 466 | 40 | 125 |
| Binary | 11100101 | 11001101 | 11100001 | 0 | 1010 | 10 | 1010 | 100110110 | 100000 | 1010101 |
Color Harmonies of #E5CDE1
Complementary color
Monochromatic Colors of #E5CDE1
Black with #E5CDE1
Text Example
Text Example
White with #E5CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDE1; }
p { color: rgb(229,205,225); }
H1.HeaderClassName
{
color: #E5CDE1;
}
.AnyTagClassName
{
color: #E5CDE1;
}
</style>
background-color css
<style>
a { background-color: #E5CDE1; }
a { background-color: rgb(229,205,225); }
div.DivClassName
{
background-color: #E5CDE1;
}
.BgClassName
{
background-color: #E5CDE1;
}
</style>
border-color css
<style>
span { border-color: #E5CDE1; }
span { border-color: rgb(229,205,225); }
td.TdClassName
{
border-color: #E5CDE1;
}
.TagClassName
{
border-color: #E5CDE1;
}
</style>