Shades of Snuff #EBD1ED
Tints of Snuff #EBD1ED
RGB
CMYK
RGB Variations
Color information
#EBD1ED (or 0xEBD1ED) is known color: Snuff. HEX triplet: EB, D1 and ED. RGB value is (235,209,237). Sum of RGB (Red+Green+Blue) = 235+209+237=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1ED is #142E12. Grayscale: #DBDBDB. Windows color (decimal): -1322515 or 15585771. OLE color: 15585771.
HSL color Cylindrical-coordinate representation of color #EBD1ED: hue angle of 295.71º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD1ED is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 209 | 237 | - |
CMYK | 0.01 | 0.12 | 0 | 0.07 |
HSL | 295.71º | 0.44% | 0.87% | - |
HSV(B) | 295.71º | 0.12% | 0.93% | - |
XYZ | 72.35 | 69.38 | 89.7 | - |
YUV | 219.97 | 137.61 | 138.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 209 | 237 | 0.01 | 0.12 | 0 | 0.07 | 295.71 | 0.44 | 0.87 |
Hex | EB | D1 | ED | 1 | C | 0 | 7 | 128 | 2C | 57 |
Octal | 353 | 321 | 355 | 1 | 14 | 0 | 7 | 450 | 54 | 127 |
Binary | 11101011 | 11010001 | 11101101 | 1 | 1100 | 0 | 111 | 100101000 | 101100 | 1010111 |
Color Harmonies of #EBD1ED
Complementary color
Monochromatic Colors of #EBD1ED
Black with #EBD1ED
Text Example
Text Example
White with #EBD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1ED; }
p { color: rgb(235,209,237); }
H1.HeaderClassName
{
color: #EBD1ED;
}
.AnyTagClassName
{
color: #EBD1ED;
}
</style>
background-color css
<style>
a { background-color: #EBD1ED; }
a { background-color: rgb(235,209,237); }
div.DivClassName
{
background-color: #EBD1ED;
}
.BgClassName
{
background-color: #EBD1ED;
}
</style>
border-color css
<style>
span { border-color: #EBD1ED; }
span { border-color: rgb(235,209,237); }
td.TdClassName
{
border-color: #EBD1ED;
}
.TagClassName
{
border-color: #EBD1ED;
}
</style>