Color: #DDA0AB

#DDA0AB Color Information

#DDA0AB is a light color. The closest websafe version is #DDA0AB. A complement of this color would be #A1DDD2, perceived brightness is 0.70, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 349°,a saturation of 47%, and a lightness of 75%.The HSV representation shows a hue of 349°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DDA0AB is composed of 87% red, 63% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 23% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 43.76, x: 0.3971, and y: 0.3415.

Color Code #DDA0AB

HEX
#DDA0AB
RGB
rgb(221, 160, 171)
HSL
hsl(349, 47%, 75%)
HSV
hsv(349, 28%, 87%)
CMYK
0%, 28%, 23%, 13%
XYZ
X: 50.89, Y: 43.76, Z: 33.50
Lab
L: 72.07, a: 24.48, b: 3.74
Name

Shades of Color #DDA0AB

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

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

About #DDA0AB Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 47%, and a lightness of 75%. The HSV representation shows a hue of 349°, a saturation of 28%, and a value of 87%.

  • HEX: #DDA0AB
  • RGB: rgb(221, 160, 171)
  • HSL: hsl(349, 47%, 75%)
  • HSV: hsv(349, 28%, 87%)
  • CMYK: 0.00% cyan, 28.00% magenta, 23.00% yellow, 13.00% black
  • XYZ: 50.89, 43.76, 33.50
  • Yxy: 43.76, 0.3971, 0.3415
  • Hunter Lab: 72.07, 24.48, 3.74
  • CIE-Lab: 72.07, 24.48, 3.74

In the XYZ color space, this color is represented as X: 50.89, Y: 43.76, Z: 33.50. The Yxy representation further refines this as Y: 43.76, x: 0.3971, and y: 0.3415.

In the Hunter Lab color space, this color is represented as L: 72.07, a: 24.48, and b: 3.74. Similarly, in the CIE-Lab color space, it is represented as L: 72.07, a: 24.48, and b: 3.74.

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

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

Analogous Colors of #DDA0AB

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

Monochromatic Colors of #DDA0AB

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

Complementary Color of #DDA0AB

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

/* Using HEX */
body {
  background-color: #dda0ab;
}
/* Using RGB */
body {
  background-color: rgb(221, 160, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 160, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 47%, 75%);
}
/* Text color */
p {
  color: #dda0ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dda0ab;
}

HTML Examples of #DDA0AB

<!-- Using HEX -->
<div style="background-color: #dda0ab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 160, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 160, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(349, 47%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dda0ab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dda0ab; width: 100px; height: 100px;"></div>

Related Colors of #DDA0AB

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