Color: #E2EEBE
#E2EEBE Color Information
#E2EEBE is a light color. The closest websafe version is #E2EEBE. A complement of this color would be #CABEEE, perceived brightness is 0.90, and the grayscale version is #D6D6D6.
In the HSL color space, this color has a hue angle of 75°,a saturation of 59%, and a lightness of 84%.The HSV representation shows a hue of 75°, a saturation of 20%, and a value of 93%.
In a RGB color space, #E2EEBE is composed of 89% red, 93% green and 75% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 0% magenta, 20% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 81.34, x: 0.3656, and y: 0.4048.
Color Code #E2EEBE
Shades of Color #E2EEBE
Shades are created by darkening the original color #E2EEBE 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 #E2EEBE
Tints are created by lightening the original color #E2EEBE 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 #E2EEBE Color Code
In the HSL color space, this color has a hue angle of 75°, a saturation of 59%, and a lightness of 84%. The HSV representation shows a hue of 75°, a saturation of 20%, and a value of 93%.
- HEX: #E2EEBE
- RGB: rgb(226, 238, 190)
- HSL: hsl(75, 59%, 84%)
- HSV: hsv(75, 20%, 93%)
- CMYK: 5.00% cyan, 0.00% magenta, 20.00% yellow, 7.00% black
- XYZ: 73.45, 81.34, 46.14
- Yxy: 81.34, 0.3656, 0.4048
- Hunter Lab: 92.28, -10.08, 21.93
- CIE-Lab: 92.28, -10.08, 21.93
In the XYZ color space, this color is represented as X: 73.45, Y: 81.34, Z: 46.14. The Yxy representation further refines this as Y: 81.34, x: 0.3656, and y: 0.4048.
In the Hunter Lab color space, this color is represented as L: 92.28, a: -10.08, and b: 21.93. Similarly, in the CIE-Lab color space, it is represented as L: 92.28, a: -10.08, and b: 21.93.
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 #E2EEBE
Triadic colors are three colors evenly spaced around the color wheel, including #E2EEBE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E2EEBE
Monochromatic colors are variations of #E2EEBE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E2EEBE
The complementary color of #E2EEBE 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 #E2EEBE
/* Using HEX */ body { background-color: #e2eebe; }
/* Using RGB */ body { background-color: rgb(226, 238, 190); }
/* Using RGB with opacity */ body { background-color: rgba(226, 238, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(75, 59%, 84%); }
/* Text color */ p { color: #e2eebe; }
/* Box shadow */ div { box-shadow: 4px 4px #e2eebe; }
/* Border color */ .box { border: 4px solid #e2eebe; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e2eebe; }
/* Background with text */ div { background: #e2eebe; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E2EEBE
<!-- Using HEX --> <div style="background-color: #e2eebe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(226, 238, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(226, 238, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(75, 59%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e2eebe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e2eebe; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e2eebe; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e2eebe;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e2eebe; color: #fff; padding: 16px; border-radius: 8px;"> #E2EEBE </div>
Related Colors of #E2EEBE
These colors are similar to #E2EEBE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.