Color: #CDAAB3

#CDAAB3 Color Information

#CDAAB3 is a light color. The closest websafe version is #CDAAB3. A complement of this color would be #ABCEC5, perceived brightness is 0.71, and the grayscale version is #BCBCBC.

In the HSL color space, this color has a hue angle of 345°,a saturation of 26%, and a lightness of 74%.The HSV representation shows a hue of 345°, a saturation of 17%, and a value of 80%.

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

In the Yxy color space, this color is represented as Y: 45.13, x: 0.3717, and y: 0.3455.

Color Code #CDAAB3

#CDAAB3rgb(205, 170, 179)
HEX
#CDAAB3
RGB
rgb(205, 170, 179)
HSL
hsl(345, 26%, 74%)
HSV
hsv(345, 17%, 80%)
CMYK
0%, 17%, 13%, 20%
XYZ
X: 48.55, Y: 45.13, Z: 36.95
Lab
L: 72.98, a: 14.25, b: 0.41
Name

Shades of Color #CDAAB3

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

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

#CDAAB3rgb(205, 170, 179)

About #CDAAB3 Color Code

In the HSL color space, this color has a hue angle of 345°, a saturation of 26%, and a lightness of 74%. The HSV representation shows a hue of 345°, a saturation of 17%, and a value of 80%.

  • HEX: #CDAAB3
  • RGB: rgb(205, 170, 179)
  • HSL: hsl(345, 26%, 74%)
  • HSV: hsv(345, 17%, 80%)
  • CMYK: 0.00% cyan, 17.00% magenta, 13.00% yellow, 20.00% black
  • XYZ: 48.55, 45.13, 36.95
  • Yxy: 45.13, 0.3717, 0.3455
  • Hunter Lab: 72.98, 14.25, 0.41
  • CIE-Lab: 72.98, 14.25, 0.41

In the XYZ color space, this color is represented as X: 48.55, Y: 45.13, Z: 36.95. The Yxy representation further refines this as Y: 45.13, x: 0.3717, and y: 0.3455.

In the Hunter Lab color space, this color is represented as L: 72.98, a: 14.25, and b: 0.41. Similarly, in the CIE-Lab color space, it is represented as L: 72.98, a: 14.25, and b: 0.41.

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

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

Analogous Colors of #CDAAB3

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

Monochromatic Colors of #CDAAB3

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

Complementary Color of #CDAAB3

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

/* Using HEX */
body {
  background-color: #cdaab3;
}
/* Using RGB */
body {
  background-color: rgb(205, 170, 179);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 170, 179, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(345, 26%, 74%);
}
/* Text color */
p {
  color: #cdaab3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdaab3;
}
/* Border color */
.box {
  border: 4px solid #cdaab3;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdaab3;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdaab3;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDAAB3
On Black Background
#CDAAB3
On White Background
#CDAAB3

HTML Examples of #CDAAB3

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

Related Colors of #CDAAB3

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