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