Shades of Snuff #EBD3E8
Tints of Snuff #EBD3E8
RGB
CMYK
RGB Variations
Color information
#EBD3E8 (or 0xEBD3E8) is known color: Snuff. HEX triplet: EB, D3 and E8. RGB value is (235,211,232). Sum of RGB (Red+Green+Blue) = 235+211+232=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 211 (82.81% from 255 or 31.12% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3E8 is #142C17. Grayscale: #DCDCDC. Windows color (decimal): -1322008 or 15258603. OLE color: 15258603.
HSL color Cylindrical-coordinate representation of color #EBD3E8: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD3E8 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 232 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.08 |
| HSL | 307.5º | 0.38% | 0.87% | - |
| HSV(B) | 307.5º | 0.1% | 0.92% | - |
| XYZ | 72.12 | 70.08 | 86.07 | - |
| YUV | 220.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 232 | 0 | 0.10 | 0.01 | 0.08 | 307.5 | 0.38 | 0.87 |
| Hex | EB | D3 | E8 | 0 | A | 1 | 8 | 134 | 26 | 57 |
| Octal | 353 | 323 | 350 | 0 | 12 | 1 | 10 | 464 | 46 | 127 |
| Binary | 11101011 | 11010011 | 11101000 | 0 | 1010 | 1 | 1000 | 100110100 | 100110 | 1010111 |
Color Harmonies of #EBD3E8
Complementary color
Monochromatic Colors of #EBD3E8
Black with #EBD3E8
Text Example
Text Example
White with #EBD3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3E8; }
p { color: rgb(235,211,232); }
H1.HeaderClassName
{
color: #EBD3E8;
}
.AnyTagClassName
{
color: #EBD3E8;
}
</style>
background-color css
<style>
a { background-color: #EBD3E8; }
a { background-color: rgb(235,211,232); }
div.DivClassName
{
background-color: #EBD3E8;
}
.BgClassName
{
background-color: #EBD3E8;
}
</style>
border-color css
<style>
span { border-color: #EBD3E8; }
span { border-color: rgb(235,211,232); }
td.TdClassName
{
border-color: #EBD3E8;
}
.TagClassName
{
border-color: #EBD3E8;
}
</style>