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