Shades of Snuff #EDE4EB
Tints of Snuff #EDE4EB
RGB
CMYK
RGB Variations
Color information
#EDE4EB (or 0xEDE4EB) is known color: Snuff. HEX triplet: ED, E4 and EB. RGB value is (237,228,235). Sum of RGB (Red+Green+Blue) = 237+228+235=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4EB is #121B14. Grayscale: #E7E7E7. Windows color (decimal): -1186581 or 15459565. OLE color: 15459565.
HSL color Cylindrical-coordinate representation of color #EDE4EB: hue angle of 313.33º degrees, saturation: 0.2, 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 #EDE4EB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 235 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.07 |
| HSL | 313.33º | 0.2% | 0.91% | - |
| HSV(B) | 313.33º | 0.04% | 0.93% | - |
| XYZ | 77.66 | 79.49 | 89.85 | - |
| YUV | 231.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 235 | 0 | 0.04 | 0.01 | 0.07 | 313.33 | 0.2 | 0.91 |
| Hex | ED | E4 | EB | 0 | 4 | 1 | 7 | 139 | 14 | 5B |
| Octal | 355 | 344 | 353 | 0 | 4 | 1 | 7 | 471 | 24 | 133 |
| Binary | 11101101 | 11100100 | 11101011 | 0 | 100 | 1 | 111 | 100111001 | 10100 | 1011011 |
Color Harmonies of #EDE4EB
Complementary color
Monochromatic Colors of #EDE4EB
Black with #EDE4EB
Text Example
Text Example
White with #EDE4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4EB; }
p { color: rgb(237,228,235); }
H1.HeaderClassName
{
color: #EDE4EB;
}
.AnyTagClassName
{
color: #EDE4EB;
}
</style>
background-color css
<style>
a { background-color: #EDE4EB; }
a { background-color: rgb(237,228,235); }
div.DivClassName
{
background-color: #EDE4EB;
}
.BgClassName
{
background-color: #EDE4EB;
}
</style>
border-color css
<style>
span { border-color: #EDE4EB; }
span { border-color: rgb(237,228,235); }
td.TdClassName
{
border-color: #EDE4EB;
}
.TagClassName
{
border-color: #EDE4EB;
}
</style>