Color: #CDAAE9
#CDAAE9 Color Information
#CDAAE9 is a light color. The closest websafe version is #CDAAE9. A complement of this color would be #C6E9AA, perceived brightness is 0.74, and the grayscale version is #CACACA.
In the HSL color space, this color has a hue angle of 273°,a saturation of 59%, and a lightness of 79%.The HSV representation shows a hue of 273°, a saturation of 27%, and a value of 91%.
In a RGB color space, #CDAAE9 is composed of 80% red, 67% green and 91% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 27% magenta, 0% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 47.34, x: 0.3277, and y: 0.2886.
Color Code #CDAAE9
Shades of Color #CDAAE9
Shades are created by darkening the original color #CDAAE9 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 #CDAAE9
Tints are created by lightening the original color #CDAAE9 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 #CDAAE9 Color Code
In the HSL color space, this color has a hue angle of 273°, a saturation of 59%, and a lightness of 79%. The HSV representation shows a hue of 273°, a saturation of 27%, and a value of 91%.
- HEX: #CDAAE9
- RGB: rgb(205, 170, 233)
- HSL: hsl(273, 59%, 79%)
- HSV: hsv(273, 27%, 91%)
- CMYK: 12.00% cyan, 27.00% magenta, 0.00% yellow, 9.00% black
- XYZ: 53.76, 47.34, 62.95
- Yxy: 47.34, 0.3277, 0.2886
- Hunter Lab: 74.41, 21.84, -26.87
- CIE-Lab: 74.41, 21.84, -26.87
In the XYZ color space, this color is represented as X: 53.76, Y: 47.34, Z: 62.95. The Yxy representation further refines this as Y: 47.34, x: 0.3277, and y: 0.2886.
In the Hunter Lab color space, this color is represented as L: 74.41, a: 21.84, and b: -26.87. Similarly, in the CIE-Lab color space, it is represented as L: 74.41, a: 21.84, and b: -26.87.
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 #CDAAE9
Triadic colors are three colors evenly spaced around the color wheel, including #CDAAE9. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CDAAE9
Monochromatic colors are variations of #CDAAE9, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDAAE9
The complementary color of #CDAAE9 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 #CDAAE9
/* Using HEX */ body { background-color: #cdaae9; }
/* Using RGB */ body { background-color: rgb(205, 170, 233); }
/* Using RGB with opacity */ body { background-color: rgba(205, 170, 233, 0.5); }
/* Using HSL */ body { background-color: hsl(273, 59%, 79%); }
/* Text color */ p { color: #cdaae9; }
/* Box shadow */ div { box-shadow: 4px 4px #cdaae9; }
/* Border color */ .box { border: 4px solid #cdaae9; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cdaae9; }
/* Background with text */ div { background: #cdaae9; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CDAAE9
<!-- Using HEX --> <div style="background-color: #cdaae9; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 170, 233); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 170, 233, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(273, 59%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cdaae9;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cdaae9; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cdaae9; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cdaae9;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cdaae9; color: #fff; padding: 16px; border-radius: 8px;"> #CDAAE9 </div>
Related Colors of #CDAAE9
These colors are similar to #CDAAE9, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.