Shades of Snuff #EBDCE8
Tints of Snuff #EBDCE8
RGB
CMYK
RGB Variations
Color information
#EBDCE8 (or 0xEBDCE8) is known color: Snuff. HEX triplet: EB, DC and E8. RGB value is (235,220,232). Sum of RGB (Red+Green+Blue) = 235+220+232=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCE8 is #142317. Grayscale: #E1E1E1. Windows color (decimal): -1319704 or 15260907. OLE color: 15260907.
HSL color Cylindrical-coordinate representation of color #EBDCE8: hue angle of 312º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDCE8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 232 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.08 |
| HSL | 312º | 0.27% | 0.89% | - |
| HSV(B) | 312º | 0.06% | 0.92% | - |
| XYZ | 74.42 | 74.67 | 86.84 | - |
| YUV | 225.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 232 | 0 | 0.06 | 0.01 | 0.08 | 312 | 0.27 | 0.89 |
| Hex | EB | DC | E8 | 0 | 6 | 1 | 8 | 138 | 1B | 59 |
| Octal | 353 | 334 | 350 | 0 | 6 | 1 | 10 | 470 | 33 | 131 |
| Binary | 11101011 | 11011100 | 11101000 | 0 | 110 | 1 | 1000 | 100111000 | 11011 | 1011001 |
Color Harmonies of #EBDCE8
Complementary color
Monochromatic Colors of #EBDCE8
Black with #EBDCE8
Text Example
Text Example
White with #EBDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCE8; }
p { color: rgb(235,220,232); }
H1.HeaderClassName
{
color: #EBDCE8;
}
.AnyTagClassName
{
color: #EBDCE8;
}
</style>
background-color css
<style>
a { background-color: #EBDCE8; }
a { background-color: rgb(235,220,232); }
div.DivClassName
{
background-color: #EBDCE8;
}
.BgClassName
{
background-color: #EBDCE8;
}
</style>
border-color css
<style>
span { border-color: #EBDCE8; }
span { border-color: rgb(235,220,232); }
td.TdClassName
{
border-color: #EBDCE8;
}
.TagClassName
{
border-color: #EBDCE8;
}
</style>