Shades of Snuff #EBC1EF
Tints of Snuff #EBC1EF
RGB
CMYK
RGB Variations
Color information
#EBC1EF (or 0xEBC1EF) is known color: Snuff. HEX triplet: EB, C1 and EF. RGB value is (235,193,239). Sum of RGB (Red+Green+Blue) = 235+193+239=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1EF is #143E10. Grayscale: #D2D2D2. Windows color (decimal): -1326609 or 15712747. OLE color: 15712747.
HSL color Cylindrical-coordinate representation of color #EBC1EF: hue angle of 294.78º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC1EF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 193 | 239 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.06 |
| HSL | 294.78º | 0.59% | 0.85% | - |
| HSV(B) | 294.78º | 0.19% | 0.94% | - |
| XYZ | 68.91 | 62.03 | 90 | - |
| YUV | 210.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 239 | 0.02 | 0.19 | 0 | 0.06 | 294.78 | 0.59 | 0.85 |
| Hex | EB | C1 | EF | 2 | 13 | 0 | 6 | 127 | 3B | 55 |
| Octal | 353 | 301 | 357 | 2 | 23 | 0 | 6 | 447 | 73 | 125 |
| Binary | 11101011 | 11000001 | 11101111 | 10 | 10011 | 0 | 110 | 100100111 | 111011 | 1010101 |
Color Harmonies of #EBC1EF
Complementary color
Monochromatic Colors of #EBC1EF
Black with #EBC1EF
Text Example
Text Example
White with #EBC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1EF; }
p { color: rgb(235,193,239); }
H1.HeaderClassName
{
color: #EBC1EF;
}
.AnyTagClassName
{
color: #EBC1EF;
}
</style>
background-color css
<style>
a { background-color: #EBC1EF; }
a { background-color: rgb(235,193,239); }
div.DivClassName
{
background-color: #EBC1EF;
}
.BgClassName
{
background-color: #EBC1EF;
}
</style>
border-color css
<style>
span { border-color: #EBC1EF; }
span { border-color: rgb(235,193,239); }
td.TdClassName
{
border-color: #EBC1EF;
}
.TagClassName
{
border-color: #EBC1EF;
}
</style>