Color: #DFFEC0
#DFFEC0 Color Information
#DFFEC0 is a light color. The closest websafe version is #DFFEC0. A complement of this color would be #DEBEFE, perceived brightness is 0.93, and the grayscale version is #DFDFDF.
In the HSL color space, this color has a hue angle of 90°,a saturation of 97%, and a lightness of 87%.The HSV representation shows a hue of 90°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DFFEC0 is composed of 87% red, 100% green and 75% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 24% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 90.66, x: 0.3592, and y: 0.4181.
Color Code #DFFEC0
Shades of Color #DFFEC0
Shades are created by darkening the original color #DFFEC0 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 #DFFEC0
Tints are created by lightening the original color #DFFEC0 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 #DFFEC0 Color Code
In the HSL color space, this color has a hue angle of 90°, a saturation of 97%, and a lightness of 87%. The HSV representation shows a hue of 90°, a saturation of 24%, and a value of 100%.
- HEX: #DFFEC0
- RGB: rgb(223, 254, 192)
- HSL: hsl(90, 97%, 87%)
- HSV: hsv(90, 24%, 100%)
- CMYK: 12.00% cyan, 0.00% magenta, 24.00% yellow, 0.00% black
- XYZ: 77.88, 90.66, 48.30
- Yxy: 90.66, 0.3592, 0.4181
- Hunter Lab: 96.27, -18.28, 26.28
- CIE-Lab: 96.27, -18.28, 26.28
In the XYZ color space, this color is represented as X: 77.88, Y: 90.66, Z: 48.30. The Yxy representation further refines this as Y: 90.66, x: 0.3592, and y: 0.4181.
In the Hunter Lab color space, this color is represented as L: 96.27, a: -18.28, and b: 26.28. Similarly, in the CIE-Lab color space, it is represented as L: 96.27, a: -18.28, and b: 26.28.
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 #DFFEC0
Triadic colors are three colors evenly spaced around the color wheel, including #DFFEC0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DFFEC0
Monochromatic colors are variations of #DFFEC0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFFEC0
The complementary color of #DFFEC0 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 #DFFEC0
/* Using HEX */ body { background-color: #dffec0; }
/* Using RGB */ body { background-color: rgb(223, 254, 192); }
/* Using RGB with opacity */ body { background-color: rgba(223, 254, 192, 0.5); }
/* Using HSL */ body { background-color: hsl(90, 97%, 87%); }
/* Text color */ p { color: #dffec0; }
/* Box shadow */ div { box-shadow: 4px 4px #dffec0; }
HTML Examples of #DFFEC0
<!-- Using HEX --> <div style="background-color: #dffec0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 254, 192); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 254, 192, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(90, 97%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dffec0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dffec0; width: 100px; height: 100px;"></div>
Related Colors of #DFFEC0
These colors are similar to #DFFEC0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.