Shades of Snuff #EBE1E9
Tints of Snuff #EBE1E9
RGB
CMYK
RGB Variations
Color information
#EBE1E9 (or 0xEBE1E9) is known color: Snuff. HEX triplet: EB, E1 and E9. RGB value is (235,225,233). Sum of RGB (Red+Green+Blue) = 235+225+233=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1E9 is #141E16. Grayscale: #E4E4E4. Windows color (decimal): -1318423 or 15327723. OLE color: 15327723.
HSL color Cylindrical-coordinate representation of color #EBE1E9: hue angle of 312º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE1E9 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 233 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.08 |
| HSL | 312º | 0.2% | 0.9% | - |
| HSV(B) | 312º | 0.04% | 0.92% | - |
| XYZ | 75.89 | 77.4 | 88.03 | - |
| YUV | 228.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 233 | 0 | 0.04 | 0.01 | 0.08 | 312 | 0.2 | 0.9 |
| Hex | EB | E1 | E9 | 0 | 4 | 1 | 8 | 138 | 14 | 5A |
| Octal | 353 | 341 | 351 | 0 | 4 | 1 | 10 | 470 | 24 | 132 |
| Binary | 11101011 | 11100001 | 11101001 | 0 | 100 | 1 | 1000 | 100111000 | 10100 | 1011010 |
Color Harmonies of #EBE1E9
Complementary color
Monochromatic Colors of #EBE1E9
Black with #EBE1E9
Text Example
Text Example
White with #EBE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1E9; }
p { color: rgb(235,225,233); }
H1.HeaderClassName
{
color: #EBE1E9;
}
.AnyTagClassName
{
color: #EBE1E9;
}
</style>
background-color css
<style>
a { background-color: #EBE1E9; }
a { background-color: rgb(235,225,233); }
div.DivClassName
{
background-color: #EBE1E9;
}
.BgClassName
{
background-color: #EBE1E9;
}
</style>
border-color css
<style>
span { border-color: #EBE1E9; }
span { border-color: rgb(235,225,233); }
td.TdClassName
{
border-color: #EBE1E9;
}
.TagClassName
{
border-color: #EBE1E9;
}
</style>