Shades of Snuff #EBC5EE
Tints of Snuff #EBC5EE
RGB
CMYK
RGB Variations
Color information
#EBC5EE (or 0xEBC5EE) is known color: Snuff. HEX triplet: EB, C5 and EE. RGB value is (235,197,238). Sum of RGB (Red+Green+Blue) = 235+197+238=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5EE is #143A11. Grayscale: #D4D4D4. Windows color (decimal): -1325586 or 15648235. OLE color: 15648235.
HSL color Cylindrical-coordinate representation of color #EBC5EE: hue angle of 295.61º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC5EE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 197 | 238 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.07 |
| HSL | 295.61º | 0.55% | 0.85% | - |
| HSV(B) | 295.61º | 0.17% | 0.93% | - |
| XYZ | 69.66 | 63.77 | 89.53 | - |
| YUV | 213.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 238 | 0.01 | 0.17 | 0 | 0.07 | 295.61 | 0.55 | 0.85 |
| Hex | EB | C5 | EE | 1 | 11 | 0 | 7 | 128 | 37 | 55 |
| Octal | 353 | 305 | 356 | 1 | 21 | 0 | 7 | 450 | 67 | 125 |
| Binary | 11101011 | 11000101 | 11101110 | 1 | 10001 | 0 | 111 | 100101000 | 110111 | 1010101 |
Color Harmonies of #EBC5EE
Complementary color
Monochromatic Colors of #EBC5EE
Black with #EBC5EE
Text Example
Text Example
White with #EBC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5EE; }
p { color: rgb(235,197,238); }
H1.HeaderClassName
{
color: #EBC5EE;
}
.AnyTagClassName
{
color: #EBC5EE;
}
</style>
background-color css
<style>
a { background-color: #EBC5EE; }
a { background-color: rgb(235,197,238); }
div.DivClassName
{
background-color: #EBC5EE;
}
.BgClassName
{
background-color: #EBC5EE;
}
</style>
border-color css
<style>
span { border-color: #EBC5EE; }
span { border-color: rgb(235,197,238); }
td.TdClassName
{
border-color: #EBC5EE;
}
.TagClassName
{
border-color: #EBC5EE;
}
</style>