Shades of Snuff #EDE0E9
Tints of Snuff #EDE0E9
RGB
CMYK
RGB Variations
Color information
#EDE0E9 (or 0xEDE0E9) is known color: Snuff. HEX triplet: ED, E0 and E9. RGB value is (237,224,233). Sum of RGB (Red+Green+Blue) = 237+224+233=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0E9 is #121F16. Grayscale: #E4E4E4. Windows color (decimal): -1187607 or 15327469. OLE color: 15327469.
HSL color Cylindrical-coordinate representation of color #EDE0E9: hue angle of 318.46º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE0E9 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 233 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.07 |
| HSL | 318.46º | 0.27% | 0.9% | - |
| HSV(B) | 318.46º | 0.05% | 0.93% | - |
| XYZ | 76.29 | 77.2 | 87.97 | - |
| YUV | 228.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 233 | 0 | 0.05 | 0.02 | 0.07 | 318.46 | 0.27 | 0.9 |
| Hex | ED | E0 | E9 | 0 | 5 | 2 | 7 | 13E | 1B | 5A |
| Octal | 355 | 340 | 351 | 0 | 5 | 2 | 7 | 476 | 33 | 132 |
| Binary | 11101101 | 11100000 | 11101001 | 0 | 101 | 10 | 111 | 100111110 | 11011 | 1011010 |
Color Harmonies of #EDE0E9
Complementary color
Monochromatic Colors of #EDE0E9
Black with #EDE0E9
Text Example
Text Example
White with #EDE0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0E9; }
p { color: rgb(237,224,233); }
H1.HeaderClassName
{
color: #EDE0E9;
}
.AnyTagClassName
{
color: #EDE0E9;
}
</style>
background-color css
<style>
a { background-color: #EDE0E9; }
a { background-color: rgb(237,224,233); }
div.DivClassName
{
background-color: #EDE0E9;
}
.BgClassName
{
background-color: #EDE0E9;
}
</style>
border-color css
<style>
span { border-color: #EDE0E9; }
span { border-color: rgb(237,224,233); }
td.TdClassName
{
border-color: #EDE0E9;
}
.TagClassName
{
border-color: #EDE0E9;
}
</style>