Shades of Snuff #EBC0ED
Tints of Snuff #EBC0ED
RGB
CMYK
RGB Variations
Color information
#EBC0ED (or 0xEBC0ED) is known color: Snuff. HEX triplet: EB, C0 and ED. RGB value is (235,192,237). Sum of RGB (Red+Green+Blue) = 235+192+237=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0ED is #143F12. Grayscale: #D1D1D1. Windows color (decimal): -1326867 or 15581419. OLE color: 15581419.
HSL color Cylindrical-coordinate representation of color #EBC0ED: hue angle of 297.33º degrees, saturation: 0.56, 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 #EBC0ED is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 192 | 237 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.07 |
| HSL | 297.33º | 0.56% | 0.84% | - |
| HSV(B) | 297.33º | 0.19% | 0.93% | - |
| XYZ | 68.4 | 61.48 | 88.38 | - |
| YUV | 209.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 237 | 0.01 | 0.19 | 0 | 0.07 | 297.33 | 0.56 | 0.84 |
| Hex | EB | C0 | ED | 1 | 13 | 0 | 7 | 129 | 38 | 54 |
| Octal | 353 | 300 | 355 | 1 | 23 | 0 | 7 | 451 | 70 | 124 |
| Binary | 11101011 | 11000000 | 11101101 | 1 | 10011 | 0 | 111 | 100101001 | 111000 | 1010100 |
Color Harmonies of #EBC0ED
Complementary color
Monochromatic Colors of #EBC0ED
Black with #EBC0ED
Text Example
Text Example
White with #EBC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0ED; }
p { color: rgb(235,192,237); }
H1.HeaderClassName
{
color: #EBC0ED;
}
.AnyTagClassName
{
color: #EBC0ED;
}
</style>
background-color css
<style>
a { background-color: #EBC0ED; }
a { background-color: rgb(235,192,237); }
div.DivClassName
{
background-color: #EBC0ED;
}
.BgClassName
{
background-color: #EBC0ED;
}
</style>
border-color css
<style>
span { border-color: #EBC0ED; }
span { border-color: rgb(235,192,237); }
td.TdClassName
{
border-color: #EBC0ED;
}
.TagClassName
{
border-color: #EBC0ED;
}
</style>