Color: #DBA0EC
#DBA0EC Color Information
#DBA0EC is a light color. The closest websafe version is #DBA0EC. A complement of this color would be #B2ECA1, perceived brightness is 0.73, and the grayscale version is #C6C6C6.
In the HSL color space, this color has a hue angle of 287°,a saturation of 67%, and a lightness of 78%.The HSV representation shows a hue of 287°, a saturation of 32%, and a value of 93%.
In a RGB color space, #DBA0EC is composed of 86% red, 63% green and 93% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 32% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 46.05, x: 0.3383, and y: 0.2761.
Color Code #DBA0EC
Shades of Color #DBA0EC
Shades are created by darkening the original color #DBA0EC 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 #DBA0EC
Tints are created by lightening the original color #DBA0EC 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 #DBA0EC Color Code
In the HSL color space, this color has a hue angle of 287°, a saturation of 67%, and a lightness of 78%. The HSV representation shows a hue of 287°, a saturation of 32%, and a value of 93%.
- HEX: #DBA0EC
- RGB: rgb(219, 160, 236)
- HSL: hsl(287, 67%, 78%)
- HSV: hsv(287, 32%, 93%)
- CMYK: 7.00% cyan, 32.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 56.43, 46.05, 64.31
- Yxy: 46.05, 0.3383, 0.2761
- Hunter Lab: 73.58, 32.12, -29.60
- CIE-Lab: 73.58, 32.12, -29.60
In the XYZ color space, this color is represented as X: 56.43, Y: 46.05, Z: 64.31. The Yxy representation further refines this as Y: 46.05, x: 0.3383, and y: 0.2761.
In the Hunter Lab color space, this color is represented as L: 73.58, a: 32.12, and b: -29.60. Similarly, in the CIE-Lab color space, it is represented as L: 73.58, a: 32.12, and b: -29.60.
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 #DBA0EC
Triadic colors are three colors evenly spaced around the color wheel, including #DBA0EC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBA0EC
Monochromatic colors are variations of #DBA0EC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBA0EC
The complementary color of #DBA0EC 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 #DBA0EC
/* Using HEX */ body { background-color: #dba0ec; }
/* Using RGB */ body { background-color: rgb(219, 160, 236); }
/* Using RGB with opacity */ body { background-color: rgba(219, 160, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(287, 67%, 78%); }
/* Text color */ p { color: #dba0ec; }
/* Box shadow */ div { box-shadow: 4px 4px #dba0ec; }
/* Border color */ .box { border: 4px solid #dba0ec; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dba0ec; }
/* Background with text */ div { background: #dba0ec; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBA0EC
<!-- Using HEX --> <div style="background-color: #dba0ec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 160, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 160, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(287, 67%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dba0ec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dba0ec; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dba0ec; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dba0ec;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dba0ec; color: #fff; padding: 16px; border-radius: 8px;"> #DBA0EC </div>
Related Colors of #DBA0EC
These colors are similar to #DBA0EC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.