Shades of Snuff #EBC6F1
Tints of Snuff #EBC6F1
RGB
CMYK
RGB Variations
Color information
#EBC6F1 (or 0xEBC6F1) is known color: Snuff. HEX triplet: EB, C6 and F1. RGB value is (235,198,241). Sum of RGB (Red+Green+Blue) = 235+198+241=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6F1 is #14390E. Grayscale: #D5D5D5. Windows color (decimal): -1325327 or 15845099. OLE color: 15845099.
HSL color Cylindrical-coordinate representation of color #EBC6F1: hue angle of 291.63º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC6F1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 198 | 241 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.05 |
| HSL | 291.63º | 0.61% | 0.86% | - |
| HSV(B) | 291.63º | 0.18% | 0.95% | - |
| XYZ | 70.33 | 64.4 | 91.94 | - |
| YUV | 213.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 241 | 0.02 | 0.18 | 0 | 0.05 | 291.63 | 0.61 | 0.86 |
| Hex | EB | C6 | F1 | 2 | 12 | 0 | 5 | 124 | 3D | 56 |
| Octal | 353 | 306 | 361 | 2 | 22 | 0 | 5 | 444 | 75 | 126 |
| Binary | 11101011 | 11000110 | 11110001 | 10 | 10010 | 0 | 101 | 100100100 | 111101 | 1010110 |
Color Harmonies of #EBC6F1
Complementary color
Monochromatic Colors of #EBC6F1
Black with #EBC6F1
Text Example
Text Example
White with #EBC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6F1; }
p { color: rgb(235,198,241); }
H1.HeaderClassName
{
color: #EBC6F1;
}
.AnyTagClassName
{
color: #EBC6F1;
}
</style>
background-color css
<style>
a { background-color: #EBC6F1; }
a { background-color: rgb(235,198,241); }
div.DivClassName
{
background-color: #EBC6F1;
}
.BgClassName
{
background-color: #EBC6F1;
}
</style>
border-color css
<style>
span { border-color: #EBC6F1; }
span { border-color: rgb(235,198,241); }
td.TdClassName
{
border-color: #EBC6F1;
}
.TagClassName
{
border-color: #EBC6F1;
}
</style>