Shades of Snuff #E8D5E3
Tints of Snuff #E8D5E3
RGB
CMYK
RGB Variations
Color information
#E8D5E3 (or 0xE8D5E3) is known color: Snuff. HEX triplet: E8, D5 and E3. RGB value is (232,213,227). Sum of RGB (Red+Green+Blue) = 232+213+227=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5E3 is #172A1C. Grayscale: #DCDCDC. Windows color (decimal): -1518109 or 14931432. OLE color: 14931432.
HSL color Cylindrical-coordinate representation of color #E8D5E3: hue angle of 315.79º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8D5E3 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 213 | 227 | - |
CMYK | 0 | 0.08 | 0.02 | 0.09 |
HSL | 315.79º | 0.29% | 0.87% | - |
HSV(B) | 315.79º | 0.08% | 0.91% | - |
XYZ | 70.94 | 70.29 | 82.5 | - |
YUV | 220.28 | 131.79 | 136.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 213 | 227 | 0 | 0.08 | 0.02 | 0.09 | 315.79 | 0.29 | 0.87 |
Hex | E8 | D5 | E3 | 0 | 8 | 2 | 9 | 13C | 1D | 57 |
Octal | 350 | 325 | 343 | 0 | 10 | 2 | 11 | 474 | 35 | 127 |
Binary | 11101000 | 11010101 | 11100011 | 0 | 1000 | 10 | 1001 | 100111100 | 11101 | 1010111 |
Color Harmonies of #E8D5E3
Complementary color
Monochromatic Colors of #E8D5E3
Black with #E8D5E3
Text Example
Text Example
White with #E8D5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5E3; }
p { color: rgb(232,213,227); }
H1.HeaderClassName
{
color: #E8D5E3;
}
.AnyTagClassName
{
color: #E8D5E3;
}
</style>
background-color css
<style>
a { background-color: #E8D5E3; }
a { background-color: rgb(232,213,227); }
div.DivClassName
{
background-color: #E8D5E3;
}
.BgClassName
{
background-color: #E8D5E3;
}
</style>
border-color css
<style>
span { border-color: #E8D5E3; }
span { border-color: rgb(232,213,227); }
td.TdClassName
{
border-color: #E8D5E3;
}
.TagClassName
{
border-color: #E8D5E3;
}
</style>