Color: #DBBFC5
#DBBFC5 Color Information
#DBBFC5 is a light color. The closest websafe version is #DBBFC5. A complement of this color would be #BEDAD4, perceived brightness is 0.78, and the grayscale version is #CDCDCD.
In the HSL color space, this color has a hue angle of 347°,a saturation of 28%, and a lightness of 80%.The HSV representation shows a hue of 347°, a saturation of 13%, and a value of 86%.
In a RGB color space, #DBBFC5 is composed of 86% red, 75% green and 77% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 10% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 56.50, x: 0.3653, and y: 0.3501.
Color Code #DBBFC5
Shades of Color #DBBFC5
Shades are created by darkening the original color #DBBFC5 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 #DBBFC5
Tints are created by lightening the original color #DBBFC5 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 #DBBFC5 Color Code
In the HSL color space, this color has a hue angle of 347°, a saturation of 28%, and a lightness of 80%. The HSV representation shows a hue of 347°, a saturation of 13%, and a value of 86%.
- HEX: #DBBFC5
- RGB: rgb(219, 191, 197)
- HSL: hsl(347, 28%, 80%)
- HSV: hsv(347, 13%, 86%)
- CMYK: 0.00% cyan, 13.00% magenta, 10.00% yellow, 14.00% black
- XYZ: 58.94, 56.50, 45.92
- Yxy: 56.50, 0.3653, 0.3501
- Hunter Lab: 79.89, 11.00, 0.83
- CIE-Lab: 79.89, 11.00, 0.83
In the XYZ color space, this color is represented as X: 58.94, Y: 56.50, Z: 45.92. The Yxy representation further refines this as Y: 56.50, x: 0.3653, and y: 0.3501.
In the Hunter Lab color space, this color is represented as L: 79.89, a: 11.00, and b: 0.83. Similarly, in the CIE-Lab color space, it is represented as L: 79.89, a: 11.00, and b: 0.83.
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 #DBBFC5
Triadic colors are three colors evenly spaced around the color wheel, including #DBBFC5. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBBFC5
Monochromatic colors are variations of #DBBFC5, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBBFC5
The complementary color of #DBBFC5 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 #DBBFC5
/* Using HEX */ body { background-color: #dbbfc5; }
/* Using RGB */ body { background-color: rgb(219, 191, 197); }
/* Using RGB with opacity */ body { background-color: rgba(219, 191, 197, 0.5); }
/* Using HSL */ body { background-color: hsl(347, 28%, 80%); }
/* Text color */ p { color: #dbbfc5; }
/* Box shadow */ div { box-shadow: 4px 4px #dbbfc5; }
/* Border color */ .box { border: 4px solid #dbbfc5; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbbfc5; }
/* Background with text */ div { background: #dbbfc5; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBBFC5
<!-- Using HEX --> <div style="background-color: #dbbfc5; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 191, 197); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 191, 197, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(347, 28%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbbfc5;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbbfc5; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbbfc5; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbbfc5;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbbfc5; color: #fff; padding: 16px; border-radius: 8px;"> #DBBFC5 </div>
Related Colors of #DBBFC5
These colors are similar to #DBBFC5, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.