Shades of Snuff #EBC9EE
Tints of Snuff #EBC9EE
RGB
CMYK
RGB Variations
Color information
#EBC9EE (or 0xEBC9EE) is known color: Snuff. HEX triplet: EB, C9 and EE. RGB value is (235,201,238). Sum of RGB (Red+Green+Blue) = 235+201+238=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9EE is #143611. Grayscale: #D7D7D7. Windows color (decimal): -1324562 or 15649259. OLE color: 15649259.
HSL color Cylindrical-coordinate representation of color #EBC9EE: hue angle of 295.14º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC9EE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 201 | 238 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.07 |
| HSL | 295.14º | 0.52% | 0.86% | - |
| HSV(B) | 295.14º | 0.16% | 0.93% | - |
| XYZ | 70.58 | 65.61 | 89.83 | - |
| YUV | 215.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 238 | 0.01 | 0.16 | 0 | 0.07 | 295.14 | 0.52 | 0.86 |
| Hex | EB | C9 | EE | 1 | 10 | 0 | 7 | 127 | 34 | 56 |
| Octal | 353 | 311 | 356 | 1 | 20 | 0 | 7 | 447 | 64 | 126 |
| Binary | 11101011 | 11001001 | 11101110 | 1 | 10000 | 0 | 111 | 100100111 | 110100 | 1010110 |
Color Harmonies of #EBC9EE
Complementary color
Monochromatic Colors of #EBC9EE
Black with #EBC9EE
Text Example
Text Example
White with #EBC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9EE; }
p { color: rgb(235,201,238); }
H1.HeaderClassName
{
color: #EBC9EE;
}
.AnyTagClassName
{
color: #EBC9EE;
}
</style>
background-color css
<style>
a { background-color: #EBC9EE; }
a { background-color: rgb(235,201,238); }
div.DivClassName
{
background-color: #EBC9EE;
}
.BgClassName
{
background-color: #EBC9EE;
}
</style>
border-color css
<style>
span { border-color: #EBC9EE; }
span { border-color: rgb(235,201,238); }
td.TdClassName
{
border-color: #EBC9EE;
}
.TagClassName
{
border-color: #EBC9EE;
}
</style>