Shades of Snuff #EBC7ED
Tints of Snuff #EBC7ED
RGB
CMYK
RGB Variations
Color information
#EBC7ED (or 0xEBC7ED) is known color: Snuff. HEX triplet: EB, C7 and ED. RGB value is (235,199,237). Sum of RGB (Red+Green+Blue) = 235+199+237=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7ED is #143812. Grayscale: #D5D5D5. Windows color (decimal): -1325075 or 15583211. OLE color: 15583211.
HSL color Cylindrical-coordinate representation of color #EBC7ED: hue angle of 296.84º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC7ED is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 199 | 237 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.07 |
| HSL | 296.84º | 0.51% | 0.85% | - |
| HSV(B) | 296.84º | 0.16% | 0.93% | - |
| XYZ | 69.97 | 64.62 | 88.91 | - |
| YUV | 214.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 237 | 0.01 | 0.16 | 0 | 0.07 | 296.84 | 0.51 | 0.85 |
| Hex | EB | C7 | ED | 1 | 10 | 0 | 7 | 129 | 33 | 55 |
| Octal | 353 | 307 | 355 | 1 | 20 | 0 | 7 | 451 | 63 | 125 |
| Binary | 11101011 | 11000111 | 11101101 | 1 | 10000 | 0 | 111 | 100101001 | 110011 | 1010101 |
Color Harmonies of #EBC7ED
Complementary color
Monochromatic Colors of #EBC7ED
Black with #EBC7ED
Text Example
Text Example
White with #EBC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7ED; }
p { color: rgb(235,199,237); }
H1.HeaderClassName
{
color: #EBC7ED;
}
.AnyTagClassName
{
color: #EBC7ED;
}
</style>
background-color css
<style>
a { background-color: #EBC7ED; }
a { background-color: rgb(235,199,237); }
div.DivClassName
{
background-color: #EBC7ED;
}
.BgClassName
{
background-color: #EBC7ED;
}
</style>
border-color css
<style>
span { border-color: #EBC7ED; }
span { border-color: rgb(235,199,237); }
td.TdClassName
{
border-color: #EBC7ED;
}
.TagClassName
{
border-color: #EBC7ED;
}
</style>