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