Color: #CD9CDA
#CD9CDA Color Information
#CD9CDA is a light color. The closest websafe version is #CD9CDA. A complement of this color would be #A8DA9A, perceived brightness is 0.70, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 287°,a saturation of 46%, and a lightness of 73%.The HSV representation shows a hue of 287°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CD9CDA is composed of 80% red, 61% green and 85% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 28% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 41.67, x: 0.3404, and y: 0.2868.
Color Code #CD9CDA
Shades of Color #CD9CDA
Shades are created by darkening the original color #CD9CDA 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 #CD9CDA
Tints are created by lightening the original color #CD9CDA 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.
About #CD9CDA Color Code
In the HSL color space, this color has a hue angle of 287°, a saturation of 46%, and a lightness of 73%. The HSV representation shows a hue of 287°, a saturation of 28%, and a value of 85%.
- HEX: #CD9CDA
- RGB: rgb(205, 156, 218)
- HSL: hsl(287, 46%, 73%)
- HSV: hsv(287, 28%, 85%)
- CMYK: 6.00% cyan, 28.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 49.46, 41.67, 54.15
- Yxy: 41.67, 0.3404, 0.2868
- Hunter Lab: 70.64, 26.79, -24.42
- CIE-Lab: 70.64, 26.79, -24.42
In the XYZ color space, this color is represented as X: 49.46, Y: 41.67, Z: 54.15. The Yxy representation further refines this as Y: 41.67, x: 0.3404, and y: 0.2868.
In the Hunter Lab color space, this color is represented as L: 70.64, a: 26.79, and b: -24.42. Similarly, in the CIE-Lab color space, it is represented as L: 70.64, a: 26.79, and b: -24.42.
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 #CD9CDA
Triadic colors are three colors evenly spaced around the color wheel, including #CD9CDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CD9CDA
Monochromatic colors are variations of #CD9CDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CD9CDA
The complementary color of #CD9CDA 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 #CD9CDA
/* Using HEX */ body { background-color: #cd9cda; }
/* Using RGB */ body { background-color: rgb(205, 156, 218); }
/* Using RGB with opacity */ body { background-color: rgba(205, 156, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(287, 46%, 73%); }
/* Text color */ p { color: #cd9cda; }
/* Box shadow */ div { box-shadow: 4px 4px #cd9cda; }
HTML Examples of #CD9CDA
<!-- Using HEX --> <div style="background-color: #cd9cda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 156, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 156, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(287, 46%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cd9cda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cd9cda; width: 100px; height: 100px;"></div>
Related Colors of #CD9CDA
These colors are similar to #CD9CDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.