Shades of Snuff #EBC9E7
Tints of Snuff #EBC9E7
RGB
CMYK
RGB Variations
Color information
#EBC9E7 (or 0xEBC9E7) is known color: Snuff. HEX triplet: EB, C9 and E7. RGB value is (235,201,231). Sum of RGB (Red+Green+Blue) = 235+201+231=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9E7 is #143618. Grayscale: #D6D6D6. Windows color (decimal): -1324569 or 15190507. OLE color: 15190507.
HSL color Cylindrical-coordinate representation of color #EBC9E7: hue angle of 307.06º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9E7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 231 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.08 |
| HSL | 307.06º | 0.46% | 0.85% | - |
| HSV(B) | 307.06º | 0.14% | 0.92% | - |
| XYZ | 69.57 | 65.2 | 84.52 | - |
| YUV | 214.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 231 | 0 | 0.14 | 0.02 | 0.08 | 307.06 | 0.46 | 0.85 |
| Hex | EB | C9 | E7 | 0 | E | 2 | 8 | 133 | 2E | 55 |
| Octal | 353 | 311 | 347 | 0 | 16 | 2 | 10 | 463 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11100111 | 0 | 1110 | 10 | 1000 | 100110011 | 101110 | 1010101 |
Color Harmonies of #EBC9E7
Complementary color
Monochromatic Colors of #EBC9E7
Black with #EBC9E7
Text Example
Text Example
White with #EBC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9E7; }
p { color: rgb(235,201,231); }
H1.HeaderClassName
{
color: #EBC9E7;
}
.AnyTagClassName
{
color: #EBC9E7;
}
</style>
background-color css
<style>
a { background-color: #EBC9E7; }
a { background-color: rgb(235,201,231); }
div.DivClassName
{
background-color: #EBC9E7;
}
.BgClassName
{
background-color: #EBC9E7;
}
</style>
border-color css
<style>
span { border-color: #EBC9E7; }
span { border-color: rgb(235,201,231); }
td.TdClassName
{
border-color: #EBC9E7;
}
.TagClassName
{
border-color: #EBC9E7;
}
</style>