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