Shades of Snuff #EBC0EF
Tints of Snuff #EBC0EF
RGB
CMYK
RGB Variations
Color information
#EBC0EF (or 0xEBC0EF) is known color: Snuff. HEX triplet: EB, C0 and EF. RGB value is (235,192,239). Sum of RGB (Red+Green+Blue) = 235+192+239=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0EF is #143F10. Grayscale: #D2D2D2. Windows color (decimal): -1326865 or 15712491. OLE color: 15712491.
HSL color Cylindrical-coordinate representation of color #EBC0EF: hue angle of 294.89º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC0EF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 192 | 239 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.06 |
| HSL | 294.89º | 0.59% | 0.85% | - |
| HSV(B) | 294.89º | 0.2% | 0.94% | - |
| XYZ | 68.69 | 61.59 | 89.93 | - |
| YUV | 210.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 239 | 0.02 | 0.20 | 0 | 0.06 | 294.89 | 0.59 | 0.85 |
| Hex | EB | C0 | EF | 2 | 14 | 0 | 6 | 127 | 3B | 55 |
| Octal | 353 | 300 | 357 | 2 | 24 | 0 | 6 | 447 | 73 | 125 |
| Binary | 11101011 | 11000000 | 11101111 | 10 | 10100 | 0 | 110 | 100100111 | 111011 | 1010101 |
Color Harmonies of #EBC0EF
Complementary color
Monochromatic Colors of #EBC0EF
Black with #EBC0EF
Text Example
Text Example
White with #EBC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0EF; }
p { color: rgb(235,192,239); }
H1.HeaderClassName
{
color: #EBC0EF;
}
.AnyTagClassName
{
color: #EBC0EF;
}
</style>
background-color css
<style>
a { background-color: #EBC0EF; }
a { background-color: rgb(235,192,239); }
div.DivClassName
{
background-color: #EBC0EF;
}
.BgClassName
{
background-color: #EBC0EF;
}
</style>
border-color css
<style>
span { border-color: #EBC0EF; }
span { border-color: rgb(235,192,239); }
td.TdClassName
{
border-color: #EBC0EF;
}
.TagClassName
{
border-color: #EBC0EF;
}
</style>