Color: #DBEFDD
#DBEFDD Color Information
#DBEFDD is a light color. The closest websafe version is #DBEFDD. A complement of this color would be #EFDCED, perceived brightness is 0.91, and the grayscale version is #E5E5E5.
In the HSL color space, this color has a hue angle of 126°,a saturation of 38%, and a lightness of 90%.The HSV representation shows a hue of 126°, a saturation of 8%, and a value of 94%.
In a RGB color space, #DBEFDD is composed of 86% red, 94% green and 87% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 8% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 82.02, x: 0.3424, and y: 0.3771.
Color Code #DBEFDD
Shades of Color #DBEFDD
Shades are created by darkening the original color #DBEFDD 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 #DBEFDD
Tints are created by lightening the original color #DBEFDD 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 #DBEFDD Color Code
In the HSL color space, this color has a hue angle of 126°, a saturation of 38%, and a lightness of 90%. The HSV representation shows a hue of 126°, a saturation of 8%, and a value of 94%.
- HEX: #DBEFDD
- RGB: rgb(219, 239, 221)
- HSL: hsl(126, 38%, 90%)
- HSV: hsv(126, 8%, 94%)
- CMYK: 8.00% cyan, 0.00% magenta, 8.00% yellow, 6.00% black
- XYZ: 74.47, 82.02, 61.01
- Yxy: 82.02, 0.3424, 0.3771
- Hunter Lab: 92.58, -9.29, 6.37
- CIE-Lab: 92.58, -9.29, 6.37
In the XYZ color space, this color is represented as X: 74.47, Y: 82.02, Z: 61.01. The Yxy representation further refines this as Y: 82.02, x: 0.3424, and y: 0.3771.
In the Hunter Lab color space, this color is represented as L: 92.58, a: -9.29, and b: 6.37. Similarly, in the CIE-Lab color space, it is represented as L: 92.58, a: -9.29, and b: 6.37.
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 #DBEFDD
Triadic colors are three colors evenly spaced around the color wheel, including #DBEFDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBEFDD
Monochromatic colors are variations of #DBEFDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBEFDD
The complementary color of #DBEFDD 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 #DBEFDD
/* Using HEX */ body { background-color: #dbefdd; }
/* Using RGB */ body { background-color: rgb(219, 239, 221); }
/* Using RGB with opacity */ body { background-color: rgba(219, 239, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(126, 38%, 90%); }
/* Text color */ p { color: #dbefdd; }
/* Box shadow */ div { box-shadow: 4px 4px #dbefdd; }
/* Border color */ .box { border: 4px solid #dbefdd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbefdd; }
/* Background with text */ div { background: #dbefdd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBEFDD
<!-- Using HEX --> <div style="background-color: #dbefdd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 239, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 239, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(126, 38%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbefdd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbefdd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbefdd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbefdd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbefdd; color: #fff; padding: 16px; border-radius: 8px;"> #DBEFDD </div>
Related Colors of #DBEFDD
These colors are similar to #DBEFDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.