Shades of Snuff #EBCDE9
Tints of Snuff #EBCDE9
RGB
CMYK
RGB Variations
Color information
#EBCDE9 (or 0xEBCDE9) is known color: Snuff. HEX triplet: EB, CD and E9. RGB value is (235,205,233). Sum of RGB (Red+Green+Blue) = 235+205+233=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDE9 is #143216. Grayscale: #D9D9D9. Windows color (decimal): -1323543 or 15322603. OLE color: 15322603.
HSL color Cylindrical-coordinate representation of color #EBCDE9: hue angle of 304º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDE9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 233 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.08 |
| HSL | 304º | 0.43% | 0.86% | - |
| HSV(B) | 304º | 0.13% | 0.92% | - |
| XYZ | 70.8 | 67.21 | 86.33 | - |
| YUV | 217.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 233 | 0 | 0.13 | 0.01 | 0.08 | 304 | 0.43 | 0.86 |
| Hex | EB | CD | E9 | 0 | D | 1 | 8 | 130 | 2B | 56 |
| Octal | 353 | 315 | 351 | 0 | 15 | 1 | 10 | 460 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11101001 | 0 | 1101 | 1 | 1000 | 100110000 | 101011 | 1010110 |
Color Harmonies of #EBCDE9
Complementary color
Monochromatic Colors of #EBCDE9
Black with #EBCDE9
Text Example
Text Example
White with #EBCDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDE9; }
p { color: rgb(235,205,233); }
H1.HeaderClassName
{
color: #EBCDE9;
}
.AnyTagClassName
{
color: #EBCDE9;
}
</style>
background-color css
<style>
a { background-color: #EBCDE9; }
a { background-color: rgb(235,205,233); }
div.DivClassName
{
background-color: #EBCDE9;
}
.BgClassName
{
background-color: #EBCDE9;
}
</style>
border-color css
<style>
span { border-color: #EBCDE9; }
span { border-color: rgb(235,205,233); }
td.TdClassName
{
border-color: #EBCDE9;
}
.TagClassName
{
border-color: #EBCDE9;
}
</style>