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