Shades of Snuff #EBD8E8
Tints of Snuff #EBD8E8
RGB
CMYK
RGB Variations
Color information
#EBD8E8 (or 0xEBD8E8) is known color: Snuff. HEX triplet: EB, D8 and E8. RGB value is (235,216,232). Sum of RGB (Red+Green+Blue) = 235+216+232=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8E8 is #142717. Grayscale: #DFDFDF. Windows color (decimal): -1320728 or 15259883. OLE color: 15259883.
HSL color Cylindrical-coordinate representation of color #EBD8E8: hue angle of 309.47º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBD8E8 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 232 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.08 |
| HSL | 309.47º | 0.32% | 0.88% | - |
| HSV(B) | 309.47º | 0.08% | 0.92% | - |
| XYZ | 73.38 | 72.6 | 86.49 | - |
| YUV | 223.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 232 | 0 | 0.08 | 0.01 | 0.08 | 309.47 | 0.32 | 0.88 |
| Hex | EB | D8 | E8 | 0 | 8 | 1 | 8 | 135 | 20 | 58 |
| Octal | 353 | 330 | 350 | 0 | 10 | 1 | 10 | 465 | 40 | 130 |
| Binary | 11101011 | 11011000 | 11101000 | 0 | 1000 | 1 | 1000 | 100110101 | 100000 | 1011000 |
Color Harmonies of #EBD8E8
Complementary color
Monochromatic Colors of #EBD8E8
Black with #EBD8E8
Text Example
Text Example
White with #EBD8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8E8; }
p { color: rgb(235,216,232); }
H1.HeaderClassName
{
color: #EBD8E8;
}
.AnyTagClassName
{
color: #EBD8E8;
}
</style>
background-color css
<style>
a { background-color: #EBD8E8; }
a { background-color: rgb(235,216,232); }
div.DivClassName
{
background-color: #EBD8E8;
}
.BgClassName
{
background-color: #EBD8E8;
}
</style>
border-color css
<style>
span { border-color: #EBD8E8; }
span { border-color: rgb(235,216,232); }
td.TdClassName
{
border-color: #EBD8E8;
}
.TagClassName
{
border-color: #EBD8E8;
}
</style>