Color: #ECBAED
#ECBAED Color Information
#ECBAED is a light color. The closest websafe version is #ECBAED. A complement of this color would be #BBEDBA, perceived brightness is 0.81, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 299°,a saturation of 59%, and a lightness of 83%.The HSV representation shows a hue of 299°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ECBAED is composed of 93% red, 73% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 59.00, x: 0.3502, and y: 0.3057.
Color Code #ECBAED
Shades of Color #ECBAED
Shades are created by darkening the original color #ECBAED 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 #ECBAED
Tints are created by lightening the original color #ECBAED 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 #ECBAED Color Code
In the HSL color space, this color has a hue angle of 299°, a saturation of 59%, and a lightness of 83%. The HSV representation shows a hue of 299°, a saturation of 22%, and a value of 93%.
- HEX: #ECBAED
- RGB: rgb(236, 186, 237)
- HSL: hsl(299, 59%, 83%)
- HSV: hsv(299, 22%, 93%)
- CMYK: 0.00% cyan, 22.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 67.60, 59.00, 66.42
- Yxy: 59.00, 0.3502, 0.3057
- Hunter Lab: 81.29, 24.83, -18.30
- CIE-Lab: 81.29, 24.83, -18.30
In the XYZ color space, this color is represented as X: 67.60, Y: 59.00, Z: 66.42. The Yxy representation further refines this as Y: 59.00, x: 0.3502, and y: 0.3057.
In the Hunter Lab color space, this color is represented as L: 81.29, a: 24.83, and b: -18.30. Similarly, in the CIE-Lab color space, it is represented as L: 81.29, a: 24.83, and b: -18.30.
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 #ECBAED
Triadic colors are three colors evenly spaced around the color wheel, including #ECBAED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ECBAED
Monochromatic colors are variations of #ECBAED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ECBAED
The complementary color of #ECBAED 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 #ECBAED
/* Using HEX */ body { background-color: #ecbaed; }
/* Using RGB */ body { background-color: rgb(236, 186, 237); }
/* Using RGB with opacity */ body { background-color: rgba(236, 186, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(299, 59%, 83%); }
/* Text color */ p { color: #ecbaed; }
/* Box shadow */ div { box-shadow: 4px 4px #ecbaed; }
HTML Examples of #ECBAED
<!-- Using HEX --> <div style="background-color: #ecbaed; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 186, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 186, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(299, 59%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ecbaed;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ecbaed; width: 100px; height: 100px;"></div>
Related Colors of #ECBAED
These colors are similar to #ECBAED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.