Shades of Snuff #E8D0ED
Tints of Snuff #E8D0ED
RGB
CMYK
RGB Variations
Color information
#E8D0ED (or 0xE8D0ED) is known color: Snuff. HEX triplet: E8, D0 and ED. RGB value is (232,208,237). Sum of RGB (Red+Green+Blue) = 232+208+237=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0ED is #172F12. Grayscale: #DADADA. Windows color (decimal): -1519379 or 15585512. OLE color: 15585512.
HSL color Cylindrical-coordinate representation of color #E8D0ED: hue angle of 289.66º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8D0ED is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 208 | 237 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.07 |
| HSL | 289.66º | 0.45% | 0.87% | - |
| HSV(B) | 289.66º | 0.12% | 0.93% | - |
| XYZ | 71.12 | 68.38 | 89.57 | - |
| YUV | 218.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 237 | 0.02 | 0.12 | 0 | 0.07 | 289.66 | 0.45 | 0.87 |
| Hex | E8 | D0 | ED | 2 | C | 0 | 7 | 122 | 2D | 57 |
| Octal | 350 | 320 | 355 | 2 | 14 | 0 | 7 | 442 | 55 | 127 |
| Binary | 11101000 | 11010000 | 11101101 | 10 | 1100 | 0 | 111 | 100100010 | 101101 | 1010111 |
Color Harmonies of #E8D0ED
Complementary color
Monochromatic Colors of #E8D0ED
Black with #E8D0ED
Text Example
Text Example
White with #E8D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D0ED; }
p { color: rgb(232,208,237); }
H1.HeaderClassName
{
color: #E8D0ED;
}
.AnyTagClassName
{
color: #E8D0ED;
}
</style>
background-color css
<style>
a { background-color: #E8D0ED; }
a { background-color: rgb(232,208,237); }
div.DivClassName
{
background-color: #E8D0ED;
}
.BgClassName
{
background-color: #E8D0ED;
}
</style>
border-color css
<style>
span { border-color: #E8D0ED; }
span { border-color: rgb(232,208,237); }
td.TdClassName
{
border-color: #E8D0ED;
}
.TagClassName
{
border-color: #E8D0ED;
}
</style>