Shades of Snuff #EBD6E9
Tints of Snuff #EBD6E9
RGB
CMYK
RGB Variations
Color information
#EBD6E9 (or 0xEBD6E9) is known color: Snuff. HEX triplet: EB, D6 and E9. RGB value is (235,214,233). Sum of RGB (Red+Green+Blue) = 235+214+233=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6E9 is #142916. Grayscale: #DEDEDE. Windows color (decimal): -1321239 or 15324907. OLE color: 15324907.
HSL color Cylindrical-coordinate representation of color #EBD6E9: hue angle of 305.71º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD6E9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 233 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.08 |
| HSL | 305.71º | 0.34% | 0.88% | - |
| HSV(B) | 305.71º | 0.09% | 0.92% | - |
| XYZ | 73.02 | 71.64 | 87.07 | - |
| YUV | 222.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 233 | 0 | 0.09 | 0.01 | 0.08 | 305.71 | 0.34 | 0.88 |
| Hex | EB | D6 | E9 | 0 | 9 | 1 | 8 | 132 | 22 | 58 |
| Octal | 353 | 326 | 351 | 0 | 11 | 1 | 10 | 462 | 42 | 130 |
| Binary | 11101011 | 11010110 | 11101001 | 0 | 1001 | 1 | 1000 | 100110010 | 100010 | 1011000 |
Color Harmonies of #EBD6E9
Complementary color
Monochromatic Colors of #EBD6E9
Black with #EBD6E9
Text Example
Text Example
White with #EBD6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD6E9; }
p { color: rgb(235,214,233); }
H1.HeaderClassName
{
color: #EBD6E9;
}
.AnyTagClassName
{
color: #EBD6E9;
}
</style>
background-color css
<style>
a { background-color: #EBD6E9; }
a { background-color: rgb(235,214,233); }
div.DivClassName
{
background-color: #EBD6E9;
}
.BgClassName
{
background-color: #EBD6E9;
}
</style>
border-color css
<style>
span { border-color: #EBD6E9; }
span { border-color: rgb(235,214,233); }
td.TdClassName
{
border-color: #EBD6E9;
}
.TagClassName
{
border-color: #EBD6E9;
}
</style>