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