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