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