Color: #CFAAEB
#CFAAEB Color Information
#CFAAEB is a light color. The closest websafe version is #CFAAEB. A complement of this color would be #C5EBA8, perceived brightness is 0.74, and the grayscale version is #CBCBCB.
In the HSL color space, this color has a hue angle of 274°,a saturation of 62%, and a lightness of 79%.The HSV representation shows a hue of 274°, a saturation of 28%, and a value of 92%.
In a RGB color space, #CFAAEB is composed of 81% red, 67% green and 92% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 28% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 47.74, x: 0.3279, and y: 0.2869.
Color Code #CFAAEB
Shades of Color #CFAAEB
Shades are created by darkening the original color #CFAAEB 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 #CFAAEB
Tints are created by lightening the original color #CFAAEB 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 #CFAAEB Color Code
In the HSL color space, this color has a hue angle of 274°, a saturation of 62%, and a lightness of 79%. The HSV representation shows a hue of 274°, a saturation of 28%, and a value of 92%.
- HEX: #CFAAEB
- RGB: rgb(207, 170, 235)
- HSL: hsl(274, 62%, 79%)
- HSV: hsv(274, 28%, 92%)
- CMYK: 12.00% cyan, 28.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 54.57, 47.74, 64.10
- Yxy: 47.74, 0.3279, 0.2869
- Hunter Lab: 74.66, 22.83, -27.55
- CIE-Lab: 74.66, 22.83, -27.55
In the XYZ color space, this color is represented as X: 54.57, Y: 47.74, Z: 64.10. The Yxy representation further refines this as Y: 47.74, x: 0.3279, and y: 0.2869.
In the Hunter Lab color space, this color is represented as L: 74.66, a: 22.83, and b: -27.55. Similarly, in the CIE-Lab color space, it is represented as L: 74.66, a: 22.83, and b: -27.55.
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 #CFAAEB
Triadic colors are three colors evenly spaced around the color wheel, including #CFAAEB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CFAAEB
Split complementary colors are two colors adjacent to the complementary color of #CFAAEB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CFAAEB
Monochromatic colors are variations of #CFAAEB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFAAEB
The complementary color of #CFAAEB 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 #CFAAEB
/* Using HEX */ body { background-color: #cfaaeb; }
/* Using RGB */ body { background-color: rgb(207, 170, 235); }
/* Using RGB with opacity */ body { background-color: rgba(207, 170, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(274, 62%, 79%); }
/* Text color */ p { color: #cfaaeb; }
/* Box shadow */ div { box-shadow: 4px 4px #cfaaeb; }
/* Border color */ .box { border: 4px solid #cfaaeb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cfaaeb; }
/* Background with text */ div { background: #cfaaeb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CFAAEB
<!-- Using HEX --> <div style="background-color: #cfaaeb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 170, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 170, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(274, 62%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfaaeb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfaaeb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cfaaeb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cfaaeb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cfaaeb; color: #fff; padding: 16px; border-radius: 8px;"> #CFAAEB </div>
Related Colors of #CFAAEB
These colors are similar to #CFAAEB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.