Hex Color Code #DCDEDD — RGB & HSL Conversions
How to use the #DCDEDD color code in HTML & CSS?
To apply the hex color #DCDEDD in web design, set the color property inside your CSS stylesheet. For example, adding background-color: #DCDEDD; will paint elements in this cool undertone shade. In modern CSS structures, you can configure it as a custom variable --color-hex: #DCDEDD; or utilize it directly in Tailwind CSS via arbitrary utility values like bg-[#DCDEDD].
What are the RGB and HSL conversion values for #DCDEDD?
In the digital sRGB color space, the hex value #DCDEDD is converted to RGB values of Red: 220, Green: 222, and Blue: 221. When analyzed under the HSL model, its coordinates correspond to hue angle 150°, 3% saturation, and 87% lightness. This makes it visually a bright, soft tint with a highly muted, near-gray tone.
CMYK print code settings for #DCDEDD
When converting #DCDEDD for CMYK printing, the color separation consists of 1% Cyan, 0% Magenta, 0% Yellow, and 13% key/black. Green-heavy spectrums are associated with organic elements and growth, making them highly effective for eco-conscious portals and wellness brands.
HEX #DCDEDD Color Space Conversions
Click to copy formatContrast & Accessibility (WCAG 2.1) Check
White text readability test with #DCDEDD
Small body copy preview
Black text readability test with #DCDEDD
Small body copy preview
Complementary & Analogous Harmonies
Perfect matching color schemes for your designsShades & Tints Generator Matrix
Copy shade hex values instantlyDarker Shades (Adding Black)
Lighter Tints (Adding White)
CSS Custom Properties (Variables)
--color-hex: #DCDEDD;
--color-rgb: rgb(220, 222, 221);
--color-hsl: hsl(150deg, 3%, 87%);