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