Color #DCE6DB

HEX

#DCE6DB

RGB

(220, 230, 219)

Quick Actions

Color Values

Color Space Values
RGB
R: 220, G: 230, B: 219 (86%, 90%, 86%)
CMYK C: 4%, M: 0%, Y: 5%, K: 10%
HSL H: 115°, S: 18%, L: 88%
HSV H: 115°, S: 5%, V: 90%
CIE-LAB L: 90.28, a: -5.3, b: 4.19
CIE-LCH L: 90.28, C: 6.76, H: 141.67
Hunter-Lab L: 87.7, a: -12.61, b: -0.97
Web Safe
#ccffcc
Complementary
#e4dbe6

#DCE6DB is a color with RGB values of 220 red, 230 green, and 219 blue (86%, 90%, 86% respectively). In the CMYK color space, it consists of 4% cyan, 0% magenta, 5% yellow, and 10% black. The color has a hue angle of 115°, 18% saturation, and 88% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ccffcc. The complementary color is #e4dbe6, 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 #DCE6DB

Explore different variations of #DCE6DB 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 #DCE6DB. 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 #DCE6DB

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #DCE6DB

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 #DCE6DB

Text with #DCE6DB

This text has a font color of #DCE6DB.

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

#DCE6DB background color

This paragraph has a background color of #DCE6DB.

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

#DCE6DB border color

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

#DCE6DB box shadow

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