Shades of Snuff #EBE0EA
Tints of Snuff #EBE0EA
RGB
CMYK
RGB Variations
Color information
#EBE0EA (or 0xEBE0EA) is known color: Snuff. HEX triplet: EB, E0 and EA. RGB value is (235,224,234). Sum of RGB (Red+Green+Blue) = 235+224+234=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0EA is #141F15. Grayscale: #E4E4E4. Windows color (decimal): -1318678 or 15393003. OLE color: 15393003.
HSL color Cylindrical-coordinate representation of color #EBE0EA: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE0EA is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 234 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.08 |
| HSL | 305.45º | 0.22% | 0.9% | - |
| HSV(B) | 305.45º | 0.05% | 0.92% | - |
| XYZ | 75.77 | 76.91 | 88.69 | - |
| YUV | 228.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 234 | 0 | 0.05 | 0.00 | 0.08 | 305.45 | 0.22 | 0.9 |
| Hex | EB | E0 | EA | 0 | 5 | 0 | 8 | 131 | 16 | 5A |
| Octal | 353 | 340 | 352 | 0 | 5 | 0 | 10 | 461 | 26 | 132 |
| Binary | 11101011 | 11100000 | 11101010 | 0 | 101 | 0 | 1000 | 100110001 | 10110 | 1011010 |
Color Harmonies of #EBE0EA
Complementary color
Monochromatic Colors of #EBE0EA
Black with #EBE0EA
Text Example
Text Example
White with #EBE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0EA; }
p { color: rgb(235,224,234); }
H1.HeaderClassName
{
color: #EBE0EA;
}
.AnyTagClassName
{
color: #EBE0EA;
}
</style>
background-color css
<style>
a { background-color: #EBE0EA; }
a { background-color: rgb(235,224,234); }
div.DivClassName
{
background-color: #EBE0EA;
}
.BgClassName
{
background-color: #EBE0EA;
}
</style>
border-color css
<style>
span { border-color: #EBE0EA; }
span { border-color: rgb(235,224,234); }
td.TdClassName
{
border-color: #EBE0EA;
}
.TagClassName
{
border-color: #EBE0EA;
}
</style>