Shades of Snuff #EBC9EC
Tints of Snuff #EBC9EC
RGB
CMYK
RGB Variations
Color information
#EBC9EC (or 0xEBC9EC) is known color: Snuff. HEX triplet: EB, C9 and EC. RGB value is (235,201,236). Sum of RGB (Red+Green+Blue) = 235+201+236=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9EC is #143613. Grayscale: #D7D7D7. Windows color (decimal): -1324564 or 15518187. OLE color: 15518187.
HSL color Cylindrical-coordinate representation of color #EBC9EC: hue angle of 298.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC9EC is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 201 | 236 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.07 |
| HSL | 298.29º | 0.48% | 0.86% | - |
| HSV(B) | 298.29º | 0.15% | 0.93% | - |
| XYZ | 70.29 | 65.49 | 88.29 | - |
| YUV | 215.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 236 | 0.00 | 0.15 | 0 | 0.07 | 298.29 | 0.48 | 0.86 |
| Hex | EB | C9 | EC | 0 | F | 0 | 7 | 12A | 30 | 56 |
| Octal | 353 | 311 | 354 | 0 | 17 | 0 | 7 | 452 | 60 | 126 |
| Binary | 11101011 | 11001001 | 11101100 | 0 | 1111 | 0 | 111 | 100101010 | 110000 | 1010110 |
Color Harmonies of #EBC9EC
Complementary color
Monochromatic Colors of #EBC9EC
Black with #EBC9EC
Text Example
Text Example
White with #EBC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9EC; }
p { color: rgb(235,201,236); }
H1.HeaderClassName
{
color: #EBC9EC;
}
.AnyTagClassName
{
color: #EBC9EC;
}
</style>
background-color css
<style>
a { background-color: #EBC9EC; }
a { background-color: rgb(235,201,236); }
div.DivClassName
{
background-color: #EBC9EC;
}
.BgClassName
{
background-color: #EBC9EC;
}
</style>
border-color css
<style>
span { border-color: #EBC9EC; }
span { border-color: rgb(235,201,236); }
td.TdClassName
{
border-color: #EBC9EC;
}
.TagClassName
{
border-color: #EBC9EC;
}
</style>