Shades of Snuff #EBCBE8
Tints of Snuff #EBCBE8
RGB
CMYK
RGB Variations
Color information
#EBCBE8 (or 0xEBCBE8) is known color: Snuff. HEX triplet: EB, CB and E8. RGB value is (235,203,232). Sum of RGB (Red+Green+Blue) = 235+203+232=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBE8 is #143417. Grayscale: #D7D7D7. Windows color (decimal): -1324056 or 15256555. OLE color: 15256555.
HSL color Cylindrical-coordinate representation of color #EBCBE8: hue angle of 305.62º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBE8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 232 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.08 |
| HSL | 305.63º | 0.44% | 0.86% | - |
| HSV(B) | 305.63º | 0.14% | 0.92% | - |
| XYZ | 70.18 | 66.2 | 85.42 | - |
| YUV | 215.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 232 | 0 | 0.14 | 0.01 | 0.08 | 305.63 | 0.44 | 0.86 |
| Hex | EB | CB | E8 | 0 | E | 1 | 8 | 132 | 2C | 56 |
| Octal | 353 | 313 | 350 | 0 | 16 | 1 | 10 | 462 | 54 | 126 |
| Binary | 11101011 | 11001011 | 11101000 | 0 | 1110 | 1 | 1000 | 100110010 | 101100 | 1010110 |
Color Harmonies of #EBCBE8
Complementary color
Monochromatic Colors of #EBCBE8
Black with #EBCBE8
Text Example
Text Example
White with #EBCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBE8; }
p { color: rgb(235,203,232); }
H1.HeaderClassName
{
color: #EBCBE8;
}
.AnyTagClassName
{
color: #EBCBE8;
}
</style>
background-color css
<style>
a { background-color: #EBCBE8; }
a { background-color: rgb(235,203,232); }
div.DivClassName
{
background-color: #EBCBE8;
}
.BgClassName
{
background-color: #EBCBE8;
}
</style>
border-color css
<style>
span { border-color: #EBCBE8; }
span { border-color: rgb(235,203,232); }
td.TdClassName
{
border-color: #EBCBE8;
}
.TagClassName
{
border-color: #EBCBE8;
}
</style>