Color: #CD9DAF

#CD9DAF Color Information

#CD9DAF is a light color. The closest websafe version is #CD9DAF. A complement of this color would be #9DCDBB, perceived brightness is 0.68, and the grayscale version is #B5B5B5.

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

In a RGB color space, #CD9DAF is composed of 80% red, 62% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 15% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 40.35, x: 0.3785, and y: 0.3339.

Color Code #CD9DAF

HEX
#CD9DAF
RGB
rgb(205, 157, 175)
HSL
hsl(338, 32%, 71%)
HSV
hsv(338, 23%, 80%)
CMYK
0%, 23%, 15%, 20%
XYZ
X: 45.74, Y: 40.35, Z: 34.74
Lab
L: 69.72, a: 20.46, b: -2.10
Name

Shades of Color #CD9DAF

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

Tints are created by lightening the original color #CD9DAF 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 #CD9DAF Color Code

In the HSL color space, this color has a hue angle of 338°, a saturation of 32%, and a lightness of 71%. The HSV representation shows a hue of 338°, a saturation of 23%, and a value of 80%.

  • HEX: #CD9DAF
  • RGB: rgb(205, 157, 175)
  • HSL: hsl(338, 32%, 71%)
  • HSV: hsv(338, 23%, 80%)
  • CMYK: 0.00% cyan, 23.00% magenta, 15.00% yellow, 20.00% black
  • XYZ: 45.74, 40.35, 34.74
  • Yxy: 40.35, 0.3785, 0.3339
  • Hunter Lab: 69.72, 20.46, -2.10
  • CIE-Lab: 69.72, 20.46, -2.10

In the XYZ color space, this color is represented as X: 45.74, Y: 40.35, Z: 34.74. The Yxy representation further refines this as Y: 40.35, x: 0.3785, and y: 0.3339.

In the Hunter Lab color space, this color is represented as L: 69.72, a: 20.46, and b: -2.10. Similarly, in the CIE-Lab color space, it is represented as L: 69.72, a: 20.46, and b: -2.10.

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

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

Analogous Colors of #CD9DAF

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

Monochromatic Colors of #CD9DAF

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

Complementary Color of #CD9DAF

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

/* Using HEX */
body {
  background-color: #cd9daf;
}
/* Using RGB */
body {
  background-color: rgb(205, 157, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 157, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(338, 32%, 71%);
}
/* Text color */
p {
  color: #cd9daf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd9daf;
}

HTML Examples of #CD9DAF

<!-- Using HEX -->
<div style="background-color: #cd9daf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 157, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 157, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(338, 32%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd9daf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd9daf; width: 100px; height: 100px;"></div>

Related Colors of #CD9DAF

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