#DADECA Color Information

Hex color code: #DADECA

The hex color #DADECA is a light yellow with RGB values of (218, 222, 202) and HSL of (72°, 23%, 83%). It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#DADECA
RGB
218, 222, 202
HSL
72°, 23%, 83%
CMYK
2%, 0%, 9%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #DADECA; 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 #DADECA; background-color: #DADECA15; }

Alert / Toast

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

Link / Accent

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

a { color: #DADECA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

218, 222, 202

Red: 218 / Green: 222 / Blue: 202

HSL

72°, 23%, 83%

Hue: 72° / Saturation: 23% / Lightness: 83%

CMYK

2%, 0%, 9%, 13%

Cyan: 2% / Magenta: 0% / Yellow: 9% / Key: 13%

What color is #DADECA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DADECA to RGB:

rgb(218, 222, 202)HEX to RGB Converter →

HEX to HSL

Convert #DADECA to HSL:

hsl(72, 23%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #DADECA to CMYK:

cmyk(2%, 0%, 9%, 13%)Color Converter →

Color Meaning and Usage

A ethereal yellow tone, #DADECA has RGB (218, 222, 202) and HSL (72°, 23%, 83%). Known for evoking purity and simplicity, this very light tint is a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DADECA is #CECADE, creating high-contrast pairings. For softer combinations, try analogous colors like #DED8CA.

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

Contrast with #DADECA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DADECA?

#DADECA is a ethereal yellow color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DADECA?

#DADECA in RGB is (218, 222, 202) - 218 red, 222 green, and 202 blue.

How to use #DADECA in CSS?

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

What colors go well with #DADECA?

#CECADE (complementary), #DED8CA (analogous), and #B9C09B (lighter shade) work well with #DADECA.