Shades of Snuff #EED8E9
Tints of Snuff #EED8E9
RGB
CMYK
RGB Variations
Color information
#EED8E9 (or 0xEED8E9) is known color: Snuff. HEX triplet: EE, D8 and E9. RGB value is (238,216,233). Sum of RGB (Red+Green+Blue) = 238+216+233=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8E9 is #112716. Grayscale: #E0E0E0. Windows color (decimal): -1124119 or 15325422. OLE color: 15325422.
HSL color Cylindrical-coordinate representation of color #EED8E9: hue angle of 313.64º degrees, saturation: 0.39, 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 #EED8E9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 233 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.07 |
| HSL | 313.64º | 0.39% | 0.89% | - |
| HSV(B) | 313.64º | 0.09% | 0.93% | - |
| XYZ | 74.52 | 73.17 | 87.29 | - |
| YUV | 224.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 233 | 0 | 0.09 | 0.02 | 0.07 | 313.64 | 0.39 | 0.89 |
| Hex | EE | D8 | E9 | 0 | 9 | 2 | 7 | 13A | 27 | 59 |
| Octal | 356 | 330 | 351 | 0 | 11 | 2 | 7 | 472 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11101001 | 0 | 1001 | 10 | 111 | 100111010 | 100111 | 1011001 |
Color Harmonies of #EED8E9
Complementary color
Monochromatic Colors of #EED8E9
Black with #EED8E9
Text Example
Text Example
White with #EED8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8E9; }
p { color: rgb(238,216,233); }
H1.HeaderClassName
{
color: #EED8E9;
}
.AnyTagClassName
{
color: #EED8E9;
}
</style>
background-color css
<style>
a { background-color: #EED8E9; }
a { background-color: rgb(238,216,233); }
div.DivClassName
{
background-color: #EED8E9;
}
.BgClassName
{
background-color: #EED8E9;
}
</style>
border-color css
<style>
span { border-color: #EED8E9; }
span { border-color: rgb(238,216,233); }
td.TdClassName
{
border-color: #EED8E9;
}
.TagClassName
{
border-color: #EED8E9;
}
</style>