Shades of Snuff #EED9EA
Tints of Snuff #EED9EA
RGB
CMYK
RGB Variations
Color information
#EED9EA (or 0xEED9EA) is known color: Snuff. HEX triplet: EE, D9 and EA. RGB value is (238,217,234). Sum of RGB (Red+Green+Blue) = 238+217+234=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EA is #112615. Grayscale: #E1E1E1. Windows color (decimal): -1123862 or 15391214. OLE color: 15391214.
HSL color Cylindrical-coordinate representation of color #EED9EA: hue angle of 311.43º 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 #EED9EA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 234 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.07 |
| HSL | 311.43º | 0.38% | 0.89% | - |
| HSV(B) | 311.43º | 0.09% | 0.93% | - |
| XYZ | 74.92 | 73.74 | 88.13 | - |
| YUV | 225.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 234 | 0 | 0.09 | 0.02 | 0.07 | 311.43 | 0.38 | 0.89 |
| Hex | EE | D9 | EA | 0 | 9 | 2 | 7 | 137 | 26 | 59 |
| Octal | 356 | 331 | 352 | 0 | 11 | 2 | 7 | 467 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11101010 | 0 | 1001 | 10 | 111 | 100110111 | 100110 | 1011001 |
Color Harmonies of #EED9EA
Complementary color
Monochromatic Colors of #EED9EA
Black with #EED9EA
Text Example
Text Example
White with #EED9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9EA; }
p { color: rgb(238,217,234); }
H1.HeaderClassName
{
color: #EED9EA;
}
.AnyTagClassName
{
color: #EED9EA;
}
</style>
background-color css
<style>
a { background-color: #EED9EA; }
a { background-color: rgb(238,217,234); }
div.DivClassName
{
background-color: #EED9EA;
}
.BgClassName
{
background-color: #EED9EA;
}
</style>
border-color css
<style>
span { border-color: #EED9EA; }
span { border-color: rgb(238,217,234); }
td.TdClassName
{
border-color: #EED9EA;
}
.TagClassName
{
border-color: #EED9EA;
}
</style>