Shades of Snuff #EBC6ED
Tints of Snuff #EBC6ED
RGB
CMYK
RGB Variations
Color information
#EBC6ED (or 0xEBC6ED) is known color: Snuff. HEX triplet: EB, C6 and ED. RGB value is (235,198,237). Sum of RGB (Red+Green+Blue) = 235+198+237=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6ED is #143912. Grayscale: #D5D5D5. Windows color (decimal): -1325331 or 15582955. OLE color: 15582955.
HSL color Cylindrical-coordinate representation of color #EBC6ED: hue angle of 296.92º degrees, saturation: 0.52, 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 #EBC6ED is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 198 | 237 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.07 |
| HSL | 296.92º | 0.52% | 0.85% | - |
| HSV(B) | 296.92º | 0.16% | 0.93% | - |
| XYZ | 69.74 | 64.16 | 88.83 | - |
| YUV | 213.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 237 | 0.01 | 0.16 | 0 | 0.07 | 296.92 | 0.52 | 0.85 |
| Hex | EB | C6 | ED | 1 | 10 | 0 | 7 | 129 | 34 | 55 |
| Octal | 353 | 306 | 355 | 1 | 20 | 0 | 7 | 451 | 64 | 125 |
| Binary | 11101011 | 11000110 | 11101101 | 1 | 10000 | 0 | 111 | 100101001 | 110100 | 1010101 |
Color Harmonies of #EBC6ED
Complementary color
Monochromatic Colors of #EBC6ED
Black with #EBC6ED
Text Example
Text Example
White with #EBC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6ED; }
p { color: rgb(235,198,237); }
H1.HeaderClassName
{
color: #EBC6ED;
}
.AnyTagClassName
{
color: #EBC6ED;
}
</style>
background-color css
<style>
a { background-color: #EBC6ED; }
a { background-color: rgb(235,198,237); }
div.DivClassName
{
background-color: #EBC6ED;
}
.BgClassName
{
background-color: #EBC6ED;
}
</style>
border-color css
<style>
span { border-color: #EBC6ED; }
span { border-color: rgb(235,198,237); }
td.TdClassName
{
border-color: #EBC6ED;
}
.TagClassName
{
border-color: #EBC6ED;
}
</style>