Color #D5BECA

HEX

#D5BECA

RGB

(213, 190, 202)

Quick Actions

Color Values

Color Space Values
RGB
R: 213, G: 190, B: 202 (84%, 75%, 79%)
CMYK C: 0%, M: 11%, Y: 5%, K: 16%
HSL H: 329°, S: 21%, L: 79%
HSV H: 329°, S: 11%, V: 84%
CIE-LAB L: 79.18, a: 10.18, b: -3.05
CIE-LCH L: 79.18, C: 10.63, H: 343.32
Hunter-Lab L: 74.32, a: 2.99, b: -7.84
Web Safe
#cccccc
Complementary
#bed5c9

#D5BECA is a color with RGB values of 213 red, 190 green, and 202 blue (84%, 75%, 79% respectively). In the CMYK color space, it consists of 0% cyan, 11% magenta, 5% yellow, and 16% black. The color has a hue angle of 329°, 21% saturation, and 79% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccccc. The complementary color is #bed5c9, 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 #D5BECA

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #D5BECA

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

Text with #D5BECA

This text has a font color of #D5BECA.

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

#D5BECA background color

This paragraph has a background color of #D5BECA.

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

#D5BECA border color

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

#D5BECA box shadow

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