Shades of Snuff #EED9ED
Tints of Snuff #EED9ED
RGB
CMYK
RGB Variations
Color information
#EED9ED (or 0xEED9ED) is known color: Snuff. HEX triplet: EE, D9 and ED. RGB value is (238,217,237). Sum of RGB (Red+Green+Blue) = 238+217+237=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9ED is #112612. Grayscale: #E1E1E1. Windows color (decimal): -1123859 or 15587822. OLE color: 15587822.
HSL color Cylindrical-coordinate representation of color #EED9ED: hue angle of 302.86º 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 #EED9ED is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 237 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.07 |
| HSL | 302.86º | 0.38% | 0.89% | - |
| HSV(B) | 302.86º | 0.09% | 0.93% | - |
| XYZ | 75.36 | 73.92 | 90.42 | - |
| YUV | 225.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 237 | 0 | 0.09 | 0.00 | 0.07 | 302.86 | 0.38 | 0.89 |
| Hex | EE | D9 | ED | 0 | 9 | 0 | 7 | 12F | 26 | 59 |
| Octal | 356 | 331 | 355 | 0 | 11 | 0 | 7 | 457 | 46 | 131 |
| Binary | 11101110 | 11011001 | 11101101 | 0 | 1001 | 0 | 111 | 100101111 | 100110 | 1011001 |
Color Harmonies of #EED9ED
Complementary color
Monochromatic Colors of #EED9ED
Black with #EED9ED
Text Example
Text Example
White with #EED9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9ED; }
p { color: rgb(238,217,237); }
H1.HeaderClassName
{
color: #EED9ED;
}
.AnyTagClassName
{
color: #EED9ED;
}
</style>
background-color css
<style>
a { background-color: #EED9ED; }
a { background-color: rgb(238,217,237); }
div.DivClassName
{
background-color: #EED9ED;
}
.BgClassName
{
background-color: #EED9ED;
}
</style>
border-color css
<style>
span { border-color: #EED9ED; }
span { border-color: rgb(238,217,237); }
td.TdClassName
{
border-color: #EED9ED;
}
.TagClassName
{
border-color: #EED9ED;
}
</style>