Color: #CD9CCC

#CD9CCC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 41.08, x: 0.3525, and y: 0.3013.

Color Code #CD9CCC

#CD9CCCrgb(205, 156, 204)
HEX
#CD9CCC
RGB
rgb(205, 156, 204)
HSL
hsl(301, 33%, 71%)
HSV
hsv(301, 24%, 80%)
CMYK
0%, 24%, 0%, 20%
XYZ
X: 48.06, Y: 41.08, Z: 47.20
Lab
L: 70.23, a: 24.76, b: -17.35
Name

Shades of Color #CD9CCC

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

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

#CD9CCCrgb(205, 156, 204)

About #CD9CCC Color Code

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

  • HEX: #CD9CCC
  • RGB: rgb(205, 156, 204)
  • HSL: hsl(301, 33%, 71%)
  • HSV: hsv(301, 24%, 80%)
  • CMYK: 0.00% cyan, 24.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 48.06, 41.08, 47.20
  • Yxy: 41.08, 0.3525, 0.3013
  • Hunter Lab: 70.23, 24.76, -17.35
  • CIE-Lab: 70.23, 24.76, -17.35

In the XYZ color space, this color is represented as X: 48.06, Y: 41.08, Z: 47.20. The Yxy representation further refines this as Y: 41.08, x: 0.3525, and y: 0.3013.

In the Hunter Lab color space, this color is represented as L: 70.23, a: 24.76, and b: -17.35. Similarly, in the CIE-Lab color space, it is represented as L: 70.23, a: 24.76, and b: -17.35.

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

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

Analogous Colors of #CD9CCC

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

Monochromatic Colors of #CD9CCC

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

Complementary Color of #CD9CCC

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

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

HTML Examples of #CD9CCC

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

Related Colors of #CD9CCC

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