Shades of Snuff #EED9E9
Tints of Snuff #EED9E9
RGB
CMYK
RGB Variations
Color information
#EED9E9 (or 0xEED9E9) is known color: Snuff. HEX triplet: EE, D9 and E9. RGB value is (238,217,233). Sum of RGB (Red+Green+Blue) = 238+217+233=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9E9 is #112616. Grayscale: #E1E1E1. Windows color (decimal): -1123863 or 15325678. OLE color: 15325678.
HSL color Cylindrical-coordinate representation of color #EED9E9: hue angle of 314.29º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EED9E9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 233 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.07 |
| HSL | 314.29º | 0.38% | 0.89% | - |
| HSV(B) | 314.29º | 0.09% | 0.93% | - |
| XYZ | 74.78 | 73.69 | 87.37 | - |
| YUV | 225.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 233 | 0 | 0.09 | 0.02 | 0.07 | 314.29 | 0.38 | 0.89 |
| Hex | EE | D9 | E9 | 0 | 9 | 2 | 7 | 13A | 26 | 59 |
| Octal | 356 | 331 | 351 | 0 | 11 | 2 | 7 | 472 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11101001 | 0 | 1001 | 10 | 111 | 100111010 | 100110 | 1011001 |
Color Harmonies of #EED9E9
Complementary color
Monochromatic Colors of #EED9E9
Black with #EED9E9
Text Example
Text Example
White with #EED9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9E9; }
p { color: rgb(238,217,233); }
H1.HeaderClassName
{
color: #EED9E9;
}
.AnyTagClassName
{
color: #EED9E9;
}
</style>
background-color css
<style>
a { background-color: #EED9E9; }
a { background-color: rgb(238,217,233); }
div.DivClassName
{
background-color: #EED9E9;
}
.BgClassName
{
background-color: #EED9E9;
}
</style>
border-color css
<style>
span { border-color: #EED9E9; }
span { border-color: rgb(238,217,233); }
td.TdClassName
{
border-color: #EED9E9;
}
.TagClassName
{
border-color: #EED9E9;
}
</style>