Color: #DBADFC
#DBADFC Color Information
#DBADFC is a light color. The closest websafe version is #DBADFC. A complement of this color would be #CDFCAB, perceived brightness is 0.77, and the grayscale version is #D5D5D5.
In the HSL color space, this color has a hue angle of 275°,a saturation of 93%, and a lightness of 83%.The HSV representation shows a hue of 275°, a saturation of 31%, and a value of 99%.
In a RGB color space, #DBADFC is composed of 86% red, 68% green and 99% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 31% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 51.62, x: 0.3255, and y: 0.2759.
Color Code #DBADFC
Shades of Color #DBADFC
Shades are created by darkening the original color #DBADFC 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 #DBADFC
Tints are created by lightening the original color #DBADFC 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 #DBADFC Color Code
In the HSL color space, this color has a hue angle of 275°, a saturation of 93%, and a lightness of 83%. The HSV representation shows a hue of 275°, a saturation of 31%, and a value of 99%.
- HEX: #DBADFC
- RGB: rgb(219, 173, 252)
- HSL: hsl(275, 93%, 83%)
- HSV: hsv(275, 31%, 99%)
- CMYK: 13.00% cyan, 31.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 60.91, 51.62, 74.57
- Yxy: 51.62, 0.3255, 0.2759
- Hunter Lab: 77.05, 27.93, -32.92
- CIE-Lab: 77.05, 27.93, -32.92
In the XYZ color space, this color is represented as X: 60.91, Y: 51.62, Z: 74.57. The Yxy representation further refines this as Y: 51.62, x: 0.3255, and y: 0.2759.
In the Hunter Lab color space, this color is represented as L: 77.05, a: 27.93, and b: -32.92. Similarly, in the CIE-Lab color space, it is represented as L: 77.05, a: 27.93, and b: -32.92.
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 #DBADFC
Triadic colors are three colors evenly spaced around the color wheel, including #DBADFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBADFC
Split complementary colors are two colors adjacent to the complementary color of #DBADFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBADFC
Monochromatic colors are variations of #DBADFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBADFC
The complementary color of #DBADFC 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 #DBADFC
/* Using HEX */ body { background-color: #dbadfc; }
/* Using RGB */ body { background-color: rgb(219, 173, 252); }
/* Using RGB with opacity */ body { background-color: rgba(219, 173, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(275, 93%, 83%); }
/* Text color */ p { color: #dbadfc; }
/* Box shadow */ div { box-shadow: 4px 4px #dbadfc; }
/* Border color */ .box { border: 4px solid #dbadfc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbadfc; }
/* Background with text */ div { background: #dbadfc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBADFC
<!-- Using HEX --> <div style="background-color: #dbadfc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 173, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 173, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(275, 93%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbadfc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbadfc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbadfc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbadfc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbadfc; color: #fff; padding: 16px; border-radius: 8px;"> #DBADFC </div>
Related Colors of #DBADFC
These colors are similar to #DBADFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.