Shades of Snuff #E8D4E6
Tints of Snuff #E8D4E6
RGB
CMYK
RGB Variations
Color information
#E8D4E6 (or 0xE8D4E6) is known color: Snuff. HEX triplet: E8, D4 and E6. RGB value is (232,212,230). Sum of RGB (Red+Green+Blue) = 232+212+230=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4E6 is #172B19. Grayscale: #DBDBDB. Windows color (decimal): -1518362 or 15127784. OLE color: 15127784.
HSL color Cylindrical-coordinate representation of color #E8D4E6: hue angle of 306º degrees, saturation: 0.3, 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 #E8D4E6 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 230 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.09 |
| HSL | 306º | 0.3% | 0.87% | - |
| HSV(B) | 306º | 0.09% | 0.91% | - |
| XYZ | 71.11 | 69.96 | 84.62 | - |
| YUV | 220.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 230 | 0 | 0.09 | 0.01 | 0.09 | 306 | 0.3 | 0.87 |
| Hex | E8 | D4 | E6 | 0 | 9 | 1 | 9 | 132 | 1E | 57 |
| Octal | 350 | 324 | 346 | 0 | 11 | 1 | 11 | 462 | 36 | 127 |
| Binary | 11101000 | 11010100 | 11100110 | 0 | 1001 | 1 | 1001 | 100110010 | 11110 | 1010111 |
Color Harmonies of #E8D4E6
Complementary color
Monochromatic Colors of #E8D4E6
Black with #E8D4E6
Text Example
Text Example
White with #E8D4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D4E6; }
p { color: rgb(232,212,230); }
H1.HeaderClassName
{
color: #E8D4E6;
}
.AnyTagClassName
{
color: #E8D4E6;
}
</style>
background-color css
<style>
a { background-color: #E8D4E6; }
a { background-color: rgb(232,212,230); }
div.DivClassName
{
background-color: #E8D4E6;
}
.BgClassName
{
background-color: #E8D4E6;
}
</style>
border-color css
<style>
span { border-color: #E8D4E6; }
span { border-color: rgb(232,212,230); }
td.TdClassName
{
border-color: #E8D4E6;
}
.TagClassName
{
border-color: #E8D4E6;
}
</style>