Shades of Snuff #EBC9E6
Tints of Snuff #EBC9E6
RGB
CMYK
RGB Variations
Color information
#EBC9E6 (or 0xEBC9E6) is known color: Snuff. HEX triplet: EB, C9 and E6. RGB value is (235,201,230). Sum of RGB (Red+Green+Blue) = 235+201+230=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 201 (78.91% from 255 or 30.18% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9E6 is #143619. Grayscale: #D6D6D6. Windows color (decimal): -1324570 or 15124971. OLE color: 15124971.
HSL color Cylindrical-coordinate representation of color #EBC9E6: hue angle of 308.82º 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 #EBC9E6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 230 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.08 |
| HSL | 308.82º | 0.46% | 0.85% | - |
| HSV(B) | 308.82º | 0.14% | 0.92% | - |
| XYZ | 69.43 | 65.15 | 83.78 | - |
| YUV | 214.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 230 | 0 | 0.14 | 0.02 | 0.08 | 308.82 | 0.46 | 0.85 |
| Hex | EB | C9 | E6 | 0 | E | 2 | 8 | 135 | 2E | 55 |
| Octal | 353 | 311 | 346 | 0 | 16 | 2 | 10 | 465 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11100110 | 0 | 1110 | 10 | 1000 | 100110101 | 101110 | 1010101 |
Color Harmonies of #EBC9E6
Complementary color
Monochromatic Colors of #EBC9E6
Black with #EBC9E6
Text Example
Text Example
White with #EBC9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9E6; }
p { color: rgb(235,201,230); }
H1.HeaderClassName
{
color: #EBC9E6;
}
.AnyTagClassName
{
color: #EBC9E6;
}
</style>
background-color css
<style>
a { background-color: #EBC9E6; }
a { background-color: rgb(235,201,230); }
div.DivClassName
{
background-color: #EBC9E6;
}
.BgClassName
{
background-color: #EBC9E6;
}
</style>
border-color css
<style>
span { border-color: #EBC9E6; }
span { border-color: rgb(235,201,230); }
td.TdClassName
{
border-color: #EBC9E6;
}
.TagClassName
{
border-color: #EBC9E6;
}
</style>