Shades of Snuff #EED9EF
Tints of Snuff #EED9EF
RGB
CMYK
RGB Variations
Color information
#EED9EF (or 0xEED9EF) is known color: Snuff. HEX triplet: EE, D9 and EF. RGB value is (238,217,239). Sum of RGB (Red+Green+Blue) = 238+217+239=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EF is #112610. Grayscale: #E1E1E1. Windows color (decimal): -1123857 or 15718894. OLE color: 15718894.
HSL color Cylindrical-coordinate representation of color #EED9EF: hue angle of 297.27º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED9EF is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 217 | 239 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.06 |
| HSL | 297.27º | 0.41% | 0.89% | - |
| HSV(B) | 297.27º | 0.09% | 0.94% | - |
| XYZ | 75.65 | 74.03 | 91.96 | - |
| YUV | 225.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 239 | 0.00 | 0.09 | 0 | 0.06 | 297.27 | 0.41 | 0.89 |
| Hex | EE | D9 | EF | 0 | 9 | 0 | 6 | 129 | 29 | 59 |
| Octal | 356 | 331 | 357 | 0 | 11 | 0 | 6 | 451 | 51 | 131 |
| Binary | 11101110 | 11011001 | 11101111 | 0 | 1001 | 0 | 110 | 100101001 | 101001 | 1011001 |
Color Harmonies of #EED9EF
Complementary color
Monochromatic Colors of #EED9EF
Black with #EED9EF
Text Example
Text Example
White with #EED9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9EF; }
p { color: rgb(238,217,239); }
H1.HeaderClassName
{
color: #EED9EF;
}
.AnyTagClassName
{
color: #EED9EF;
}
</style>
background-color css
<style>
a { background-color: #EED9EF; }
a { background-color: rgb(238,217,239); }
div.DivClassName
{
background-color: #EED9EF;
}
.BgClassName
{
background-color: #EED9EF;
}
</style>
border-color css
<style>
span { border-color: #EED9EF; }
span { border-color: rgb(238,217,239); }
td.TdClassName
{
border-color: #EED9EF;
}
.TagClassName
{
border-color: #EED9EF;
}
</style>