Shades of Snuff #E8D3E6
Tints of Snuff #E8D3E6
RGB
CMYK
RGB Variations
Color information
#E8D3E6 (or 0xE8D3E6) is known color: Snuff. HEX triplet: E8, D3 and E6. RGB value is (232,211,230). Sum of RGB (Red+Green+Blue) = 232+211+230=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3E6 is #172C19. Grayscale: #DBDBDB. Windows color (decimal): -1518618 or 15127528. OLE color: 15127528.
HSL color Cylindrical-coordinate representation of color #E8D3E6: hue angle of 305.71º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D3E6 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 230 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.09 |
| HSL | 305.71º | 0.31% | 0.87% | - |
| HSV(B) | 305.71º | 0.09% | 0.91% | - |
| XYZ | 70.86 | 69.46 | 84.54 | - |
| YUV | 219.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 230 | 0 | 0.09 | 0.01 | 0.09 | 305.71 | 0.31 | 0.87 |
| Hex | E8 | D3 | E6 | 0 | 9 | 1 | 9 | 132 | 1F | 57 |
| Octal | 350 | 323 | 346 | 0 | 11 | 1 | 11 | 462 | 37 | 127 |
| Binary | 11101000 | 11010011 | 11100110 | 0 | 1001 | 1 | 1001 | 100110010 | 11111 | 1010111 |
Color Harmonies of #E8D3E6
Complementary color
Monochromatic Colors of #E8D3E6
Black with #E8D3E6
Text Example
Text Example
White with #E8D3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D3E6; }
p { color: rgb(232,211,230); }
H1.HeaderClassName
{
color: #E8D3E6;
}
.AnyTagClassName
{
color: #E8D3E6;
}
</style>
background-color css
<style>
a { background-color: #E8D3E6; }
a { background-color: rgb(232,211,230); }
div.DivClassName
{
background-color: #E8D3E6;
}
.BgClassName
{
background-color: #E8D3E6;
}
</style>
border-color css
<style>
span { border-color: #E8D3E6; }
span { border-color: rgb(232,211,230); }
td.TdClassName
{
border-color: #E8D3E6;
}
.TagClassName
{
border-color: #E8D3E6;
}
</style>