Color: #CDA5AB

#CDA5AB Color Information

#CDA5AB is a light color. The closest websafe version is #CDA5AB. A complement of this color would be #A6CEC8, perceived brightness is 0.70, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 351°,a saturation of 29%, and a lightness of 73%.The HSV representation shows a hue of 351°, a saturation of 20%, and a value of 80%.

In a RGB color space, #CDA5AB is composed of 80% red, 65% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 17% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 43.03, x: 0.3799, and y: 0.3483.

Color Code #CDA5AB

#CDA5ABrgb(205, 165, 171)
HEX
#CDA5AB
RGB
rgb(205, 165, 171)
HSL
hsl(351, 29%, 73%)
HSV
hsv(351, 20%, 80%)
CMYK
0%, 20%, 17%, 20%
XYZ
X: 46.94, Y: 43.03, Z: 33.59
Lab
L: 71.57, a: 15.86, b: 2.77
Name

Shades of Color #CDA5AB

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

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

#CDA5ABrgb(205, 165, 171)

About #CDA5AB Color Code

In the HSL color space, this color has a hue angle of 351°, a saturation of 29%, and a lightness of 73%. The HSV representation shows a hue of 351°, a saturation of 20%, and a value of 80%.

  • HEX: #CDA5AB
  • RGB: rgb(205, 165, 171)
  • HSL: hsl(351, 29%, 73%)
  • HSV: hsv(351, 20%, 80%)
  • CMYK: 0.00% cyan, 20.00% magenta, 17.00% yellow, 20.00% black
  • XYZ: 46.94, 43.03, 33.59
  • Yxy: 43.03, 0.3799, 0.3483
  • Hunter Lab: 71.57, 15.86, 2.77
  • CIE-Lab: 71.57, 15.86, 2.77

In the XYZ color space, this color is represented as X: 46.94, Y: 43.03, Z: 33.59. The Yxy representation further refines this as Y: 43.03, x: 0.3799, and y: 0.3483.

In the Hunter Lab color space, this color is represented as L: 71.57, a: 15.86, and b: 2.77. Similarly, in the CIE-Lab color space, it is represented as L: 71.57, a: 15.86, and b: 2.77.

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

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

Analogous Colors of #CDA5AB

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

Monochromatic Colors of #CDA5AB

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

Complementary Color of #CDA5AB

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

/* Using HEX */
body {
  background-color: #cda5ab;
}
/* Using RGB */
body {
  background-color: rgb(205, 165, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 165, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(351, 29%, 73%);
}
/* Text color */
p {
  color: #cda5ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cda5ab;
}
/* Border color */
.box {
  border: 4px solid #cda5ab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cda5ab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cda5ab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDA5AB
On Black Background
#CDA5AB
On White Background
#CDA5AB

HTML Examples of #CDA5AB

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

Related Colors of #CDA5AB

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