Shades of Snuff #EEE6EC
Tints of Snuff #EEE6EC
RGB
CMYK
RGB Variations
Color information
#EEE6EC (or 0xEEE6EC) is known color: Snuff. HEX triplet: EE, E6 and EC. RGB value is (238,230,236). Sum of RGB (Red+Green+Blue) = 238+230+236=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE6EC is #111913. Grayscale: #E9E9E9. Windows color (decimal): -1120532 or 15525614. OLE color: 15525614.
HSL color Cylindrical-coordinate representation of color #EEE6EC: hue angle of 315º degrees, saturation: 0.19, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEE6EC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 236 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.07 |
| HSL | 315º | 0.19% | 0.92% | - |
| HSV(B) | 315º | 0.03% | 0.93% | - |
| XYZ | 78.7 | 80.83 | 90.81 | - |
| YUV | 233.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 236 | 0 | 0.03 | 0.01 | 0.07 | 315 | 0.19 | 0.92 |
| Hex | EE | E6 | EC | 0 | 3 | 1 | 7 | 13B | 13 | 5C |
| Octal | 356 | 346 | 354 | 0 | 3 | 1 | 7 | 473 | 23 | 134 |
| Binary | 11101110 | 11100110 | 11101100 | 0 | 11 | 1 | 111 | 100111011 | 10011 | 1011100 |
Color Harmonies of #EEE6EC
Complementary color
Monochromatic Colors of #EEE6EC
Black with #EEE6EC
Text Example
Text Example
White with #EEE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6EC; }
p { color: rgb(238,230,236); }
H1.HeaderClassName
{
color: #EEE6EC;
}
.AnyTagClassName
{
color: #EEE6EC;
}
</style>
background-color css
<style>
a { background-color: #EEE6EC; }
a { background-color: rgb(238,230,236); }
div.DivClassName
{
background-color: #EEE6EC;
}
.BgClassName
{
background-color: #EEE6EC;
}
</style>
border-color css
<style>
span { border-color: #EEE6EC; }
span { border-color: rgb(238,230,236); }
td.TdClassName
{
border-color: #EEE6EC;
}
.TagClassName
{
border-color: #EEE6EC;
}
</style>