#DBCDCC Color Information

Hex color code: #DBCDCC

A light red shade, #DBCDCC appears as (219, 205, 204) in RGB and (4°, 17%, 83%) in HSL. It is commonly used in modern UI design.

Try:
Color NameSilver
HEX
#DBCDCC
RGB
219, 205, 204
HSL
4°, 17%, 83%
CMYK
0%, 6%, 7%, 14%

Shades

CSS Usage
color: #DBCDCC;
background-color: #DBCDCC;
border-color: #DBCDCC;
box-shadow: 0 0 10px #DBCDCC;
border: 2px solid #DBCDCC;
Tailwind Usage
bg-[#DBCDCC]
text-[#DBCDCC]
border-[#DBCDCC]
shadow-[0_0_10px_DBCDCC]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #DBCDCC, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #DBCDCC; color: #000000; }

Badge

New Feature
.badge { background-color: #DBCDCC; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #DBCDCC; background-color: #DBCDCC15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #DBCDCC20; border-left: 4px solid #DBCDCC; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #DBCDCC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #DBCDCC in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

219, 205, 204

Red: 219 / Green: 205 / Blue: 204

HSL

4°, 17%, 83%

Hue: 4° / Saturation: 17% / Lightness: 83%

CMYK

0%, 6%, 7%, 14%

Cyan: 0% / Magenta: 6% / Yellow: 7% / Key: 14%

What color is #DBCDCC?

#DBCDCC is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DBCDCC to RGB:

rgb(219, 205, 204)HEX to RGB Converter →

HEX to HSL

Convert #DBCDCC to HSL:

hsl(4, 17%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #DBCDCC to CMYK:

cmyk(0%, 6%, 7%, 14%)Color Converter →

Color Meaning and Usage

A ethereal red tone, #DBCDCC has RGB (219, 205, 204) and HSL (4°, 17%, 83%). Known for evoking purity and simplicity, this very light tint is often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DBCDCC is #CCDADB, creating high-contrast pairings. For softer combinations, try analogous colors like #DBCCD3.

Use #DBCDCC in CSS: color: #DBCDCC or background-color: #DBCDCC. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #DBCDCC

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 13.62:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DBCDCC?

#DBCDCC is a ethereal red color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DBCDCC?

#DBCDCC in RGB is (219, 205, 204) - 219 red, 205 green, and 204 blue.

How to use #DBCDCC in CSS?

Use #DBCDCC directly in your CSS properties like color or background-color.

What colors go well with #DBCDCC?

#CCDADB (complementary), #DBCCD3 (analogous), and #BBA1A0 (lighter shade) work well with #DBCDCC.