Shades of Snuff #EDE2EB
Tints of Snuff #EDE2EB
RGB
CMYK
RGB Variations
Color information
#EDE2EB (or 0xEDE2EB) is known color: Snuff. HEX triplet: ED, E2 and EB. RGB value is (237,226,235). Sum of RGB (Red+Green+Blue) = 237+226+235=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2EB is #121D14. Grayscale: #E6E6E6. Windows color (decimal): -1187093 or 15459053. OLE color: 15459053.
HSL color Cylindrical-coordinate representation of color #EDE2EB: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE2EB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 235 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.07 |
| HSL | 310.91º | 0.23% | 0.91% | - |
| HSV(B) | 310.91º | 0.05% | 0.93% | - |
| XYZ | 77.12 | 78.4 | 89.66 | - |
| YUV | 230.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 235 | 0 | 0.05 | 0.01 | 0.07 | 310.91 | 0.23 | 0.91 |
| Hex | ED | E2 | EB | 0 | 5 | 1 | 7 | 137 | 17 | 5B |
| Octal | 355 | 342 | 353 | 0 | 5 | 1 | 7 | 467 | 27 | 133 |
| Binary | 11101101 | 11100010 | 11101011 | 0 | 101 | 1 | 111 | 100110111 | 10111 | 1011011 |
Color Harmonies of #EDE2EB
Complementary color
Monochromatic Colors of #EDE2EB
Black with #EDE2EB
Text Example
Text Example
White with #EDE2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2EB; }
p { color: rgb(237,226,235); }
H1.HeaderClassName
{
color: #EDE2EB;
}
.AnyTagClassName
{
color: #EDE2EB;
}
</style>
background-color css
<style>
a { background-color: #EDE2EB; }
a { background-color: rgb(237,226,235); }
div.DivClassName
{
background-color: #EDE2EB;
}
.BgClassName
{
background-color: #EDE2EB;
}
</style>
border-color css
<style>
span { border-color: #EDE2EB; }
span { border-color: rgb(237,226,235); }
td.TdClassName
{
border-color: #EDE2EB;
}
.TagClassName
{
border-color: #EDE2EB;
}
</style>