Shades of Snuff #E5CDE4
Tints of Snuff #E5CDE4
RGB
CMYK
RGB Variations
Color information
#E5CDE4 (or 0xE5CDE4) is known color: Snuff. HEX triplet: E5, CD and E4. RGB value is (229,205,228). Sum of RGB (Red+Green+Blue) = 229+205+228=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDE4 is #1A321B. Grayscale: #D6D6D6. Windows color (decimal): -1716764 or 14994917. OLE color: 14994917.
HSL color Cylindrical-coordinate representation of color #E5CDE4: hue angle of 302.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 #E5CDE4 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 228 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.10 |
| HSL | 302.5º | 0.32% | 0.85% | - |
| HSV(B) | 302.5º | 0.1% | 0.9% | - |
| XYZ | 68.15 | 65.92 | 82.53 | - |
| YUV | 214.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 228 | 0 | 0.10 | 0.00 | 0.10 | 302.5 | 0.32 | 0.85 |
| Hex | E5 | CD | E4 | 0 | A | 0 | A | 12E | 20 | 55 |
| Octal | 345 | 315 | 344 | 0 | 12 | 0 | 12 | 456 | 40 | 125 |
| Binary | 11100101 | 11001101 | 11100100 | 0 | 1010 | 0 | 1010 | 100101110 | 100000 | 1010101 |
Color Harmonies of #E5CDE4
Complementary color
Monochromatic Colors of #E5CDE4
Black with #E5CDE4
Text Example
Text Example
White with #E5CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDE4; }
p { color: rgb(229,205,228); }
H1.HeaderClassName
{
color: #E5CDE4;
}
.AnyTagClassName
{
color: #E5CDE4;
}
</style>
background-color css
<style>
a { background-color: #E5CDE4; }
a { background-color: rgb(229,205,228); }
div.DivClassName
{
background-color: #E5CDE4;
}
.BgClassName
{
background-color: #E5CDE4;
}
</style>
border-color css
<style>
span { border-color: #E5CDE4; }
span { border-color: rgb(229,205,228); }
td.TdClassName
{
border-color: #E5CDE4;
}
.TagClassName
{
border-color: #E5CDE4;
}
</style>