Color: #DBA5BC

#DBA5BC Color Information

#DBA5BC is a light color. The closest websafe version is #DBA5BC. A complement of this color would be #A4DBC3, perceived brightness is 0.72, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 334°,a saturation of 43%, and a lightness of 75%.The HSV representation shows a hue of 334°, a saturation of 25%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 45.78, x: 0.3784, and y: 0.3296.

Color Code #DBA5BC

#DBA5BCrgb(219, 165, 188)
HEX
#DBA5BC
RGB
rgb(219, 165, 188)
HSL
hsl(334, 43%, 75%)
HSV
hsv(334, 25%, 86%)
CMYK
0%, 25%, 14%, 14%
XYZ
X: 52.57, Y: 45.78, Z: 40.56
Lab
L: 73.40, a: 23.11, b: -3.68
Name

Shades of Color #DBA5BC

Shades are created by darkening the original color #DBA5BC 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 #DBA5BC

Tints are created by lightening the original color #DBA5BC 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.

#DBA5BCrgb(219, 165, 188)

About #DBA5BC Color Code

In the HSL color space, this color has a hue angle of 334°, a saturation of 43%, and a lightness of 75%. The HSV representation shows a hue of 334°, a saturation of 25%, and a value of 86%.

  • HEX: #DBA5BC
  • RGB: rgb(219, 165, 188)
  • HSL: hsl(334, 43%, 75%)
  • HSV: hsv(334, 25%, 86%)
  • CMYK: 0.00% cyan, 25.00% magenta, 14.00% yellow, 14.00% black
  • XYZ: 52.57, 45.78, 40.56
  • Yxy: 45.78, 0.3784, 0.3296
  • Hunter Lab: 73.40, 23.11, -3.68
  • CIE-Lab: 73.40, 23.11, -3.68

In the XYZ color space, this color is represented as X: 52.57, Y: 45.78, Z: 40.56. The Yxy representation further refines this as Y: 45.78, x: 0.3784, and y: 0.3296.

In the Hunter Lab color space, this color is represented as L: 73.40, a: 23.11, and b: -3.68. Similarly, in the CIE-Lab color space, it is represented as L: 73.40, a: 23.11, and b: -3.68.

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

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

Analogous Colors of #DBA5BC

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

Monochromatic Colors of #DBA5BC

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

Complementary Color of #DBA5BC

The complementary color of #DBA5BC 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 #DBA5BC

/* Using HEX */
body {
  background-color: #dba5bc;
}
/* Using RGB */
body {
  background-color: rgb(219, 165, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 165, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(334, 43%, 75%);
}
/* Text color */
p {
  color: #dba5bc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dba5bc;
}
/* Border color */
.box {
  border: 4px solid #dba5bc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dba5bc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dba5bc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBA5BC
On Black Background
#DBA5BC
On White Background
#DBA5BC

HTML Examples of #DBA5BC

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

Related Colors of #DBA5BC

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