Color: #DCA5CB

#DCA5CB Color Information

#DCA5CB is a light color. The closest websafe version is #DCA5CB. A complement of this color would be #A3DBB5, perceived brightness is 0.73, and the grayscale version is #C1C1C1.

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

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

In the Yxy color space, this color is represented as Y: 46.52, x: 0.3663, and y: 0.3142.

Color Code #DCA5CB

#DCA5CBrgb(220, 165, 203)
HEX
#DCA5CB
RGB
rgb(220, 165, 203)
HSL
hsl(319, 44%, 75%)
HSV
hsv(319, 25%, 86%)
CMYK
0%, 25%, 8%, 14%
XYZ
X: 54.24, Y: 46.52, Z: 47.30
Lab
L: 73.88, a: 25.34, b: -11.17
Name

Shades of Color #DCA5CB

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

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

#DCA5CBrgb(220, 165, 203)

About #DCA5CB Color Code

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

  • HEX: #DCA5CB
  • RGB: rgb(220, 165, 203)
  • HSL: hsl(319, 44%, 75%)
  • HSV: hsv(319, 25%, 86%)
  • CMYK: 0.00% cyan, 25.00% magenta, 8.00% yellow, 14.00% black
  • XYZ: 54.24, 46.52, 47.30
  • Yxy: 46.52, 0.3663, 0.3142
  • Hunter Lab: 73.88, 25.34, -11.17
  • CIE-Lab: 73.88, 25.34, -11.17

In the XYZ color space, this color is represented as X: 54.24, Y: 46.52, Z: 47.30. The Yxy representation further refines this as Y: 46.52, x: 0.3663, and y: 0.3142.

In the Hunter Lab color space, this color is represented as L: 73.88, a: 25.34, and b: -11.17. Similarly, in the CIE-Lab color space, it is represented as L: 73.88, a: 25.34, and b: -11.17.

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

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

Analogous Colors of #DCA5CB

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

Split Complementary Colors of #DCA5CB

Split complementary colors are two colors adjacent to the complementary color of #DCA5CB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DCA5CB

Tetradic colors form a rectangle on the color wheel, including #DCA5CB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DCA5CB

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

Complementary Color of #DCA5CB

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

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

HTML Examples of #DCA5CB

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

Related Colors of #DCA5CB

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