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