Gray Suit is a
cool light color with the hex code #CDC5D3.
This muted hue can be represented as RGB
205, 197, 211 in digital design or CMYK 3%, 7%, 0%, 17% for print applications.
Find matching Pantone color.
Gray Suit
#CDC5D3
Gray Suit color values
- HEX
- #CDC5D3
- RGB
- 205, 197, 211
- HSL
- 274°, 14%, 80%
- CMYK
- 3, 7, 0, 17
Shades & tints
About this color
Gray Suit sits at 274° on the color wheel with 14% saturation and 80% lightness, placing it in the blue-violet segment of the spectrum. Its restrained 14% saturation keeps the hue subtle — present but not assertive, making it easy to layer over or under more expressive colors. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.
In digital environments, Gray Suit is rendered as rgb(205, 197, 211), where the blue channel is highest at 211, though it sits close to the other channels. Muted saturation at high lightness is a classic formula for soft background fills, placeholder states, and secondary surface colors in light-mode interfaces.
For print, Gray Suit translates to a CMYK breakdown of 3C 7M 0Y 17K. The low-to-moderate black value (17%) 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 Gray Suit
CSS Variable
:root {
--brand-primary: #CDC5D3;
--brand-primary-rgb: 205, 197, 211;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#CDC5D3',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 3%
M: 7%
Y: 0%
K: 17% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(205, 197, 211)
rgba(205, 197, 211, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #CDC5D3?
What is the RGB value of #CDC5D3?
Is Gray Suit a warm or cool color?
How do I use #CDC5D3 in CSS?
background-color: #CDC5D3; or color: #CDC5D3; or as an RGB value: rgb(205, 197, 211). For print design, use CMYK: 3%, 7%, 0%, 17%.