Shades of Snuff #E5CDE2
Tints of Snuff #E5CDE2
RGB
CMYK
RGB Variations
Color information
#E5CDE2 (or 0xE5CDE2) is known color: Snuff. HEX triplet: E5, CD and E2. RGB value is (229,205,226). Sum of RGB (Red+Green+Blue) = 229+205+226=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDE2 is #1A321D. Grayscale: #D6D6D6. Windows color (decimal): -1716766 or 14863845. OLE color: 14863845.
HSL color Cylindrical-coordinate representation of color #E5CDE2: hue angle of 307.5º 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 #E5CDE2 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 226 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.10 |
| HSL | 307.5º | 0.32% | 0.85% | - |
| HSV(B) | 307.5º | 0.1% | 0.9% | - |
| XYZ | 67.87 | 65.81 | 81.08 | - |
| YUV | 214.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 226 | 0 | 0.10 | 0.01 | 0.10 | 307.5 | 0.32 | 0.85 |
| Hex | E5 | CD | E2 | 0 | A | 1 | A | 134 | 20 | 55 |
| Octal | 345 | 315 | 342 | 0 | 12 | 1 | 12 | 464 | 40 | 125 |
| Binary | 11100101 | 11001101 | 11100010 | 0 | 1010 | 1 | 1010 | 100110100 | 100000 | 1010101 |
Color Harmonies of #E5CDE2
Complementary color
Monochromatic Colors of #E5CDE2
Black with #E5CDE2
Text Example
Text Example
White with #E5CDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDE2; }
p { color: rgb(229,205,226); }
H1.HeaderClassName
{
color: #E5CDE2;
}
.AnyTagClassName
{
color: #E5CDE2;
}
</style>
background-color css
<style>
a { background-color: #E5CDE2; }
a { background-color: rgb(229,205,226); }
div.DivClassName
{
background-color: #E5CDE2;
}
.BgClassName
{
background-color: #E5CDE2;
}
</style>
border-color css
<style>
span { border-color: #E5CDE2; }
span { border-color: rgb(229,205,226); }
td.TdClassName
{
border-color: #E5CDE2;
}
.TagClassName
{
border-color: #E5CDE2;
}
</style>