Shades of Snuff #EBDCEA
Tints of Snuff #EBDCEA
RGB
CMYK
RGB Variations
Color information
#EBDCEA (or 0xEBDCEA) is known color: Snuff. HEX triplet: EB, DC and EA. RGB value is (235,220,234). Sum of RGB (Red+Green+Blue) = 235+220+234=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCEA is #142315. Grayscale: #E2E2E2. Windows color (decimal): -1319702 or 15391979. OLE color: 15391979.
HSL color Cylindrical-coordinate representation of color #EBDCEA: hue angle of 304º 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 #EBDCEA is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 234 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.08 |
| HSL | 304º | 0.27% | 0.89% | - |
| HSV(B) | 304º | 0.06% | 0.92% | - |
| XYZ | 74.71 | 74.79 | 88.34 | - |
| YUV | 226.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 234 | 0 | 0.06 | 0.00 | 0.08 | 304 | 0.27 | 0.89 |
| Hex | EB | DC | EA | 0 | 6 | 0 | 8 | 130 | 1B | 59 |
| Octal | 353 | 334 | 352 | 0 | 6 | 0 | 10 | 460 | 33 | 131 |
| Binary | 11101011 | 11011100 | 11101010 | 0 | 110 | 0 | 1000 | 100110000 | 11011 | 1011001 |
Color Harmonies of #EBDCEA
Complementary color
Monochromatic Colors of #EBDCEA
Black with #EBDCEA
Text Example
Text Example
White with #EBDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCEA; }
p { color: rgb(235,220,234); }
H1.HeaderClassName
{
color: #EBDCEA;
}
.AnyTagClassName
{
color: #EBDCEA;
}
</style>
background-color css
<style>
a { background-color: #EBDCEA; }
a { background-color: rgb(235,220,234); }
div.DivClassName
{
background-color: #EBDCEA;
}
.BgClassName
{
background-color: #EBDCEA;
}
</style>
border-color css
<style>
span { border-color: #EBDCEA; }
span { border-color: rgb(235,220,234); }
td.TdClassName
{
border-color: #EBDCEA;
}
.TagClassName
{
border-color: #EBDCEA;
}
</style>