Color: #CFA9DA

#CFA9DA Color Information

#CFA9DA is a light color. The closest websafe version is #CFA9DA. A complement of this color would be #B4DAA9, perceived brightness is 0.73, and the grayscale version is #C2C2C2.

In the HSL color space, this color has a hue angle of 287°,a saturation of 40%, and a lightness of 76%.The HSV representation shows a hue of 287°, a saturation of 22%, and a value of 85%.

In a RGB color space, #CFA9DA is composed of 81% red, 66% green and 85% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 22% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 46.58, x: 0.3413, and y: 0.3027.

Color Code #CFA9DA

#CFA9DArgb(207, 169, 218)
HEX
#CFA9DA
RGB
rgb(207, 169, 218)
HSL
hsl(287, 40%, 76%)
HSV
hsv(287, 22%, 85%)
CMYK
5%, 22%, 0%, 15%
XYZ
X: 52.52, Y: 46.58, Z: 54.79
Lab
L: 73.92, a: 20.76, b: -19.45
Name

Shades of Color #CFA9DA

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

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

#CFA9DArgb(207, 169, 218)

About #CFA9DA Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 40%, and a lightness of 76%. The HSV representation shows a hue of 287°, a saturation of 22%, and a value of 85%.

  • HEX: #CFA9DA
  • RGB: rgb(207, 169, 218)
  • HSL: hsl(287, 40%, 76%)
  • HSV: hsv(287, 22%, 85%)
  • CMYK: 5.00% cyan, 22.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 52.52, 46.58, 54.79
  • Yxy: 46.58, 0.3413, 0.3027
  • Hunter Lab: 73.92, 20.76, -19.45
  • CIE-Lab: 73.92, 20.76, -19.45

In the XYZ color space, this color is represented as X: 52.52, Y: 46.58, Z: 54.79. The Yxy representation further refines this as Y: 46.58, x: 0.3413, and y: 0.3027.

In the Hunter Lab color space, this color is represented as L: 73.92, a: 20.76, and b: -19.45. Similarly, in the CIE-Lab color space, it is represented as L: 73.92, a: 20.76, and b: -19.45.

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

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

Analogous Colors of #CFA9DA

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

Monochromatic Colors of #CFA9DA

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

Complementary Color of #CFA9DA

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

/* Using HEX */
body {
  background-color: #cfa9da;
}
/* Using RGB */
body {
  background-color: rgb(207, 169, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 169, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 40%, 76%);
}
/* Text color */
p {
  color: #cfa9da;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfa9da;
}
/* Border color */
.box {
  border: 4px solid #cfa9da;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfa9da;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfa9da;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFA9DA
On Black Background
#CFA9DA
On White Background
#CFA9DA

HTML Examples of #CFA9DA

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

Related Colors of #CFA9DA

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