Shades of Snuff #EBC0EE
Tints of Snuff #EBC0EE
RGB
CMYK
RGB Variations
Color information
#EBC0EE (or 0xEBC0EE) is known color: Snuff. HEX triplet: EB, C0 and EE. RGB value is (235,192,238). Sum of RGB (Red+Green+Blue) = 235+192+238=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0EE is #143F11. Grayscale: #D1D1D1. Windows color (decimal): -1326866 or 15646955. OLE color: 15646955.
HSL color Cylindrical-coordinate representation of color #EBC0EE: hue angle of 296.09º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC0EE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 192 | 238 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.07 |
| HSL | 296.09º | 0.58% | 0.84% | - |
| HSV(B) | 296.09º | 0.19% | 0.93% | - |
| XYZ | 68.54 | 61.53 | 89.15 | - |
| YUV | 210.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 238 | 0.01 | 0.19 | 0 | 0.07 | 296.09 | 0.58 | 0.84 |
| Hex | EB | C0 | EE | 1 | 13 | 0 | 7 | 128 | 3A | 54 |
| Octal | 353 | 300 | 356 | 1 | 23 | 0 | 7 | 450 | 72 | 124 |
| Binary | 11101011 | 11000000 | 11101110 | 1 | 10011 | 0 | 111 | 100101000 | 111010 | 1010100 |
Color Harmonies of #EBC0EE
Complementary color
Monochromatic Colors of #EBC0EE
Black with #EBC0EE
Text Example
Text Example
White with #EBC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0EE; }
p { color: rgb(235,192,238); }
H1.HeaderClassName
{
color: #EBC0EE;
}
.AnyTagClassName
{
color: #EBC0EE;
}
</style>
background-color css
<style>
a { background-color: #EBC0EE; }
a { background-color: rgb(235,192,238); }
div.DivClassName
{
background-color: #EBC0EE;
}
.BgClassName
{
background-color: #EBC0EE;
}
</style>
border-color css
<style>
span { border-color: #EBC0EE; }
span { border-color: rgb(235,192,238); }
td.TdClassName
{
border-color: #EBC0EE;
}
.TagClassName
{
border-color: #EBC0EE;
}
</style>