Shades of Snuff #EBE5EA
Tints of Snuff #EBE5EA
RGB
CMYK
RGB Variations
Color information
#EBE5EA (or 0xEBE5EA) is known color: Snuff. HEX triplet: EB, E5 and EA. RGB value is (235,229,234). Sum of RGB (Red+Green+Blue) = 235+229+234=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5EA is #141A15. Grayscale: #E7E7E7. Windows color (decimal): -1317398 or 15394283. OLE color: 15394283.
HSL color Cylindrical-coordinate representation of color #EBE5EA: hue angle of 310º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE5EA is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 234 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.08 |
| HSL | 310º | 0.13% | 0.91% | - |
| HSV(B) | 310º | 0.03% | 0.92% | - |
| XYZ | 77.13 | 79.64 | 89.15 | - |
| YUV | 231.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 234 | 0 | 0.03 | 0.00 | 0.08 | 310 | 0.13 | 0.91 |
| Hex | EB | E5 | EA | 0 | 3 | 0 | 8 | 136 | D | 5B |
| Octal | 353 | 345 | 352 | 0 | 3 | 0 | 10 | 466 | 15 | 133 |
| Binary | 11101011 | 11100101 | 11101010 | 0 | 11 | 0 | 1000 | 100110110 | 1101 | 1011011 |
Color Harmonies of #EBE5EA
Complementary color
Monochromatic Colors of #EBE5EA
Black with #EBE5EA
Text Example
Text Example
White with #EBE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5EA; }
p { color: rgb(235,229,234); }
H1.HeaderClassName
{
color: #EBE5EA;
}
.AnyTagClassName
{
color: #EBE5EA;
}
</style>
background-color css
<style>
a { background-color: #EBE5EA; }
a { background-color: rgb(235,229,234); }
div.DivClassName
{
background-color: #EBE5EA;
}
.BgClassName
{
background-color: #EBE5EA;
}
</style>
border-color css
<style>
span { border-color: #EBE5EA; }
span { border-color: rgb(235,229,234); }
td.TdClassName
{
border-color: #EBE5EA;
}
.TagClassName
{
border-color: #EBE5EA;
}
</style>