Shades of Snuff #EBDDEA
Tints of Snuff #EBDDEA
RGB
CMYK
RGB Variations
Color information
#EBDDEA (or 0xEBDDEA) is known color: Snuff. HEX triplet: EB, DD and EA. RGB value is (235,221,234). Sum of RGB (Red+Green+Blue) = 235+221+234=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDEA is #142215. Grayscale: #E2E2E2. Windows color (decimal): -1319446 or 15392235. OLE color: 15392235.
HSL color Cylindrical-coordinate representation of color #EBDDEA: hue angle of 304.29º degrees, saturation: 0.26, 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 #EBDDEA is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 234 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.08 |
| HSL | 304.29º | 0.26% | 0.89% | - |
| HSV(B) | 304.29º | 0.06% | 0.92% | - |
| XYZ | 74.97 | 75.32 | 88.43 | - |
| YUV | 226.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 234 | 0 | 0.06 | 0.00 | 0.08 | 304.29 | 0.26 | 0.89 |
| Hex | EB | DD | EA | 0 | 6 | 0 | 8 | 130 | 1A | 59 |
| Octal | 353 | 335 | 352 | 0 | 6 | 0 | 10 | 460 | 32 | 131 |
| Binary | 11101011 | 11011101 | 11101010 | 0 | 110 | 0 | 1000 | 100110000 | 11010 | 1011001 |
Color Harmonies of #EBDDEA
Complementary color
Monochromatic Colors of #EBDDEA
Black with #EBDDEA
Text Example
Text Example
White with #EBDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDEA; }
p { color: rgb(235,221,234); }
H1.HeaderClassName
{
color: #EBDDEA;
}
.AnyTagClassName
{
color: #EBDDEA;
}
</style>
background-color css
<style>
a { background-color: #EBDDEA; }
a { background-color: rgb(235,221,234); }
div.DivClassName
{
background-color: #EBDDEA;
}
.BgClassName
{
background-color: #EBDDEA;
}
</style>
border-color css
<style>
span { border-color: #EBDDEA; }
span { border-color: rgb(235,221,234); }
td.TdClassName
{
border-color: #EBDDEA;
}
.TagClassName
{
border-color: #EBDDEA;
}
</style>