Shades of Snuff #E8D5EA
Tints of Snuff #E8D5EA
RGB
CMYK
RGB Variations
Color information
#E8D5EA (or 0xE8D5EA) is known color: Snuff. HEX triplet: E8, D5 and EA. RGB value is (232,213,234). Sum of RGB (Red+Green+Blue) = 232+213+234=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5EA is #172A15. Grayscale: #DDDDDD. Windows color (decimal): -1518102 or 15390184. OLE color: 15390184.
HSL color Cylindrical-coordinate representation of color #E8D5EA: hue angle of 294.29º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D5EA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 213 | 234 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.08 |
| HSL | 294.29º | 0.33% | 0.88% | - |
| HSV(B) | 294.29º | 0.09% | 0.92% | - |
| XYZ | 71.92 | 70.68 | 87.69 | - |
| YUV | 221.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 234 | 0.01 | 0.09 | 0 | 0.08 | 294.29 | 0.33 | 0.88 |
| Hex | E8 | D5 | EA | 1 | 9 | 0 | 8 | 126 | 21 | 58 |
| Octal | 350 | 325 | 352 | 1 | 11 | 0 | 10 | 446 | 41 | 130 |
| Binary | 11101000 | 11010101 | 11101010 | 1 | 1001 | 0 | 1000 | 100100110 | 100001 | 1011000 |
Color Harmonies of #E8D5EA
Complementary color
Monochromatic Colors of #E8D5EA
Black with #E8D5EA
Text Example
Text Example
White with #E8D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5EA; }
p { color: rgb(232,213,234); }
H1.HeaderClassName
{
color: #E8D5EA;
}
.AnyTagClassName
{
color: #E8D5EA;
}
</style>
background-color css
<style>
a { background-color: #E8D5EA; }
a { background-color: rgb(232,213,234); }
div.DivClassName
{
background-color: #E8D5EA;
}
.BgClassName
{
background-color: #E8D5EA;
}
</style>
border-color css
<style>
span { border-color: #E8D5EA; }
span { border-color: rgb(232,213,234); }
td.TdClassName
{
border-color: #E8D5EA;
}
.TagClassName
{
border-color: #E8D5EA;
}
</style>