Shades of Snuff #E5D0E3
Tints of Snuff #E5D0E3
RGB
CMYK
RGB Variations
Color information
#E5D0E3 (or 0xE5D0E3) is known color: Snuff. HEX triplet: E5, D0 and E3. RGB value is (229,208,227). Sum of RGB (Red+Green+Blue) = 229+208+227=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0E3 is #1A2F1C. Grayscale: #D8D8D8. Windows color (decimal): -1715997 or 14930149. OLE color: 14930149.
HSL color Cylindrical-coordinate representation of color #E5D0E3: hue angle of 305.71º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D0E3 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 227 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.10 |
| HSL | 305.71º | 0.29% | 0.86% | - |
| HSV(B) | 305.71º | 0.09% | 0.9% | - |
| XYZ | 68.73 | 67.32 | 82.04 | - |
| YUV | 216.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 227 | 0 | 0.09 | 0.01 | 0.10 | 305.71 | 0.29 | 0.86 |
| Hex | E5 | D0 | E3 | 0 | 9 | 1 | A | 132 | 1D | 56 |
| Octal | 345 | 320 | 343 | 0 | 11 | 1 | 12 | 462 | 35 | 126 |
| Binary | 11100101 | 11010000 | 11100011 | 0 | 1001 | 1 | 1010 | 100110010 | 11101 | 1010110 |
Color Harmonies of #E5D0E3
Complementary color
Monochromatic Colors of #E5D0E3
Black with #E5D0E3
Text Example
Text Example
White with #E5D0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D0E3; }
p { color: rgb(229,208,227); }
H1.HeaderClassName
{
color: #E5D0E3;
}
.AnyTagClassName
{
color: #E5D0E3;
}
</style>
background-color css
<style>
a { background-color: #E5D0E3; }
a { background-color: rgb(229,208,227); }
div.DivClassName
{
background-color: #E5D0E3;
}
.BgClassName
{
background-color: #E5D0E3;
}
</style>
border-color css
<style>
span { border-color: #E5D0E3; }
span { border-color: rgb(229,208,227); }
td.TdClassName
{
border-color: #E5D0E3;
}
.TagClassName
{
border-color: #E5D0E3;
}
</style>