Shades of Snuff #EED1EC
Tints of Snuff #EED1EC
RGB
CMYK
RGB Variations
Color information
#EED1EC (or 0xEED1EC) is known color: Snuff. HEX triplet: EE, D1 and EC. RGB value is (238,209,236). Sum of RGB (Red+Green+Blue) = 238+209+236=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1EC is #112E13. Grayscale: #DCDCDC. Windows color (decimal): -1125908 or 15520238. OLE color: 15520238.
HSL color Cylindrical-coordinate representation of color #EED1EC: hue angle of 304.14º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1EC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 236 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.07 |
| HSL | 304.14º | 0.46% | 0.88% | - |
| HSV(B) | 304.14º | 0.12% | 0.93% | - |
| XYZ | 73.2 | 69.83 | 88.98 | - |
| YUV | 220.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 236 | 0 | 0.12 | 0.01 | 0.07 | 304.14 | 0.46 | 0.88 |
| Hex | EE | D1 | EC | 0 | C | 1 | 7 | 130 | 2E | 58 |
| Octal | 356 | 321 | 354 | 0 | 14 | 1 | 7 | 460 | 56 | 130 |
| Binary | 11101110 | 11010001 | 11101100 | 0 | 1100 | 1 | 111 | 100110000 | 101110 | 1011000 |
Color Harmonies of #EED1EC
Complementary color
Monochromatic Colors of #EED1EC
Black with #EED1EC
Text Example
Text Example
White with #EED1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1EC; }
p { color: rgb(238,209,236); }
H1.HeaderClassName
{
color: #EED1EC;
}
.AnyTagClassName
{
color: #EED1EC;
}
</style>
background-color css
<style>
a { background-color: #EED1EC; }
a { background-color: rgb(238,209,236); }
div.DivClassName
{
background-color: #EED1EC;
}
.BgClassName
{
background-color: #EED1EC;
}
</style>
border-color css
<style>
span { border-color: #EED1EC; }
span { border-color: rgb(238,209,236); }
td.TdClassName
{
border-color: #EED1EC;
}
.TagClassName
{
border-color: #EED1EC;
}
</style>