Color: #DBE9FA
#DBE9FA Color Information
#DBE9FA is a light color. The closest websafe version is #DBE9FA. A complement of this color would be #FAECDB, perceived brightness is 0.90, and the grayscale version is #EBEBEB.
In the HSL color space, this color has a hue angle of 213°,a saturation of 76%, and a lightness of 92%.The HSV representation shows a hue of 213°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DBE9FA is composed of 86% red, 91% green and 98% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 7% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 79.97, x: 0.3258, and y: 0.3431.
Color Code #DBE9FA
Shades of Color #DBE9FA
Shades are created by darkening the original color #DBE9FA 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 #DBE9FA
Tints are created by lightening the original color #DBE9FA 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 #DBE9FA Color Code
In the HSL color space, this color has a hue angle of 213°, a saturation of 76%, and a lightness of 92%. The HSV representation shows a hue of 213°, a saturation of 12%, and a value of 98%.
- HEX: #DBE9FA
- RGB: rgb(219, 233, 250)
- HSL: hsl(213, 76%, 92%)
- HSV: hsv(213, 12%, 98%)
- CMYK: 12.00% cyan, 7.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 75.95, 79.97, 77.17
- Yxy: 79.97, 0.3258, 0.3431
- Hunter Lab: 91.67, -2.35, -9.94
- CIE-Lab: 91.67, -2.35, -9.94
In the XYZ color space, this color is represented as X: 75.95, Y: 79.97, Z: 77.17. The Yxy representation further refines this as Y: 79.97, x: 0.3258, and y: 0.3431.
In the Hunter Lab color space, this color is represented as L: 91.67, a: -2.35, and b: -9.94. Similarly, in the CIE-Lab color space, it is represented as L: 91.67, a: -2.35, and b: -9.94.
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 #DBE9FA
Triadic colors are three colors evenly spaced around the color wheel, including #DBE9FA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBE9FA
Monochromatic colors are variations of #DBE9FA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBE9FA
The complementary color of #DBE9FA 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 #DBE9FA
/* Using HEX */ body { background-color: #dbe9fa; }
/* Using RGB */ body { background-color: rgb(219, 233, 250); }
/* Using RGB with opacity */ body { background-color: rgba(219, 233, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(213, 76%, 92%); }
/* Text color */ p { color: #dbe9fa; }
/* Box shadow */ div { box-shadow: 4px 4px #dbe9fa; }
HTML Examples of #DBE9FA
<!-- Using HEX --> <div style="background-color: #dbe9fa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 233, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 233, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(213, 76%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbe9fa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbe9fa; width: 100px; height: 100px;"></div>
Related Colors of #DBE9FA
These colors are similar to #DBE9FA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.