Shades of Snuff #E9D6E5
Tints of Snuff #E9D6E5
RGB
CMYK
RGB Variations
Color information
#E9D6E5 (or 0xE9D6E5) is known color: Snuff. HEX triplet: E9, D6 and E5. RGB value is (233,214,229). Sum of RGB (Red+Green+Blue) = 233+214+229=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6E5 is #16291A. Grayscale: #DDDDDD. Windows color (decimal): -1452315 or 15062761. OLE color: 15062761.
HSL color Cylindrical-coordinate representation of color #E9D6E5: hue angle of 312.63º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D6E5 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 229 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.09 |
| HSL | 312.63º | 0.3% | 0.88% | - |
| HSV(B) | 312.63º | 0.08% | 0.91% | - |
| XYZ | 71.79 | 71.07 | 84.06 | - |
| YUV | 221.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 229 | 0 | 0.08 | 0.02 | 0.09 | 312.63 | 0.3 | 0.88 |
| Hex | E9 | D6 | E5 | 0 | 8 | 2 | 9 | 139 | 1E | 58 |
| Octal | 351 | 326 | 345 | 0 | 10 | 2 | 11 | 471 | 36 | 130 |
| Binary | 11101001 | 11010110 | 11100101 | 0 | 1000 | 10 | 1001 | 100111001 | 11110 | 1011000 |
Color Harmonies of #E9D6E5
Complementary color
Monochromatic Colors of #E9D6E5
Black with #E9D6E5
Text Example
Text Example
White with #E9D6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6E5; }
p { color: rgb(233,214,229); }
H1.HeaderClassName
{
color: #E9D6E5;
}
.AnyTagClassName
{
color: #E9D6E5;
}
</style>
background-color css
<style>
a { background-color: #E9D6E5; }
a { background-color: rgb(233,214,229); }
div.DivClassName
{
background-color: #E9D6E5;
}
.BgClassName
{
background-color: #E9D6E5;
}
</style>
border-color css
<style>
span { border-color: #E9D6E5; }
span { border-color: rgb(233,214,229); }
td.TdClassName
{
border-color: #E9D6E5;
}
.TagClassName
{
border-color: #E9D6E5;
}
</style>