Shades of Snuff #E8D2E9
Tints of Snuff #E8D2E9
RGB
CMYK
RGB Variations
Color information
#E8D2E9 (or 0xE8D2E9) is known color: Snuff. HEX triplet: E8, D2 and E9. RGB value is (232,210,233). Sum of RGB (Red+Green+Blue) = 232+210+233=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #E8D2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D2E9 is #172D16. Grayscale: #DBDBDB. Windows color (decimal): -1518871 or 15323880. OLE color: 15323880.
HSL color Cylindrical-coordinate representation of color #E8D2E9: hue angle of 297.39º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D2E9 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 233 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.09 |
| HSL | 297.39º | 0.34% | 0.87% | - |
| HSV(B) | 297.39º | 0.1% | 0.91% | - |
| XYZ | 71.03 | 69.13 | 86.69 | - |
| YUV | 219.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 233 | 0.00 | 0.10 | 0 | 0.09 | 297.39 | 0.34 | 0.87 |
| Hex | E8 | D2 | E9 | 0 | A | 0 | 9 | 129 | 22 | 57 |
| Octal | 350 | 322 | 351 | 0 | 12 | 0 | 11 | 451 | 42 | 127 |
| Binary | 11101000 | 11010010 | 11101001 | 0 | 1010 | 0 | 1001 | 100101001 | 100010 | 1010111 |
Color Harmonies of #E8D2E9
Complementary color
Monochromatic Colors of #E8D2E9
Black with #E8D2E9
Text Example
Text Example
White with #E8D2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2E9; }
p { color: rgb(232,210,233); }
H1.HeaderClassName
{
color: #E8D2E9;
}
.AnyTagClassName
{
color: #E8D2E9;
}
</style>
background-color css
<style>
a { background-color: #E8D2E9; }
a { background-color: rgb(232,210,233); }
div.DivClassName
{
background-color: #E8D2E9;
}
.BgClassName
{
background-color: #E8D2E9;
}
</style>
border-color css
<style>
span { border-color: #E8D2E9; }
span { border-color: rgb(232,210,233); }
td.TdClassName
{
border-color: #E8D2E9;
}
.TagClassName
{
border-color: #E8D2E9;
}
</style>