Shades of Snuff #EED0EC
Tints of Snuff #EED0EC
RGB
CMYK
RGB Variations
Color information
#EED0EC (or 0xEED0EC) is known color: Snuff. HEX triplet: EE, D0 and EC. RGB value is (238,208,236). Sum of RGB (Red+Green+Blue) = 238+208+236=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0EC is #112F13. Grayscale: #DCDCDC. Windows color (decimal): -1126164 or 15519982. OLE color: 15519982.
HSL color Cylindrical-coordinate representation of color #EED0EC: hue angle of 304º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0EC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 236 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.07 |
| HSL | 304º | 0.47% | 0.87% | - |
| HSV(B) | 304º | 0.13% | 0.93% | - |
| XYZ | 72.96 | 69.35 | 88.9 | - |
| YUV | 220.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 236 | 0 | 0.13 | 0.01 | 0.07 | 304 | 0.47 | 0.87 |
| Hex | EE | D0 | EC | 0 | D | 1 | 7 | 130 | 2F | 57 |
| Octal | 356 | 320 | 354 | 0 | 15 | 1 | 7 | 460 | 57 | 127 |
| Binary | 11101110 | 11010000 | 11101100 | 0 | 1101 | 1 | 111 | 100110000 | 101111 | 1010111 |
Color Harmonies of #EED0EC
Complementary color
Monochromatic Colors of #EED0EC
Black with #EED0EC
Text Example
Text Example
White with #EED0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0EC; }
p { color: rgb(238,208,236); }
H1.HeaderClassName
{
color: #EED0EC;
}
.AnyTagClassName
{
color: #EED0EC;
}
</style>
background-color css
<style>
a { background-color: #EED0EC; }
a { background-color: rgb(238,208,236); }
div.DivClassName
{
background-color: #EED0EC;
}
.BgClassName
{
background-color: #EED0EC;
}
</style>
border-color css
<style>
span { border-color: #EED0EC; }
span { border-color: rgb(238,208,236); }
td.TdClassName
{
border-color: #EED0EC;
}
.TagClassName
{
border-color: #EED0EC;
}
</style>