Color: #ECB9EF
#ECB9EF Color Information
#ECB9EF is a light color. The closest websafe version is #ECB9EF. A complement of this color would be #BBEFB8, perceived brightness is 0.81, and the grayscale version is #D4D4D4.
In the HSL color space, this color has a hue angle of 297°,a saturation of 63%, and a lightness of 83%.The HSV representation shows a hue of 297°, a saturation of 23%, and a value of 94%.
In a RGB color space, #ECB9EF is composed of 93% red, 73% green and 94% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 23% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 58.68, x: 0.3488, and y: 0.3028.
Color Code #ECB9EF
Shades of Color #ECB9EF
Shades are created by darkening the original color #ECB9EF 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 #ECB9EF
Tints are created by lightening the original color #ECB9EF 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 #ECB9EF Color Code
In the HSL color space, this color has a hue angle of 297°, a saturation of 63%, and a lightness of 83%. The HSV representation shows a hue of 297°, a saturation of 23%, and a value of 94%.
- HEX: #ECB9EF
- RGB: rgb(236, 185, 239)
- HSL: hsl(297, 63%, 83%)
- HSV: hsv(297, 23%, 94%)
- CMYK: 100.00% cyan, 23.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 67.61, 58.68, 67.52
- Yxy: 58.68, 0.3488, 0.3028
- Hunter Lab: 81.11, 25.61, -19.63
- CIE-Lab: 81.11, 25.61, -19.63
In the XYZ color space, this color is represented as X: 67.61, Y: 58.68, Z: 67.52. The Yxy representation further refines this as Y: 58.68, x: 0.3488, and y: 0.3028.
In the Hunter Lab color space, this color is represented as L: 81.11, a: 25.61, and b: -19.63. Similarly, in the CIE-Lab color space, it is represented as L: 81.11, a: 25.61, and b: -19.63.
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 #ECB9EF
Triadic colors are three colors evenly spaced around the color wheel, including #ECB9EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ECB9EF
Monochromatic colors are variations of #ECB9EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ECB9EF
The complementary color of #ECB9EF 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 #ECB9EF
/* Using HEX */ body { background-color: #ecb9ef; }
/* Using RGB */ body { background-color: rgb(236, 185, 239); }
/* Using RGB with opacity */ body { background-color: rgba(236, 185, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(297, 63%, 83%); }
/* Text color */ p { color: #ecb9ef; }
/* Box shadow */ div { box-shadow: 4px 4px #ecb9ef; }
/* Border color */ .box { border: 4px solid #ecb9ef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ecb9ef; }
/* Background with text */ div { background: #ecb9ef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ECB9EF
<!-- Using HEX --> <div style="background-color: #ecb9ef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 185, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 185, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(297, 63%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ecb9ef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ecb9ef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ecb9ef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ecb9ef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ecb9ef; color: #fff; padding: 16px; border-radius: 8px;"> #ECB9EF </div>
Related Colors of #ECB9EF
These colors are similar to #ECB9EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.