Shades of Snuff #EDE3EB
Tints of Snuff #EDE3EB
RGB
CMYK
RGB Variations
Color information
#EDE3EB (or 0xEDE3EB) is known color: Snuff. HEX triplet: ED, E3 and EB. RGB value is (237,227,235). Sum of RGB (Red+Green+Blue) = 237+227+235=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3EB is #121C14. Grayscale: #E6E6E6. Windows color (decimal): -1186837 or 15459309. OLE color: 15459309.
HSL color Cylindrical-coordinate representation of color #EDE3EB: hue angle of 312º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE3EB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 235 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.07 |
| HSL | 312º | 0.22% | 0.91% | - |
| HSV(B) | 312º | 0.04% | 0.93% | - |
| XYZ | 77.39 | 78.94 | 89.76 | - |
| YUV | 230.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 235 | 0 | 0.04 | 0.01 | 0.07 | 312 | 0.22 | 0.91 |
| Hex | ED | E3 | EB | 0 | 4 | 1 | 7 | 138 | 16 | 5B |
| Octal | 355 | 343 | 353 | 0 | 4 | 1 | 7 | 470 | 26 | 133 |
| Binary | 11101101 | 11100011 | 11101011 | 0 | 100 | 1 | 111 | 100111000 | 10110 | 1011011 |
Color Harmonies of #EDE3EB
Complementary color
Monochromatic Colors of #EDE3EB
Black with #EDE3EB
Text Example
Text Example
White with #EDE3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3EB; }
p { color: rgb(237,227,235); }
H1.HeaderClassName
{
color: #EDE3EB;
}
.AnyTagClassName
{
color: #EDE3EB;
}
</style>
background-color css
<style>
a { background-color: #EDE3EB; }
a { background-color: rgb(237,227,235); }
div.DivClassName
{
background-color: #EDE3EB;
}
.BgClassName
{
background-color: #EDE3EB;
}
</style>
border-color css
<style>
span { border-color: #EDE3EB; }
span { border-color: rgb(237,227,235); }
td.TdClassName
{
border-color: #EDE3EB;
}
.TagClassName
{
border-color: #EDE3EB;
}
</style>