Shades of Snuff #EEE5EC
Tints of Snuff #EEE5EC
RGB
CMYK
RGB Variations
Color information
#EEE5EC (or 0xEEE5EC) is known color: Snuff. HEX triplet: EE, E5 and EC. RGB value is (238,229,236). Sum of RGB (Red+Green+Blue) = 238+229+236=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5EC is #111A13. Grayscale: #E8E8E8. Windows color (decimal): -1120788 or 15525358. OLE color: 15525358.
HSL color Cylindrical-coordinate representation of color #EEE5EC: hue angle of 313.33º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEE5EC is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 236 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.07 |
| HSL | 313.33º | 0.21% | 0.92% | - |
| HSV(B) | 313.33º | 0.04% | 0.93% | - |
| XYZ | 78.42 | 80.27 | 90.72 | - |
| YUV | 232.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 236 | 0 | 0.04 | 0.01 | 0.07 | 313.33 | 0.21 | 0.92 |
| Hex | EE | E5 | EC | 0 | 4 | 1 | 7 | 139 | 15 | 5C |
| Octal | 356 | 345 | 354 | 0 | 4 | 1 | 7 | 471 | 25 | 134 |
| Binary | 11101110 | 11100101 | 11101100 | 0 | 100 | 1 | 111 | 100111001 | 10101 | 1011100 |
Color Harmonies of #EEE5EC
Complementary color
Monochromatic Colors of #EEE5EC
Black with #EEE5EC
Text Example
Text Example
White with #EEE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5EC; }
p { color: rgb(238,229,236); }
H1.HeaderClassName
{
color: #EEE5EC;
}
.AnyTagClassName
{
color: #EEE5EC;
}
</style>
background-color css
<style>
a { background-color: #EEE5EC; }
a { background-color: rgb(238,229,236); }
div.DivClassName
{
background-color: #EEE5EC;
}
.BgClassName
{
background-color: #EEE5EC;
}
</style>
border-color css
<style>
span { border-color: #EEE5EC; }
span { border-color: rgb(238,229,236); }
td.TdClassName
{
border-color: #EEE5EC;
}
.TagClassName
{
border-color: #EEE5EC;
}
</style>