Shades of Snuff #EBD0F0
Tints of Snuff #EBD0F0
RGB
CMYK
RGB Variations
Color information
#EBD0F0 (or 0xEBD0F0) is known color: Snuff. HEX triplet: EB, D0 and F0. RGB value is (235,208,240). Sum of RGB (Red+Green+Blue) = 235+208+240=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBD0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0F0 is #142F0F. Grayscale: #DBDBDB. Windows color (decimal): -1322768 or 15782123. OLE color: 15782123.
HSL color Cylindrical-coordinate representation of color #EBD0F0: hue angle of 290.62º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBD0F0 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 208 | 240 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.06 |
| HSL | 290.63º | 0.52% | 0.88% | - |
| HSV(B) | 290.63º | 0.13% | 0.94% | - |
| XYZ | 72.55 | 69.07 | 91.95 | - |
| YUV | 219.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 240 | 0.02 | 0.13 | 0 | 0.06 | 290.63 | 0.52 | 0.88 |
| Hex | EB | D0 | F0 | 2 | D | 0 | 6 | 123 | 34 | 58 |
| Octal | 353 | 320 | 360 | 2 | 15 | 0 | 6 | 443 | 64 | 130 |
| Binary | 11101011 | 11010000 | 11110000 | 10 | 1101 | 0 | 110 | 100100011 | 110100 | 1011000 |
Color Harmonies of #EBD0F0
Complementary color
Monochromatic Colors of #EBD0F0
Black with #EBD0F0
Text Example
Text Example
White with #EBD0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0F0; }
p { color: rgb(235,208,240); }
H1.HeaderClassName
{
color: #EBD0F0;
}
.AnyTagClassName
{
color: #EBD0F0;
}
</style>
background-color css
<style>
a { background-color: #EBD0F0; }
a { background-color: rgb(235,208,240); }
div.DivClassName
{
background-color: #EBD0F0;
}
.BgClassName
{
background-color: #EBD0F0;
}
</style>
border-color css
<style>
span { border-color: #EBD0F0; }
span { border-color: rgb(235,208,240); }
td.TdClassName
{
border-color: #EBD0F0;
}
.TagClassName
{
border-color: #EBD0F0;
}
</style>