Shades of Snuff #EEE1EB
Tints of Snuff #EEE1EB
RGB
CMYK
RGB Variations
Color information
#EEE1EB (or 0xEEE1EB) is known color: Snuff. HEX triplet: EE, E1 and EB. RGB value is (238,225,235). Sum of RGB (Red+Green+Blue) = 238+225+235=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1EB is #111E14. Grayscale: #E5E5E5. Windows color (decimal): -1121813 or 15458798. OLE color: 15458798.
HSL color Cylindrical-coordinate representation of color #EEE1EB: hue angle of 313.85º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE1EB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 235 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.07 |
| HSL | 313.85º | 0.28% | 0.91% | - |
| HSV(B) | 313.85º | 0.05% | 0.93% | - |
| XYZ | 77.18 | 78.03 | 89.59 | - |
| YUV | 230.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 235 | 0 | 0.05 | 0.01 | 0.07 | 313.85 | 0.28 | 0.91 |
| Hex | EE | E1 | EB | 0 | 5 | 1 | 7 | 13A | 1C | 5B |
| Octal | 356 | 341 | 353 | 0 | 5 | 1 | 7 | 472 | 34 | 133 |
| Binary | 11101110 | 11100001 | 11101011 | 0 | 101 | 1 | 111 | 100111010 | 11100 | 1011011 |
Color Harmonies of #EEE1EB
Complementary color
Monochromatic Colors of #EEE1EB
Black with #EEE1EB
Text Example
Text Example
White with #EEE1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE1EB; }
p { color: rgb(238,225,235); }
H1.HeaderClassName
{
color: #EEE1EB;
}
.AnyTagClassName
{
color: #EEE1EB;
}
</style>
background-color css
<style>
a { background-color: #EEE1EB; }
a { background-color: rgb(238,225,235); }
div.DivClassName
{
background-color: #EEE1EB;
}
.BgClassName
{
background-color: #EEE1EB;
}
</style>
border-color css
<style>
span { border-color: #EEE1EB; }
span { border-color: rgb(238,225,235); }
td.TdClassName
{
border-color: #EEE1EB;
}
.TagClassName
{
border-color: #EEE1EB;
}
</style>