Color: #CDB9CC

#CDB9CC Color Information

#CDB9CC is a light color. The closest websafe version is #CDB9CC. A complement of this color would be #B7CCB8, perceived brightness is 0.76, and the grayscale version is #C3C3C3.

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

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

In the Yxy color space, this color is represented as Y: 52.02, x: 0.3488, and y: 0.3364.

Color Code #CDB9CC

#CDB9CCrgb(205, 185, 204)
HEX
#CDB9CC
RGB
rgb(205, 185, 204)
HSL
hsl(303, 17%, 76%)
HSV
hsv(303, 10%, 80%)
CMYK
0%, 10%, 0%, 20%
XYZ
X: 53.94, Y: 52.02, Z: 48.69
Lab
L: 77.29, a: 9.86, b: -6.89
Name

Shades of Color #CDB9CC

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

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

#CDB9CCrgb(205, 185, 204)

About #CDB9CC Color Code

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

  • HEX: #CDB9CC
  • RGB: rgb(205, 185, 204)
  • HSL: hsl(303, 17%, 76%)
  • HSV: hsv(303, 10%, 80%)
  • CMYK: 0.00% cyan, 10.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 53.94, 52.02, 48.69
  • Yxy: 52.02, 0.3488, 0.3364
  • Hunter Lab: 77.29, 9.86, -6.89
  • CIE-Lab: 77.29, 9.86, -6.89

In the XYZ color space, this color is represented as X: 53.94, Y: 52.02, Z: 48.69. The Yxy representation further refines this as Y: 52.02, x: 0.3488, and y: 0.3364.

In the Hunter Lab color space, this color is represented as L: 77.29, a: 9.86, and b: -6.89. Similarly, in the CIE-Lab color space, it is represented as L: 77.29, a: 9.86, and b: -6.89.

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

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

Analogous Colors of #CDB9CC

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

Monochromatic Colors of #CDB9CC

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

Complementary Color of #CDB9CC

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

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

HTML Examples of #CDB9CC

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

Related Colors of #CDB9CC

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