Shades of Snuff #E8D9E6
Tints of Snuff #E8D9E6
RGB
CMYK
RGB Variations
Color information
#E8D9E6 (or 0xE8D9E6) is known color: Snuff. HEX triplet: E8, D9 and E6. RGB value is (232,217,230). Sum of RGB (Red+Green+Blue) = 232+217+230=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9E6 is #172619. Grayscale: #DEDEDE. Windows color (decimal): -1517082 or 15129064. OLE color: 15129064.
HSL color Cylindrical-coordinate representation of color #E8D9E6: hue angle of 308º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8D9E6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 217 | 230 | - |
CMYK | 0 | 0.06 | 0.01 | 0.09 |
HSL | 308º | 0.25% | 0.88% | - |
HSV(B) | 308º | 0.06% | 0.91% | - |
XYZ | 72.37 | 72.49 | 85.04 | - |
YUV | 222.97 | 131.97 | 134.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 217 | 230 | 0 | 0.06 | 0.01 | 0.09 | 308 | 0.25 | 0.88 |
Hex | E8 | D9 | E6 | 0 | 6 | 1 | 9 | 134 | 19 | 58 |
Octal | 350 | 331 | 346 | 0 | 6 | 1 | 11 | 464 | 31 | 130 |
Binary | 11101000 | 11011001 | 11100110 | 0 | 110 | 1 | 1001 | 100110100 | 11001 | 1011000 |
Color Harmonies of #E8D9E6
Complementary color
Monochromatic Colors of #E8D9E6
Black with #E8D9E6
Text Example
Text Example
White with #E8D9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9E6; }
p { color: rgb(232,217,230); }
H1.HeaderClassName
{
color: #E8D9E6;
}
.AnyTagClassName
{
color: #E8D9E6;
}
</style>
background-color css
<style>
a { background-color: #E8D9E6; }
a { background-color: rgb(232,217,230); }
div.DivClassName
{
background-color: #E8D9E6;
}
.BgClassName
{
background-color: #E8D9E6;
}
</style>
border-color css
<style>
span { border-color: #E8D9E6; }
span { border-color: rgb(232,217,230); }
td.TdClassName
{
border-color: #E8D9E6;
}
.TagClassName
{
border-color: #E8D9E6;
}
</style>