#DECEBE Color Information

Hex color code: #DECEBE

A light orange shade, #DECEBE appears as (222, 206, 190) in RGB and (30°, 33%, 81%) in HSL. It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#DECEBE
RGB
222, 206, 190
HSL
30°, 33%, 81%
CMYK
0%, 7%, 14%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DECEBE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

222, 206, 190

Red: 222 / Green: 206 / Blue: 190

HSL

30°, 33%, 81%

Hue: 30° / Saturation: 33% / Lightness: 81%

CMYK

0%, 7%, 14%, 13%

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

What color is #DECEBE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DECEBE to RGB:

rgb(222, 206, 190)HEX to RGB Converter →

HEX to HSL

Convert #DECEBE to HSL:

hsl(30, 33%, 81%)RGB to HSL Converter →

HEX to CMYK

Convert #DECEBE to CMYK:

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

Color Meaning and Usage

#DECEBE is a soft orange color with RGB values of 222, 206, 190 and HSL of 30°, 33%, 81%. This very light tint evokes purity and simplicity, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DECEBE is #BFCFDF, creating high-contrast pairings. For softer combinations, try analogous colors like #DFBFBF.

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

Contrast with #DECEBE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DECEBE?

#DECEBE is a soft orange color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DECEBE?

#DECEBE in RGB is (222, 206, 190) - 222 red, 206 green, and 190 blue.

How to use #DECEBE in CSS?

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

What colors go well with #DECEBE?

#BFCFDF (complementary), #DFBFBF (analogous), and #C5A88C (lighter shade) work well with #DECEBE.