Shades of Snuff #EED6EC
Tints of Snuff #EED6EC
RGB
CMYK
RGB Variations
Color information
#EED6EC (or 0xEED6EC) is known color: Snuff. HEX triplet: EE, D6 and EC. RGB value is (238,214,236). Sum of RGB (Red+Green+Blue) = 238+214+236=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6EC is #112913. Grayscale: #DFDFDF. Windows color (decimal): -1124628 or 15521518. OLE color: 15521518.
HSL color Cylindrical-coordinate representation of color #EED6EC: hue angle of 305º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6EC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 236 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.07 |
| HSL | 305º | 0.41% | 0.89% | - |
| HSV(B) | 305º | 0.1% | 0.93% | - |
| XYZ | 74.45 | 72.33 | 89.39 | - |
| YUV | 223.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 236 | 0 | 0.10 | 0.01 | 0.07 | 305 | 0.41 | 0.89 |
| Hex | EE | D6 | EC | 0 | A | 1 | 7 | 131 | 29 | 59 |
| Octal | 356 | 326 | 354 | 0 | 12 | 1 | 7 | 461 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11101100 | 0 | 1010 | 1 | 111 | 100110001 | 101001 | 1011001 |
Color Harmonies of #EED6EC
Complementary color
Monochromatic Colors of #EED6EC
Black with #EED6EC
Text Example
Text Example
White with #EED6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6EC; }
p { color: rgb(238,214,236); }
H1.HeaderClassName
{
color: #EED6EC;
}
.AnyTagClassName
{
color: #EED6EC;
}
</style>
background-color css
<style>
a { background-color: #EED6EC; }
a { background-color: rgb(238,214,236); }
div.DivClassName
{
background-color: #EED6EC;
}
.BgClassName
{
background-color: #EED6EC;
}
</style>
border-color css
<style>
span { border-color: #EED6EC; }
span { border-color: rgb(238,214,236); }
td.TdClassName
{
border-color: #EED6EC;
}
.TagClassName
{
border-color: #EED6EC;
}
</style>