Shades of Snuff #E5D3E7
Tints of Snuff #E5D3E7
RGB
CMYK
RGB Variations
Color information
#E5D3E7 (or 0xE5D3E7) is known color: Snuff. HEX triplet: E5, D3 and E7. RGB value is (229,211,231). Sum of RGB (Red+Green+Blue) = 229+211+231=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 231 - color contains mainly: blue. Hex color #E5D3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D3E7 is #1A2C18. Grayscale: #DADADA. Windows color (decimal): -1715225 or 15193061. OLE color: 15193061.
HSL color Cylindrical-coordinate representation of color #E5D3E7: hue angle of 294º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D3E7 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 211 | 231 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.09 |
| HSL | 294º | 0.29% | 0.87% | - |
| HSV(B) | 294º | 0.09% | 0.91% | - |
| XYZ | 70.03 | 69.02 | 85.23 | - |
| YUV | 218.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 231 | 0.01 | 0.09 | 0 | 0.09 | 294 | 0.29 | 0.87 |
| Hex | E5 | D3 | E7 | 1 | 9 | 0 | 9 | 126 | 1D | 57 |
| Octal | 345 | 323 | 347 | 1 | 11 | 0 | 11 | 446 | 35 | 127 |
| Binary | 11100101 | 11010011 | 11100111 | 1 | 1001 | 0 | 1001 | 100100110 | 11101 | 1010111 |
Color Harmonies of #E5D3E7
Complementary color
Monochromatic Colors of #E5D3E7
Black with #E5D3E7
Text Example
Text Example
White with #E5D3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D3E7; }
p { color: rgb(229,211,231); }
H1.HeaderClassName
{
color: #E5D3E7;
}
.AnyTagClassName
{
color: #E5D3E7;
}
</style>
background-color css
<style>
a { background-color: #E5D3E7; }
a { background-color: rgb(229,211,231); }
div.DivClassName
{
background-color: #E5D3E7;
}
.BgClassName
{
background-color: #E5D3E7;
}
</style>
border-color css
<style>
span { border-color: #E5D3E7; }
span { border-color: rgb(229,211,231); }
td.TdClassName
{
border-color: #E5D3E7;
}
.TagClassName
{
border-color: #E5D3E7;
}
</style>