Shades of Snuff #EBC0F0
Tints of Snuff #EBC0F0
RGB
CMYK
RGB Variations
Color information
#EBC0F0 (or 0xEBC0F0) is known color: Snuff. HEX triplet: EB, C0 and F0. RGB value is (235,192,240). Sum of RGB (Red+Green+Blue) = 235+192+240=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBC0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0F0 is #143F0F. Grayscale: #D2D2D2. Windows color (decimal): -1326864 or 15778027. OLE color: 15778027.
HSL color Cylindrical-coordinate representation of color #EBC0F0: hue angle of 293.75º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC0F0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 192 | 240 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.06 |
| HSL | 293.75º | 0.62% | 0.85% | - |
| HSV(B) | 293.75º | 0.2% | 0.94% | - |
| XYZ | 68.84 | 61.65 | 90.71 | - |
| YUV | 210.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 240 | 0.02 | 0.20 | 0 | 0.06 | 293.75 | 0.62 | 0.85 |
| Hex | EB | C0 | F0 | 2 | 14 | 0 | 6 | 126 | 3E | 55 |
| Octal | 353 | 300 | 360 | 2 | 24 | 0 | 6 | 446 | 76 | 125 |
| Binary | 11101011 | 11000000 | 11110000 | 10 | 10100 | 0 | 110 | 100100110 | 111110 | 1010101 |
Color Harmonies of #EBC0F0
Complementary color
Monochromatic Colors of #EBC0F0
Black with #EBC0F0
Text Example
Text Example
White with #EBC0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0F0; }
p { color: rgb(235,192,240); }
H1.HeaderClassName
{
color: #EBC0F0;
}
.AnyTagClassName
{
color: #EBC0F0;
}
</style>
background-color css
<style>
a { background-color: #EBC0F0; }
a { background-color: rgb(235,192,240); }
div.DivClassName
{
background-color: #EBC0F0;
}
.BgClassName
{
background-color: #EBC0F0;
}
</style>
border-color css
<style>
span { border-color: #EBC0F0; }
span { border-color: rgb(235,192,240); }
td.TdClassName
{
border-color: #EBC0F0;
}
.TagClassName
{
border-color: #EBC0F0;
}
</style>