Shades of Snuff #EED8ED
Tints of Snuff #EED8ED
RGB
CMYK
RGB Variations
Color information
#EED8ED (or 0xEED8ED) is known color: Snuff. HEX triplet: EE, D8 and ED. RGB value is (238,216,237). Sum of RGB (Red+Green+Blue) = 238+216+237=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8ED is #112712. Grayscale: #E0E0E0. Windows color (decimal): -1124115 or 15587566. OLE color: 15587566.
HSL color Cylindrical-coordinate representation of color #EED8ED: hue angle of 302.73º 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 #EED8ED is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 237 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.07 |
| HSL | 302.73º | 0.39% | 0.89% | - |
| HSV(B) | 302.73º | 0.09% | 0.93% | - |
| XYZ | 75.1 | 73.4 | 90.33 | - |
| YUV | 224.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 237 | 0 | 0.09 | 0.00 | 0.07 | 302.73 | 0.39 | 0.89 |
| Hex | EE | D8 | ED | 0 | 9 | 0 | 7 | 12F | 27 | 59 |
| Octal | 356 | 330 | 355 | 0 | 11 | 0 | 7 | 457 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11101101 | 0 | 1001 | 0 | 111 | 100101111 | 100111 | 1011001 |
Color Harmonies of #EED8ED
Complementary color
Monochromatic Colors of #EED8ED
Black with #EED8ED
Text Example
Text Example
White with #EED8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8ED; }
p { color: rgb(238,216,237); }
H1.HeaderClassName
{
color: #EED8ED;
}
.AnyTagClassName
{
color: #EED8ED;
}
</style>
background-color css
<style>
a { background-color: #EED8ED; }
a { background-color: rgb(238,216,237); }
div.DivClassName
{
background-color: #EED8ED;
}
.BgClassName
{
background-color: #EED8ED;
}
</style>
border-color css
<style>
span { border-color: #EED8ED; }
span { border-color: rgb(238,216,237); }
td.TdClassName
{
border-color: #EED8ED;
}
.TagClassName
{
border-color: #EED8ED;
}
</style>