Shades of Snuff #EBC0F3
Tints of Snuff #EBC0F3
RGB
CMYK
RGB Variations
Color information
#EBC0F3 (or 0xEBC0F3) is known color: Snuff. HEX triplet: EB, C0 and F3. RGB value is (235,192,243). Sum of RGB (Red+Green+Blue) = 235+192+243=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBC0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0F3 is #143F0C. Grayscale: #D2D2D2. Windows color (decimal): -1326861 or 15974635. OLE color: 15974635.
HSL color Cylindrical-coordinate representation of color #EBC0F3: hue angle of 290.59º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC0F3 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 192 | 243 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 290.59º | 0.68% | 0.85% | - |
| HSV(B) | 290.59º | 0.21% | 0.95% | - |
| XYZ | 69.29 | 61.83 | 93.08 | - |
| YUV | 210.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 243 | 0.03 | 0.21 | 0 | 0.05 | 290.59 | 0.68 | 0.85 |
| Hex | EB | C0 | F3 | 3 | 15 | 0 | 5 | 123 | 44 | 55 |
| Octal | 353 | 300 | 363 | 3 | 25 | 0 | 5 | 443 | 104 | 125 |
| Binary | 11101011 | 11000000 | 11110011 | 11 | 10101 | 0 | 101 | 100100011 | 1000100 | 1010101 |
Color Harmonies of #EBC0F3
Complementary color
Monochromatic Colors of #EBC0F3
Black with #EBC0F3
Text Example
Text Example
White with #EBC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0F3; }
p { color: rgb(235,192,243); }
H1.HeaderClassName
{
color: #EBC0F3;
}
.AnyTagClassName
{
color: #EBC0F3;
}
</style>
background-color css
<style>
a { background-color: #EBC0F3; }
a { background-color: rgb(235,192,243); }
div.DivClassName
{
background-color: #EBC0F3;
}
.BgClassName
{
background-color: #EBC0F3;
}
</style>
border-color css
<style>
span { border-color: #EBC0F3; }
span { border-color: rgb(235,192,243); }
td.TdClassName
{
border-color: #EBC0F3;
}
.TagClassName
{
border-color: #EBC0F3;
}
</style>