Color: #DBB7F8
#DBB7F8 Color Information
#DBB7F8 is a light color. The closest websafe version is #DBB7F8. A complement of this color would be #D6F8B9, perceived brightness is 0.79, and the grayscale version is #D7D7D7.
In the HSL color space, this color has a hue angle of 273°,a saturation of 82%, and a lightness of 85%.The HSV representation shows a hue of 273°, a saturation of 26%, and a value of 97%.
In a RGB color space, #DBB7F8 is composed of 86% red, 72% green and 97% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 26% magenta, 0% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 55.40, x: 0.3283, and y: 0.2907.
Color Code #DBB7F8
Shades of Color #DBB7F8
Shades are created by darkening the original color #DBB7F8 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 #DBB7F8
Tints are created by lightening the original color #DBB7F8 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 #DBB7F8 Color Code
In the HSL color space, this color has a hue angle of 273°, a saturation of 82%, and a lightness of 85%. The HSV representation shows a hue of 273°, a saturation of 26%, and a value of 97%.
- HEX: #DBB7F8
- RGB: rgb(219, 183, 248)
- HSL: hsl(273, 82%, 85%)
- HSV: hsv(273, 26%, 97%)
- CMYK: 12.00% cyan, 26.00% magenta, 0.00% yellow, 3.00% black
- XYZ: 62.56, 55.40, 72.62
- Yxy: 55.40, 0.3283, 0.2907
- Hunter Lab: 79.27, 22.20, -27.40
- CIE-Lab: 79.27, 22.20, -27.40
In the XYZ color space, this color is represented as X: 62.56, Y: 55.40, Z: 72.62. The Yxy representation further refines this as Y: 55.40, x: 0.3283, and y: 0.2907.
In the Hunter Lab color space, this color is represented as L: 79.27, a: 22.20, and b: -27.40. Similarly, in the CIE-Lab color space, it is represented as L: 79.27, a: 22.20, and b: -27.40.
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 #DBB7F8
Triadic colors are three colors evenly spaced around the color wheel, including #DBB7F8. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBB7F8
Split complementary colors are two colors adjacent to the complementary color of #DBB7F8. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBB7F8
Monochromatic colors are variations of #DBB7F8, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBB7F8
The complementary color of #DBB7F8 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 #DBB7F8
/* Using HEX */ body { background-color: #dbb7f8; }
/* Using RGB */ body { background-color: rgb(219, 183, 248); }
/* Using RGB with opacity */ body { background-color: rgba(219, 183, 248, 0.5); }
/* Using HSL */ body { background-color: hsl(273, 82%, 85%); }
/* Text color */ p { color: #dbb7f8; }
/* Box shadow */ div { box-shadow: 4px 4px #dbb7f8; }
/* Border color */ .box { border: 4px solid #dbb7f8; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbb7f8; }
/* Background with text */ div { background: #dbb7f8; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBB7F8
<!-- Using HEX --> <div style="background-color: #dbb7f8; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 183, 248); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 183, 248, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(273, 82%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbb7f8;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbb7f8; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbb7f8; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbb7f8;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbb7f8; color: #fff; padding: 16px; border-radius: 8px;"> #DBB7F8 </div>
Related Colors of #DBB7F8
These colors are similar to #DBB7F8, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.