Shades of Snuff #E8D6E6
Tints of Snuff #E8D6E6
RGB
CMYK
RGB Variations
Color information
#E8D6E6 (or 0xE8D6E6) is known color: Snuff. HEX triplet: E8, D6 and E6. RGB value is (232,214,230). Sum of RGB (Red+Green+Blue) = 232+214+230=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D6E6 is #172919. Grayscale: #DDDDDD. Windows color (decimal): -1517850 or 15128296. OLE color: 15128296.
HSL color Cylindrical-coordinate representation of color #E8D6E6: hue angle of 306.67º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8D6E6 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 230 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.09 |
| HSL | 306.67º | 0.28% | 0.87% | - |
| HSV(B) | 306.67º | 0.08% | 0.91% | - |
| XYZ | 71.61 | 70.96 | 84.79 | - |
| YUV | 221.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 230 | 0 | 0.08 | 0.01 | 0.09 | 306.67 | 0.28 | 0.87 |
| Hex | E8 | D6 | E6 | 0 | 8 | 1 | 9 | 133 | 1C | 57 |
| Octal | 350 | 326 | 346 | 0 | 10 | 1 | 11 | 463 | 34 | 127 |
| Binary | 11101000 | 11010110 | 11100110 | 0 | 1000 | 1 | 1001 | 100110011 | 11100 | 1010111 |
Color Harmonies of #E8D6E6
Complementary color
Monochromatic Colors of #E8D6E6
Black with #E8D6E6
Text Example
Text Example
White with #E8D6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D6E6; }
p { color: rgb(232,214,230); }
H1.HeaderClassName
{
color: #E8D6E6;
}
.AnyTagClassName
{
color: #E8D6E6;
}
</style>
background-color css
<style>
a { background-color: #E8D6E6; }
a { background-color: rgb(232,214,230); }
div.DivClassName
{
background-color: #E8D6E6;
}
.BgClassName
{
background-color: #E8D6E6;
}
</style>
border-color css
<style>
span { border-color: #E8D6E6; }
span { border-color: rgb(232,214,230); }
td.TdClassName
{
border-color: #E8D6E6;
}
.TagClassName
{
border-color: #E8D6E6;
}
</style>