Shades of Snuff #EED5EC
Tints of Snuff #EED5EC
RGB
CMYK
RGB Variations
Color information
#EED5EC (or 0xEED5EC) is known color: Snuff. HEX triplet: EE, D5 and EC. RGB value is (238,213,236). Sum of RGB (Red+Green+Blue) = 238+213+236=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5EC is #112A13. Grayscale: #DFDFDF. Windows color (decimal): -1124884 or 15521262. OLE color: 15521262.
HSL color Cylindrical-coordinate representation of color #EED5EC: hue angle of 304.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED5EC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 236 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.07 |
| HSL | 304.8º | 0.42% | 0.88% | - |
| HSV(B) | 304.8º | 0.11% | 0.93% | - |
| XYZ | 74.19 | 71.82 | 89.31 | - |
| YUV | 223.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 236 | 0 | 0.11 | 0.01 | 0.07 | 304.8 | 0.42 | 0.88 |
| Hex | EE | D5 | EC | 0 | B | 1 | 7 | 131 | 2A | 58 |
| Octal | 356 | 325 | 354 | 0 | 13 | 1 | 7 | 461 | 52 | 130 |
| Binary | 11101110 | 11010101 | 11101100 | 0 | 1011 | 1 | 111 | 100110001 | 101010 | 1011000 |
Color Harmonies of #EED5EC
Complementary color
Monochromatic Colors of #EED5EC
Black with #EED5EC
Text Example
Text Example
White with #EED5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5EC; }
p { color: rgb(238,213,236); }
H1.HeaderClassName
{
color: #EED5EC;
}
.AnyTagClassName
{
color: #EED5EC;
}
</style>
background-color css
<style>
a { background-color: #EED5EC; }
a { background-color: rgb(238,213,236); }
div.DivClassName
{
background-color: #EED5EC;
}
.BgClassName
{
background-color: #EED5EC;
}
</style>
border-color css
<style>
span { border-color: #EED5EC; }
span { border-color: rgb(238,213,236); }
td.TdClassName
{
border-color: #EED5EC;
}
.TagClassName
{
border-color: #EED5EC;
}
</style>