Color #D4D2CD

HEX

#D4D2CD

RGB

(212, 210, 205)

Quick Actions

Color Values

Color Space Values
RGB
R: 212, G: 210, B: 205 (83%, 82%, 80%)
CMYK C: 0%, M: 1%, Y: 3%, K: 17%
HSL H: 43°, S: 8%, L: 82%
HSV H: 43°, S: 3%, V: 83%
CIE-LAB L: 84.23, a: -0.2, b: 2.71
CIE-LCH L: 84.23, C: 2.72, H: 94.22
Hunter-Lab L: 80.31, a: -7.15, b: -2.16
Web Safe
#cccccc
Complementary
#cdcfd4

#D4D2CD is a color with RGB values of 212 red, 210 green, and 205 blue (83%, 82%, 80% respectively). In the CMYK color space, it consists of 0% cyan, 1% magenta, 3% yellow, and 17% black. The color has a hue angle of 43°, 8% saturation, and 82% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccccc. The complementary color is #cdcfd4, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #D4D2CD

Explore different variations of #D4D2CD including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #D4D2CD. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #D4D2CD

Explore different color combinations and harmonies that work well with #D4D2CD.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #D4D2CD

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #D4D2CD

Text with #D4D2CD

This text has a font color of #D4D2CD.

<span style="color:#D4D2CD;">Text here</span>
.text { color: #D4D2CD; }

#D4D2CD background color

This paragraph has a background color of #D4D2CD.

<p style="background-color:#D4D2CD;">Content here</p>
.background { background-color: #D4D2CD; }

#D4D2CD border color

This element has a border color of #D4D2CD.
<div style="border:1px solid #D4D2CD;">Content here</div>
.border { border: 1px solid #D4D2CD; }

#D4D2CD box shadow

This element has a box shadow using #D4D2CD.
<div style="box-shadow: 0 4px 6px -1px #D4D2CD80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #D4D2CD80; }
Copied to clipboard!