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