Color: #C29AAD

#C29AAD Color Information

#C29AAD is a light color. The closest websafe version is #C29AAD. A complement of this color would be #99C2AF, perceived brightness is 0.66, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 332°,a saturation of 25%, and a lightness of 68%.The HSV representation shows a hue of 332°, a saturation of 21%, and a value of 76%.

In a RGB color space, #C29AAD is composed of 76% red, 60% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 11% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 37.70, x: 0.3700, and y: 0.3325.

Color Code #C29AAD

#C29AADrgb(194, 154, 173)
HEX
#C29AAD
RGB
rgb(194, 154, 173)
HSL
hsl(332, 25%, 68%)
HSV
hsv(332, 21%, 76%)
CMYK
0%, 21%, 11%, 24%
XYZ
X: 41.95, Y: 37.70, Z: 33.73
Lab
L: 67.80, a: 17.65, b: -3.95
Name

Shades of Color #C29AAD

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

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

#C29AADrgb(194, 154, 173)

About #C29AAD Color Code

In the HSL color space, this color has a hue angle of 332°, a saturation of 25%, and a lightness of 68%. The HSV representation shows a hue of 332°, a saturation of 21%, and a value of 76%.

  • HEX: #C29AAD
  • RGB: rgb(194, 154, 173)
  • HSL: hsl(332, 25%, 68%)
  • HSV: hsv(332, 21%, 76%)
  • CMYK: 0.00% cyan, 21.00% magenta, 11.00% yellow, 24.00% black
  • XYZ: 41.95, 37.70, 33.73
  • Yxy: 37.70, 0.3700, 0.3325
  • Hunter Lab: 67.80, 17.65, -3.95
  • CIE-Lab: 67.80, 17.65, -3.95

In the XYZ color space, this color is represented as X: 41.95, Y: 37.70, Z: 33.73. The Yxy representation further refines this as Y: 37.70, x: 0.3700, and y: 0.3325.

In the Hunter Lab color space, this color is represented as L: 67.80, a: 17.65, and b: -3.95. Similarly, in the CIE-Lab color space, it is represented as L: 67.80, a: 17.65, and b: -3.95.

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

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

Analogous Colors of #C29AAD

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

Split Complementary Colors of #C29AAD

Split complementary colors are two colors adjacent to the complementary color of #C29AAD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #C29AAD

Tetradic colors form a rectangle on the color wheel, including #C29AAD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #C29AAD

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

Complementary Color of #C29AAD

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

/* Using HEX */
body {
  background-color: #c29aad;
}
/* Using RGB */
body {
  background-color: rgb(194, 154, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 154, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(332, 25%, 68%);
}
/* Text color */
p {
  color: #c29aad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c29aad;
}
/* Border color */
.box {
  border: 4px solid #c29aad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c29aad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c29aad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C29AAD
On Black Background
#C29AAD
On White Background
#C29AAD

HTML Examples of #C29AAD

<!-- Using HEX -->
<div style="background-color: #c29aad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(194, 154, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(194, 154, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(332, 25%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c29aad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c29aad; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c29aad; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c29aad;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c29aad; color: #fff; padding: 16px; border-radius: 8px;">
  #C29AAD
</div>
#C29AAD
On Black Background
#C29AAD
On White Background
#C29AAD

Related Colors of #C29AAD

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