Snuff is a
cool light color with the hex code #E0DDEE.
This moderately saturated hue can be represented as RGB
224, 221, 238 in digital design or CMYK 6%, 7%, 0%, 7% for print applications.
Find matching Pantone color.
Snuff
#E0DDEE
Snuff color values
- HEX
- #E0DDEE
- RGB
- 224, 221, 238
- HSL
- 251°, 33%, 90%
- CMYK
- 6, 7, 0, 7
Shades & tints
About this color
Snuff sits at 251° on the color wheel with 33% saturation and 90% lightness, placing it in the blue segment of the spectrum. The moderate 33% saturation gives it enough color presence to register clearly without competing for dominance in a composition. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.
In digital environments, Snuff is rendered as rgb(224, 221, 238), where the blue channel is highest at 238, though it sits close to the other channels. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Snuff translates to a CMYK breakdown of 6C 7M 0Y 7K. The low-to-moderate black value (7%) means the color's character in print comes primarily from its magenta ink content (7%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Snuff
CSS Variable
:root {
--brand-primary: #E0DDEE;
--brand-primary-rgb: 224, 221, 238;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#E0DDEE',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 6%
M: 7%
Y: 0%
K: 7% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(224, 221, 238)
rgba(224, 221, 238, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using similar hue
15 brand s with colors near 251° on the color wheel
Frequently asked questions
What color is #E0DDEE?
What is the RGB value of #E0DDEE?
Is Snuff a warm or cool color?
How do I use #E0DDEE in CSS?
background-color: #E0DDEE; or color: #E0DDEE; or as an RGB value: rgb(224, 221, 238). For print design, use CMYK: 6%, 7%, 0%, 7%.