Shades of Snuff #EBC9ED
Tints of Snuff #EBC9ED
RGB
CMYK
RGB Variations
Color information
#EBC9ED (or 0xEBC9ED) is known color: Snuff. HEX triplet: EB, C9 and ED. RGB value is (235,201,237). Sum of RGB (Red+Green+Blue) = 235+201+237=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9ED is #143612. Grayscale: #D7D7D7. Windows color (decimal): -1324563 or 15583723. OLE color: 15583723.
HSL color Cylindrical-coordinate representation of color #EBC9ED: hue angle of 296.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC9ED is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 201 | 237 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.07 |
| HSL | 296.67º | 0.5% | 0.86% | - |
| HSV(B) | 296.67º | 0.15% | 0.93% | - |
| XYZ | 70.43 | 65.55 | 89.06 | - |
| YUV | 215.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 237 | 0.01 | 0.15 | 0 | 0.07 | 296.67 | 0.5 | 0.86 |
| Hex | EB | C9 | ED | 1 | F | 0 | 7 | 129 | 32 | 56 |
| Octal | 353 | 311 | 355 | 1 | 17 | 0 | 7 | 451 | 62 | 126 |
| Binary | 11101011 | 11001001 | 11101101 | 1 | 1111 | 0 | 111 | 100101001 | 110010 | 1010110 |
Color Harmonies of #EBC9ED
Complementary color
Monochromatic Colors of #EBC9ED
Black with #EBC9ED
Text Example
Text Example
White with #EBC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9ED; }
p { color: rgb(235,201,237); }
H1.HeaderClassName
{
color: #EBC9ED;
}
.AnyTagClassName
{
color: #EBC9ED;
}
</style>
background-color css
<style>
a { background-color: #EBC9ED; }
a { background-color: rgb(235,201,237); }
div.DivClassName
{
background-color: #EBC9ED;
}
.BgClassName
{
background-color: #EBC9ED;
}
</style>
border-color css
<style>
span { border-color: #EBC9ED; }
span { border-color: rgb(235,201,237); }
td.TdClassName
{
border-color: #EBC9ED;
}
.TagClassName
{
border-color: #EBC9ED;
}
</style>