Shades of Snuff #EBC9F0
Tints of Snuff #EBC9F0
RGB
CMYK
RGB Variations
Color information
#EBC9F0 (or 0xEBC9F0) is known color: Snuff. HEX triplet: EB, C9 and F0. RGB value is (235,201,240). Sum of RGB (Red+Green+Blue) = 235+201+240=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9F0 is #14360F. Grayscale: #D7D7D7. Windows color (decimal): -1324560 or 15780331. OLE color: 15780331.
HSL color Cylindrical-coordinate representation of color #EBC9F0: hue angle of 292.31º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC9F0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 201 | 240 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.06 |
| HSL | 292.31º | 0.57% | 0.86% | - |
| HSV(B) | 292.31º | 0.16% | 0.94% | - |
| XYZ | 70.88 | 65.73 | 91.39 | - |
| YUV | 215.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 240 | 0.02 | 0.16 | 0 | 0.06 | 292.31 | 0.57 | 0.86 |
| Hex | EB | C9 | F0 | 2 | 10 | 0 | 6 | 124 | 39 | 56 |
| Octal | 353 | 311 | 360 | 2 | 20 | 0 | 6 | 444 | 71 | 126 |
| Binary | 11101011 | 11001001 | 11110000 | 10 | 10000 | 0 | 110 | 100100100 | 111001 | 1010110 |
Color Harmonies of #EBC9F0
Complementary color
Monochromatic Colors of #EBC9F0
Black with #EBC9F0
Text Example
Text Example
White with #EBC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9F0; }
p { color: rgb(235,201,240); }
H1.HeaderClassName
{
color: #EBC9F0;
}
.AnyTagClassName
{
color: #EBC9F0;
}
</style>
background-color css
<style>
a { background-color: #EBC9F0; }
a { background-color: rgb(235,201,240); }
div.DivClassName
{
background-color: #EBC9F0;
}
.BgClassName
{
background-color: #EBC9F0;
}
</style>
border-color css
<style>
span { border-color: #EBC9F0; }
span { border-color: rgb(235,201,240); }
td.TdClassName
{
border-color: #EBC9F0;
}
.TagClassName
{
border-color: #EBC9F0;
}
</style>