Color: #DBE7AB
#DBE7AB Color Information
#DBE7AB is a light color. The closest websafe version is #DBE7AB. A complement of this color would be #B7ABE7, perceived brightness is 0.86, and the grayscale version is #C9C9C9.
In the HSL color space, this color has a hue angle of 72°,a saturation of 56%, and a lightness of 79%.The HSV representation shows a hue of 72°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DBE7AB is composed of 86% red, 91% green and 67% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 0% magenta, 26% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 75.52, x: 0.3732, and y: 0.4176.
Color Code #DBE7AB
Shades of Color #DBE7AB
Shades are created by darkening the original color #DBE7AB 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 #DBE7AB
Tints are created by lightening the original color #DBE7AB 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 #DBE7AB Color Code
In the HSL color space, this color has a hue angle of 72°, a saturation of 56%, and a lightness of 79%. The HSV representation shows a hue of 72°, a saturation of 26%, and a value of 91%.
- HEX: #DBE7AB
- RGB: rgb(219, 231, 171)
- HSL: hsl(72, 56%, 79%)
- HSV: hsv(72, 26%, 91%)
- CMYK: 5.00% cyan, 0.00% magenta, 26.00% yellow, 9.00% black
- XYZ: 67.49, 75.52, 37.83
- Yxy: 75.52, 0.3732, 0.4176
- Hunter Lab: 89.63, -11.38, 27.91
- CIE-Lab: 89.63, -11.38, 27.91
In the XYZ color space, this color is represented as X: 67.49, Y: 75.52, Z: 37.83. The Yxy representation further refines this as Y: 75.52, x: 0.3732, and y: 0.4176.
In the Hunter Lab color space, this color is represented as L: 89.63, a: -11.38, and b: 27.91. Similarly, in the CIE-Lab color space, it is represented as L: 89.63, a: -11.38, and b: 27.91.
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 #DBE7AB
Triadic colors are three colors evenly spaced around the color wheel, including #DBE7AB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBE7AB
Monochromatic colors are variations of #DBE7AB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBE7AB
The complementary color of #DBE7AB 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 #DBE7AB
/* Using HEX */ body { background-color: #dbe7ab; }
/* Using RGB */ body { background-color: rgb(219, 231, 171); }
/* Using RGB with opacity */ body { background-color: rgba(219, 231, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(72, 56%, 79%); }
/* Text color */ p { color: #dbe7ab; }
/* Box shadow */ div { box-shadow: 4px 4px #dbe7ab; }
HTML Examples of #DBE7AB
<!-- Using HEX --> <div style="background-color: #dbe7ab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 231, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 231, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(72, 56%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbe7ab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbe7ab; width: 100px; height: 100px;"></div>
Related Colors of #DBE7AB
These colors are similar to #DBE7AB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.