Shades of Snuff #EED8EC
Tints of Snuff #EED8EC
RGB
CMYK
RGB Variations
Color information
#EED8EC (or 0xEED8EC) is known color: Snuff. HEX triplet: EE, D8 and EC. RGB value is (238,216,236). Sum of RGB (Red+Green+Blue) = 238+216+236=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8EC is #112713. Grayscale: #E0E0E0. Windows color (decimal): -1124116 or 15522030. OLE color: 15522030.
HSL color Cylindrical-coordinate representation of color #EED8EC: hue angle of 305.45º 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 #EED8EC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 236 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.07 |
| HSL | 305.45º | 0.39% | 0.89% | - |
| HSV(B) | 305.45º | 0.09% | 0.93% | - |
| XYZ | 74.96 | 73.35 | 89.56 | - |
| YUV | 224.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 236 | 0 | 0.09 | 0.01 | 0.07 | 305.45 | 0.39 | 0.89 |
| Hex | EE | D8 | EC | 0 | 9 | 1 | 7 | 131 | 27 | 59 |
| Octal | 356 | 330 | 354 | 0 | 11 | 1 | 7 | 461 | 47 | 131 |
| Binary | 11101110 | 11011000 | 11101100 | 0 | 1001 | 1 | 111 | 100110001 | 100111 | 1011001 |
Color Harmonies of #EED8EC
Complementary color
Monochromatic Colors of #EED8EC
Black with #EED8EC
Text Example
Text Example
White with #EED8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8EC; }
p { color: rgb(238,216,236); }
H1.HeaderClassName
{
color: #EED8EC;
}
.AnyTagClassName
{
color: #EED8EC;
}
</style>
background-color css
<style>
a { background-color: #EED8EC; }
a { background-color: rgb(238,216,236); }
div.DivClassName
{
background-color: #EED8EC;
}
.BgClassName
{
background-color: #EED8EC;
}
</style>
border-color css
<style>
span { border-color: #EED8EC; }
span { border-color: rgb(238,216,236); }
td.TdClassName
{
border-color: #EED8EC;
}
.TagClassName
{
border-color: #EED8EC;
}
</style>