Shades of Snuff #E5D0E7
Tints of Snuff #E5D0E7
RGB
CMYK
RGB Variations
Color information
#E5D0E7 (or 0xE5D0E7) is known color: Snuff. HEX triplet: E5, D0 and E7. RGB value is (229,208,231). Sum of RGB (Red+Green+Blue) = 229+208+231=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 231 - color contains mainly: blue. Hex color #E5D0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D0E7 is #1A2F18. Grayscale: #D8D8D8. Windows color (decimal): -1715993 or 15192293. OLE color: 15192293.
HSL color Cylindrical-coordinate representation of color #E5D0E7: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D0E7 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 208 | 231 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.09 |
| HSL | 294.78º | 0.32% | 0.86% | - |
| HSV(B) | 294.78º | 0.1% | 0.91% | - |
| XYZ | 69.29 | 67.54 | 84.99 | - |
| YUV | 216.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 231 | 0.01 | 0.10 | 0 | 0.09 | 294.78 | 0.32 | 0.86 |
| Hex | E5 | D0 | E7 | 1 | A | 0 | 9 | 127 | 20 | 56 |
| Octal | 345 | 320 | 347 | 1 | 12 | 0 | 11 | 447 | 40 | 126 |
| Binary | 11100101 | 11010000 | 11100111 | 1 | 1010 | 0 | 1001 | 100100111 | 100000 | 1010110 |
Color Harmonies of #E5D0E7
Complementary color
Monochromatic Colors of #E5D0E7
Black with #E5D0E7
Text Example
Text Example
White with #E5D0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D0E7; }
p { color: rgb(229,208,231); }
H1.HeaderClassName
{
color: #E5D0E7;
}
.AnyTagClassName
{
color: #E5D0E7;
}
</style>
background-color css
<style>
a { background-color: #E5D0E7; }
a { background-color: rgb(229,208,231); }
div.DivClassName
{
background-color: #E5D0E7;
}
.BgClassName
{
background-color: #E5D0E7;
}
</style>
border-color css
<style>
span { border-color: #E5D0E7; }
span { border-color: rgb(229,208,231); }
td.TdClassName
{
border-color: #E5D0E7;
}
.TagClassName
{
border-color: #E5D0E7;
}
</style>