Shades of Snuff #E8D8EA
Tints of Snuff #E8D8EA
RGB
CMYK
RGB Variations
Color information
#E8D8EA (or 0xE8D8EA) is known color: Snuff. HEX triplet: E8, D8 and EA. RGB value is (232,216,234). Sum of RGB (Red+Green+Blue) = 232+216+234=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8D8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8EA is #172715. Grayscale: #DEDEDE. Windows color (decimal): -1517334 or 15390952. OLE color: 15390952.
HSL color Cylindrical-coordinate representation of color #E8D8EA: hue angle of 293.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8D8EA is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 216 | 234 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.08 |
| HSL | 293.33º | 0.3% | 0.88% | - |
| HSV(B) | 293.33º | 0.08% | 0.92% | - |
| XYZ | 72.69 | 72.21 | 87.95 | - |
| YUV | 222.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 234 | 0.01 | 0.08 | 0 | 0.08 | 293.33 | 0.3 | 0.88 |
| Hex | E8 | D8 | EA | 1 | 8 | 0 | 8 | 125 | 1E | 58 |
| Octal | 350 | 330 | 352 | 1 | 10 | 0 | 10 | 445 | 36 | 130 |
| Binary | 11101000 | 11011000 | 11101010 | 1 | 1000 | 0 | 1000 | 100100101 | 11110 | 1011000 |
Color Harmonies of #E8D8EA
Complementary color
Monochromatic Colors of #E8D8EA
Black with #E8D8EA
Text Example
Text Example
White with #E8D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8EA; }
p { color: rgb(232,216,234); }
H1.HeaderClassName
{
color: #E8D8EA;
}
.AnyTagClassName
{
color: #E8D8EA;
}
</style>
background-color css
<style>
a { background-color: #E8D8EA; }
a { background-color: rgb(232,216,234); }
div.DivClassName
{
background-color: #E8D8EA;
}
.BgClassName
{
background-color: #E8D8EA;
}
</style>
border-color css
<style>
span { border-color: #E8D8EA; }
span { border-color: rgb(232,216,234); }
td.TdClassName
{
border-color: #E8D8EA;
}
.TagClassName
{
border-color: #E8D8EA;
}
</style>