Shades of Snuff #EBC6EC
Tints of Snuff #EBC6EC
RGB
CMYK
RGB Variations
Color information
#EBC6EC (or 0xEBC6EC) is known color: Snuff. HEX triplet: EB, C6 and EC. RGB value is (235,198,236). Sum of RGB (Red+Green+Blue) = 235+198+236=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6EC is #143913. Grayscale: #D5D5D5. Windows color (decimal): -1325332 or 15517419. OLE color: 15517419.
HSL color Cylindrical-coordinate representation of color #EBC6EC: hue angle of 298.42º degrees, saturation: 0.5, 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 #EBC6EC is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 198 | 236 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.07 |
| HSL | 298.42º | 0.5% | 0.85% | - |
| HSV(B) | 298.42º | 0.16% | 0.93% | - |
| XYZ | 69.6 | 64.11 | 88.06 | - |
| YUV | 213.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 236 | 0.00 | 0.16 | 0 | 0.07 | 298.42 | 0.5 | 0.85 |
| Hex | EB | C6 | EC | 0 | 10 | 0 | 7 | 12A | 32 | 55 |
| Octal | 353 | 306 | 354 | 0 | 20 | 0 | 7 | 452 | 62 | 125 |
| Binary | 11101011 | 11000110 | 11101100 | 0 | 10000 | 0 | 111 | 100101010 | 110010 | 1010101 |
Color Harmonies of #EBC6EC
Complementary color
Monochromatic Colors of #EBC6EC
Black with #EBC6EC
Text Example
Text Example
White with #EBC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6EC; }
p { color: rgb(235,198,236); }
H1.HeaderClassName
{
color: #EBC6EC;
}
.AnyTagClassName
{
color: #EBC6EC;
}
</style>
background-color css
<style>
a { background-color: #EBC6EC; }
a { background-color: rgb(235,198,236); }
div.DivClassName
{
background-color: #EBC6EC;
}
.BgClassName
{
background-color: #EBC6EC;
}
</style>
border-color css
<style>
span { border-color: #EBC6EC; }
span { border-color: rgb(235,198,236); }
td.TdClassName
{
border-color: #EBC6EC;
}
.TagClassName
{
border-color: #EBC6EC;
}
</style>