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