Shades of Snuff #EBC2EB
Tints of Snuff #EBC2EB
RGB
CMYK
RGB Variations
Color information
#EBC2EB (or 0xEBC2EB) is known color: Snuff. HEX triplet: EB, C2 and EB. RGB value is (235,194,235). Sum of RGB (Red+Green+Blue) = 235+194+235=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EB is #143D14. Grayscale: #D2D2D2. Windows color (decimal): -1326357 or 15450859. OLE color: 15450859.
HSL color Cylindrical-coordinate representation of color #EBC2EB: hue angle of 300º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2EB is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 235 | - |
| CMYK | 0 | 0.17 | 0 | 0.08 |
| HSL | 300º | 0.51% | 0.84% | - |
| HSV(B) | 300º | 0.17% | 0.92% | - |
| XYZ | 68.55 | 62.24 | 87 | - |
| YUV | 210.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 235 | 0 | 0.17 | 0 | 0.08 | 300 | 0.51 | 0.84 |
| Hex | EB | C2 | EB | 0 | 11 | 0 | 8 | 12C | 33 | 54 |
| Octal | 353 | 302 | 353 | 0 | 21 | 0 | 10 | 454 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11101011 | 0 | 10001 | 0 | 1000 | 100101100 | 110011 | 1010100 |
Color Harmonies of #EBC2EB
Complementary color
Monochromatic Colors of #EBC2EB
Black with #EBC2EB
Text Example
Text Example
White with #EBC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2EB; }
p { color: rgb(235,194,235); }
H1.HeaderClassName
{
color: #EBC2EB;
}
.AnyTagClassName
{
color: #EBC2EB;
}
</style>
background-color css
<style>
a { background-color: #EBC2EB; }
a { background-color: rgb(235,194,235); }
div.DivClassName
{
background-color: #EBC2EB;
}
.BgClassName
{
background-color: #EBC2EB;
}
</style>
border-color css
<style>
span { border-color: #EBC2EB; }
span { border-color: rgb(235,194,235); }
td.TdClassName
{
border-color: #EBC2EB;
}
.TagClassName
{
border-color: #EBC2EB;
}
</style>