Color: #DBA0BD

#DBA0BD Color Information

#DBA0BD is a light color. The closest websafe version is #DBA0BD. A complement of this color would be #9FDBBE, perceived brightness is 0.71, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 331°,a saturation of 45%, and a lightness of 74%.The HSV representation shows a hue of 331°, a saturation of 27%, and a value of 86%.

In a RGB color space, #DBA0BD is composed of 86% red, 63% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 14% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 44.05, x: 0.3788, and y: 0.3227.

Color Code #DBA0BD

#DBA0BDrgb(219, 160, 189)
HEX
#DBA0BD
RGB
rgb(219, 160, 189)
HSL
hsl(331, 45%, 74%)
HSV
hsv(331, 27%, 86%)
CMYK
0%, 27%, 14%, 14%
XYZ
X: 51.71, Y: 44.05, Z: 40.74
Lab
L: 72.26, a: 25.79, b: -5.90
Name

Shades of Color #DBA0BD

Shades are created by darkening the original color #DBA0BD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #DBA0BD

Tints are created by lightening the original color #DBA0BD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#DBA0BDrgb(219, 160, 189)

About #DBA0BD Color Code

In the HSL color space, this color has a hue angle of 331°, a saturation of 45%, and a lightness of 74%. The HSV representation shows a hue of 331°, a saturation of 27%, and a value of 86%.

  • HEX: #DBA0BD
  • RGB: rgb(219, 160, 189)
  • HSL: hsl(331, 45%, 74%)
  • HSV: hsv(331, 27%, 86%)
  • CMYK: 0.00% cyan, 27.00% magenta, 14.00% yellow, 14.00% black
  • XYZ: 51.71, 44.05, 40.74
  • Yxy: 44.05, 0.3788, 0.3227
  • Hunter Lab: 72.26, 25.79, -5.90
  • CIE-Lab: 72.26, 25.79, -5.90

In the XYZ color space, this color is represented as X: 51.71, Y: 44.05, Z: 40.74. The Yxy representation further refines this as Y: 44.05, x: 0.3788, and y: 0.3227.

In the Hunter Lab color space, this color is represented as L: 72.26, a: 25.79, and b: -5.90. Similarly, in the CIE-Lab color space, it is represented as L: 72.26, a: 25.79, and b: -5.90.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #DBA0BD

Triadic colors are three colors evenly spaced around the color wheel, including #DBA0BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #DBA0BD

Analogous colors are adjacent to #DBA0BD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #DBA0BD

Monochromatic colors are variations of #DBA0BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #DBA0BD

The complementary color of #DBA0BD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #DBA0BD

/* Using HEX */
body {
  background-color: #dba0bd;
}
/* Using RGB */
body {
  background-color: rgb(219, 160, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 160, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(331, 45%, 74%);
}
/* Text color */
p {
  color: #dba0bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dba0bd;
}
/* Border color */
.box {
  border: 4px solid #dba0bd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dba0bd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dba0bd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBA0BD
On Black Background
#DBA0BD
On White Background
#DBA0BD

HTML Examples of #DBA0BD

<!-- Using HEX -->
<div style="background-color: #dba0bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 160, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 160, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(331, 45%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dba0bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dba0bd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dba0bd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dba0bd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dba0bd; color: #fff; padding: 16px; border-radius: 8px;">
  #DBA0BD
</div>
#DBA0BD
On Black Background
#DBA0BD
On White Background
#DBA0BD

Related Colors of #DBA0BD

These colors are similar to #DBA0BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.