Shades of Snuff #EBCBEC
Tints of Snuff #EBCBEC
RGB
CMYK
RGB Variations
Color information
#EBCBEC (or 0xEBCBEC) is known color: Snuff. HEX triplet: EB, CB and EC. RGB value is (235,203,236). Sum of RGB (Red+Green+Blue) = 235+203+236=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBEC is #143413. Grayscale: #D8D8D8. Windows color (decimal): -1324052 or 15518699. OLE color: 15518699.
HSL color Cylindrical-coordinate representation of color #EBCBEC: hue angle of 298.18º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBEC is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 203 | 236 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.07 |
| HSL | 298.18º | 0.46% | 0.86% | - |
| HSV(B) | 298.18º | 0.14% | 0.93% | - |
| XYZ | 70.76 | 66.43 | 88.45 | - |
| YUV | 216.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 236 | 0.00 | 0.14 | 0 | 0.07 | 298.18 | 0.46 | 0.86 |
| Hex | EB | CB | EC | 0 | E | 0 | 7 | 12A | 2E | 56 |
| Octal | 353 | 313 | 354 | 0 | 16 | 0 | 7 | 452 | 56 | 126 |
| Binary | 11101011 | 11001011 | 11101100 | 0 | 1110 | 0 | 111 | 100101010 | 101110 | 1010110 |
Color Harmonies of #EBCBEC
Complementary color
Monochromatic Colors of #EBCBEC
Black with #EBCBEC
Text Example
Text Example
White with #EBCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBEC; }
p { color: rgb(235,203,236); }
H1.HeaderClassName
{
color: #EBCBEC;
}
.AnyTagClassName
{
color: #EBCBEC;
}
</style>
background-color css
<style>
a { background-color: #EBCBEC; }
a { background-color: rgb(235,203,236); }
div.DivClassName
{
background-color: #EBCBEC;
}
.BgClassName
{
background-color: #EBCBEC;
}
</style>
border-color css
<style>
span { border-color: #EBCBEC; }
span { border-color: rgb(235,203,236); }
td.TdClassName
{
border-color: #EBCBEC;
}
.TagClassName
{
border-color: #EBCBEC;
}
</style>