Color: #DBAFB4
#DBAFB4 Color Information
#DBAFB4 is a light color. The closest websafe version is #DBAFB4. A complement of this color would be #AEDBD5, perceived brightness is 0.74, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 353°,a saturation of 38%, and a lightness of 77%.The HSV representation shows a hue of 353°, a saturation of 20%, and a value of 86%.
In a RGB color space, #DBAFB4 is composed of 86% red, 69% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 18% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 49.26, x: 0.3826, and y: 0.3495.
Color Code #DBAFB4
Shades of Color #DBAFB4
Shades are created by darkening the original color #DBAFB4 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 #DBAFB4
Tints are created by lightening the original color #DBAFB4 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 #DBAFB4 Color Code
In the HSL color space, this color has a hue angle of 353°, a saturation of 38%, and a lightness of 77%. The HSV representation shows a hue of 353°, a saturation of 20%, and a value of 86%.
- HEX: #DBAFB4
- RGB: rgb(219, 175, 180)
- HSL: hsl(353, 38%, 77%)
- HSV: hsv(353, 20%, 86%)
- CMYK: 0.00% cyan, 20.00% magenta, 18.00% yellow, 14.00% black
- XYZ: 53.93, 49.26, 37.75
- Yxy: 49.26, 0.3826, 0.3495
- Hunter Lab: 75.61, 17.07, 3.86
- CIE-Lab: 75.61, 17.07, 3.86
In the XYZ color space, this color is represented as X: 53.93, Y: 49.26, Z: 37.75. The Yxy representation further refines this as Y: 49.26, x: 0.3826, and y: 0.3495.
In the Hunter Lab color space, this color is represented as L: 75.61, a: 17.07, and b: 3.86. Similarly, in the CIE-Lab color space, it is represented as L: 75.61, a: 17.07, and b: 3.86.
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 #DBAFB4
Triadic colors are three colors evenly spaced around the color wheel, including #DBAFB4. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DBAFB4
Split complementary colors are two colors adjacent to the complementary color of #DBAFB4. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DBAFB4
Monochromatic colors are variations of #DBAFB4, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBAFB4
The complementary color of #DBAFB4 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 #DBAFB4
/* Using HEX */ body { background-color: #dbafb4; }
/* Using RGB */ body { background-color: rgb(219, 175, 180); }
/* Using RGB with opacity */ body { background-color: rgba(219, 175, 180, 0.5); }
/* Using HSL */ body { background-color: hsl(353, 38%, 77%); }
/* Text color */ p { color: #dbafb4; }
/* Box shadow */ div { box-shadow: 4px 4px #dbafb4; }
/* Border color */ .box { border: 4px solid #dbafb4; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbafb4; }
/* Background with text */ div { background: #dbafb4; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBAFB4
<!-- Using HEX --> <div style="background-color: #dbafb4; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 175, 180); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 175, 180, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(353, 38%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbafb4;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbafb4; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbafb4; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbafb4;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbafb4; color: #fff; padding: 16px; border-radius: 8px;"> #DBAFB4 </div>
Related Colors of #DBAFB4
These colors are similar to #DBAFB4, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.