Shades of Snuff #E8D6EA
Tints of Snuff #E8D6EA
RGB
CMYK
RGB Variations
Color information
#E8D6EA (or 0xE8D6EA) is known color: Snuff. HEX triplet: E8, D6 and EA. RGB value is (232,214,234). Sum of RGB (Red+Green+Blue) = 232+214+234=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D6EA is #172915. Grayscale: #DDDDDD. Windows color (decimal): -1517846 or 15390440. OLE color: 15390440.
HSL color Cylindrical-coordinate representation of color #E8D6EA: hue angle of 294º degrees, saturation: 0.32, 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 #E8D6EA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 214 | 234 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.08 |
| HSL | 294º | 0.32% | 0.88% | - |
| HSV(B) | 294º | 0.09% | 0.92% | - |
| XYZ | 72.18 | 71.19 | 87.78 | - |
| YUV | 221.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 234 | 0.01 | 0.09 | 0 | 0.08 | 294 | 0.32 | 0.88 |
| Hex | E8 | D6 | EA | 1 | 9 | 0 | 8 | 126 | 20 | 58 |
| Octal | 350 | 326 | 352 | 1 | 11 | 0 | 10 | 446 | 40 | 130 |
| Binary | 11101000 | 11010110 | 11101010 | 1 | 1001 | 0 | 1000 | 100100110 | 100000 | 1011000 |
Color Harmonies of #E8D6EA
Complementary color
Monochromatic Colors of #E8D6EA
Black with #E8D6EA
Text Example
Text Example
White with #E8D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D6EA; }
p { color: rgb(232,214,234); }
H1.HeaderClassName
{
color: #E8D6EA;
}
.AnyTagClassName
{
color: #E8D6EA;
}
</style>
background-color css
<style>
a { background-color: #E8D6EA; }
a { background-color: rgb(232,214,234); }
div.DivClassName
{
background-color: #E8D6EA;
}
.BgClassName
{
background-color: #E8D6EA;
}
</style>
border-color css
<style>
span { border-color: #E8D6EA; }
span { border-color: rgb(232,214,234); }
td.TdClassName
{
border-color: #E8D6EA;
}
.TagClassName
{
border-color: #E8D6EA;
}
</style>