Color: #ECFACF
#ECFACF Color Information
#ECFACF is a light color. The closest websafe version is #ECFACF. A complement of this color would be #DFD1FA, perceived brightness is 0.94, and the grayscale version is #E4E4E4.
In the HSL color space, this color has a hue angle of 80°,a saturation of 81%, and a lightness of 90%.The HSV representation shows a hue of 80°, a saturation of 17%, and a value of 98%.
In a RGB color space, #ECFACF is composed of 93% red, 98% green and 81% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 17% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 90.98, x: 0.3606, and y: 0.3985.
Color Code #ECFACF
Shades of Color #ECFACF
Shades are created by darkening the original color #ECFACF 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 #ECFACF
Tints are created by lightening the original color #ECFACF 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 #ECFACF Color Code
In the HSL color space, this color has a hue angle of 80°, a saturation of 81%, and a lightness of 90%. The HSV representation shows a hue of 80°, a saturation of 17%, and a value of 98%.
- HEX: #ECFACF
- RGB: rgb(236, 250, 207)
- HSL: hsl(80, 81%, 90%)
- HSV: hsv(80, 17%, 98%)
- CMYK: 6.00% cyan, 0.00% magenta, 17.00% yellow, 2.00% black
- XYZ: 82.32, 90.98, 55.01
- Yxy: 90.98, 0.3606, 0.3985
- Hunter Lab: 96.40, -10.16, 19.08
- CIE-Lab: 96.40, -10.16, 19.08
In the XYZ color space, this color is represented as X: 82.32, Y: 90.98, Z: 55.01. The Yxy representation further refines this as Y: 90.98, x: 0.3606, and y: 0.3985.
In the Hunter Lab color space, this color is represented as L: 96.40, a: -10.16, and b: 19.08. Similarly, in the CIE-Lab color space, it is represented as L: 96.40, a: -10.16, and b: 19.08.
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 #ECFACF
Triadic colors are three colors evenly spaced around the color wheel, including #ECFACF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ECFACF
Split complementary colors are two colors adjacent to the complementary color of #ECFACF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ECFACF
Monochromatic colors are variations of #ECFACF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ECFACF
The complementary color of #ECFACF 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 #ECFACF
/* Using HEX */ body { background-color: #ecfacf; }
/* Using RGB */ body { background-color: rgb(236, 250, 207); }
/* Using RGB with opacity */ body { background-color: rgba(236, 250, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(80, 81%, 90%); }
/* Text color */ p { color: #ecfacf; }
/* Box shadow */ div { box-shadow: 4px 4px #ecfacf; }
/* Border color */ .box { border: 4px solid #ecfacf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ecfacf; }
/* Background with text */ div { background: #ecfacf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ECFACF
<!-- Using HEX --> <div style="background-color: #ecfacf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 250, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 250, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(80, 81%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ecfacf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ecfacf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ecfacf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ecfacf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ecfacf; color: #fff; padding: 16px; border-radius: 8px;"> #ECFACF </div>
Related Colors of #ECFACF
These colors are similar to #ECFACF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.