Shades of Snuff #EBD2E9
Tints of Snuff #EBD2E9
RGB
CMYK
RGB Variations
Color information
#EBD2E9 (or 0xEBD2E9) is known color: Snuff. HEX triplet: EB, D2 and E9. RGB value is (235,210,233). Sum of RGB (Red+Green+Blue) = 235+210+233=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2E9 is #142D16. Grayscale: #DCDCDC. Windows color (decimal): -1322263 or 15323883. OLE color: 15323883.
HSL color Cylindrical-coordinate representation of color #EBD2E9: hue angle of 304.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2E9 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 233 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.08 |
| HSL | 304.8º | 0.38% | 0.87% | - |
| HSV(B) | 304.8º | 0.11% | 0.92% | - |
| XYZ | 72.02 | 69.64 | 86.74 | - |
| YUV | 220.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 233 | 0 | 0.11 | 0.01 | 0.08 | 304.8 | 0.38 | 0.87 |
| Hex | EB | D2 | E9 | 0 | B | 1 | 8 | 131 | 26 | 57 |
| Octal | 353 | 322 | 351 | 0 | 13 | 1 | 10 | 461 | 46 | 127 |
| Binary | 11101011 | 11010010 | 11101001 | 0 | 1011 | 1 | 1000 | 100110001 | 100110 | 1010111 |
Color Harmonies of #EBD2E9
Complementary color
Monochromatic Colors of #EBD2E9
Black with #EBD2E9
Text Example
Text Example
White with #EBD2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2E9; }
p { color: rgb(235,210,233); }
H1.HeaderClassName
{
color: #EBD2E9;
}
.AnyTagClassName
{
color: #EBD2E9;
}
</style>
background-color css
<style>
a { background-color: #EBD2E9; }
a { background-color: rgb(235,210,233); }
div.DivClassName
{
background-color: #EBD2E9;
}
.BgClassName
{
background-color: #EBD2E9;
}
</style>
border-color css
<style>
span { border-color: #EBD2E9; }
span { border-color: rgb(235,210,233); }
td.TdClassName
{
border-color: #EBD2E9;
}
.TagClassName
{
border-color: #EBD2E9;
}
</style>