Shades of Snuff #EBC9E8
Tints of Snuff #EBC9E8
RGB
CMYK
RGB Variations
Color information
#EBC9E8 (or 0xEBC9E8) is known color: Snuff. HEX triplet: EB, C9 and E8. RGB value is (235,201,232). Sum of RGB (Red+Green+Blue) = 235+201+232=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9E8 is #143617. Grayscale: #D6D6D6. Windows color (decimal): -1324568 or 15256043. OLE color: 15256043.
HSL color Cylindrical-coordinate representation of color #EBC9E8: hue angle of 305.29º 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 #EBC9E8 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 232 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.08 |
| HSL | 305.29º | 0.46% | 0.85% | - |
| HSV(B) | 305.29º | 0.14% | 0.92% | - |
| XYZ | 69.71 | 65.26 | 85.27 | - |
| YUV | 214.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 232 | 0 | 0.14 | 0.01 | 0.08 | 305.29 | 0.46 | 0.85 |
| Hex | EB | C9 | E8 | 0 | E | 1 | 8 | 131 | 2E | 55 |
| Octal | 353 | 311 | 350 | 0 | 16 | 1 | 10 | 461 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11101000 | 0 | 1110 | 1 | 1000 | 100110001 | 101110 | 1010101 |
Color Harmonies of #EBC9E8
Complementary color
Monochromatic Colors of #EBC9E8
Black with #EBC9E8
Text Example
Text Example
White with #EBC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9E8; }
p { color: rgb(235,201,232); }
H1.HeaderClassName
{
color: #EBC9E8;
}
.AnyTagClassName
{
color: #EBC9E8;
}
</style>
background-color css
<style>
a { background-color: #EBC9E8; }
a { background-color: rgb(235,201,232); }
div.DivClassName
{
background-color: #EBC9E8;
}
.BgClassName
{
background-color: #EBC9E8;
}
</style>
border-color css
<style>
span { border-color: #EBC9E8; }
span { border-color: rgb(235,201,232); }
td.TdClassName
{
border-color: #EBC9E8;
}
.TagClassName
{
border-color: #EBC9E8;
}
</style>