Color: #CC8DAA
#CC8DAA Color Information
#CC8DAA is a light color. The closest websafe version is #CC8DAA. A complement of this color would be #8ECCAF, perceived brightness is 0.64, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 332°,a saturation of 38%, and a lightness of 68%.The HSV representation shows a hue of 332°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CC8DAA is composed of 80% red, 55% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 17% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 34.97, x: 0.3868, and y: 0.3195.
Color Code #CC8DAA
Shades of Color #CC8DAA
Shades are created by darkening the original color #CC8DAA 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 #CC8DAA
Tints are created by lightening the original color #CC8DAA 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 #CC8DAA Color Code
In the HSL color space, this color has a hue angle of 332°, a saturation of 38%, and a lightness of 68%. The HSV representation shows a hue of 332°, a saturation of 31%, and a value of 80%.
- HEX: #CC8DAA
- RGB: rgb(204, 141, 170)
- HSL: hsl(332, 38%, 68%)
- HSV: hsv(332, 31%, 80%)
- CMYK: 0.00% cyan, 31.00% magenta, 17.00% yellow, 20.00% black
- XYZ: 42.34, 34.97, 32.14
- Yxy: 34.97, 0.3868, 0.3195
- Hunter Lab: 65.72, 27.78, -5.15
- CIE-Lab: 65.72, 27.78, -5.15
In the XYZ color space, this color is represented as X: 42.34, Y: 34.97, Z: 32.14. The Yxy representation further refines this as Y: 34.97, x: 0.3868, and y: 0.3195.
In the Hunter Lab color space, this color is represented as L: 65.72, a: 27.78, and b: -5.15. Similarly, in the CIE-Lab color space, it is represented as L: 65.72, a: 27.78, and b: -5.15.
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 #CC8DAA
Triadic colors are three colors evenly spaced around the color wheel, including #CC8DAA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CC8DAA
Monochromatic colors are variations of #CC8DAA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CC8DAA
The complementary color of #CC8DAA 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 #CC8DAA
/* Using HEX */ body { background-color: #cc8daa; }
/* Using RGB */ body { background-color: rgb(204, 141, 170); }
/* Using RGB with opacity */ body { background-color: rgba(204, 141, 170, 0.5); }
/* Using HSL */ body { background-color: hsl(332, 38%, 68%); }
/* Text color */ p { color: #cc8daa; }
/* Box shadow */ div { box-shadow: 4px 4px #cc8daa; }
HTML Examples of #CC8DAA
<!-- Using HEX --> <div style="background-color: #cc8daa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 141, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 141, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(332, 38%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cc8daa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cc8daa; width: 100px; height: 100px;"></div>
Related Colors of #CC8DAA
These colors are similar to #CC8DAA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.