Color: #CD9CBB

#CD9CBB Color Information

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

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

In a RGB color space, #CD9CBB is composed of 80% red, 61% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 9% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 40.43, x: 0.3677, and y: 0.3195.

Color Code #CD9CBB

#CD9CBBrgb(205, 156, 187)
HEX
#CD9CBB
RGB
rgb(205, 156, 187)
HSL
hsl(322, 33%, 71%)
HSV
hsv(322, 24%, 80%)
CMYK
0%, 24%, 9%, 20%
XYZ
X: 46.53, Y: 40.43, Z: 39.57
Lab
L: 69.77, a: 22.48, b: -8.65
Name

Shades of Color #CD9CBB

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

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

#CD9CBBrgb(205, 156, 187)

About #CD9CBB Color Code

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

  • HEX: #CD9CBB
  • RGB: rgb(205, 156, 187)
  • HSL: hsl(322, 33%, 71%)
  • HSV: hsv(322, 24%, 80%)
  • CMYK: 0.00% cyan, 24.00% magenta, 9.00% yellow, 20.00% black
  • XYZ: 46.53, 40.43, 39.57
  • Yxy: 40.43, 0.3677, 0.3195
  • Hunter Lab: 69.77, 22.48, -8.65
  • CIE-Lab: 69.77, 22.48, -8.65

In the XYZ color space, this color is represented as X: 46.53, Y: 40.43, Z: 39.57. The Yxy representation further refines this as Y: 40.43, x: 0.3677, and y: 0.3195.

In the Hunter Lab color space, this color is represented as L: 69.77, a: 22.48, and b: -8.65. Similarly, in the CIE-Lab color space, it is represented as L: 69.77, a: 22.48, and b: -8.65.

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

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

Analogous Colors of #CD9CBB

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

Monochromatic Colors of #CD9CBB

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

Complementary Color of #CD9CBB

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

/* Using HEX */
body {
  background-color: #cd9cbb;
}
/* Using RGB */
body {
  background-color: rgb(205, 156, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 156, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 33%, 71%);
}
/* Text color */
p {
  color: #cd9cbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd9cbb;
}
/* Border color */
.box {
  border: 4px solid #cd9cbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd9cbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd9cbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD9CBB
On Black Background
#CD9CBB
On White Background
#CD9CBB

HTML Examples of #CD9CBB

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

Related Colors of #CD9CBB

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