Color #E2EDBB

HEX

#E2EDBB

RGB

(226, 237, 187)

Quick Actions

Color Values

Color Space Values
RGB
R: 226, G: 237, B: 187 (89%, 93%, 73%)
CMYK C: 5%, M: 0%, Y: 21%, K: 7%
HSL H: 73°, S: 58%, L: 83%
HSV H: 73°, S: 21%, V: 93%
CIE-LAB L: 91.83, a: -11.91, b: 23.04
CIE-LCH L: 91.83, C: 25.94, H: 117.34
Hunter-Lab L: 89.62, a: -18.94, b: 16.81
Web Safe
#ccffcc
Complementary
#c5baec

#E2EDBB is a color with RGB values of 226 red, 237 green, and 187 blue (89%, 93%, 73% respectively). In the CMYK color space, it consists of 5% cyan, 0% magenta, 21% yellow, and 7% black. The color has a hue angle of 73°, 58% saturation, and 83% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ccffcc. The complementary color is #c5baec, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #E2EDBB

Explore different variations of #E2EDBB including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #E2EDBB. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #E2EDBB

Explore different color combinations and harmonies that work well with #E2EDBB.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #E2EDBB

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #E2EDBB

Text with #E2EDBB

This text has a font color of #E2EDBB.

<span style="color:#E2EDBB;">Text here</span>
.text { color: #E2EDBB; }

#E2EDBB background color

This paragraph has a background color of #E2EDBB.

<p style="background-color:#E2EDBB;">Content here</p>
.background { background-color: #E2EDBB; }

#E2EDBB border color

This element has a border color of #E2EDBB.
<div style="border:1px solid #E2EDBB;">Content here</div>
.border { border: 1px solid #E2EDBB; }

#E2EDBB box shadow

This element has a box shadow using #E2EDBB.
<div style="box-shadow: 0 4px 6px -1px #E2EDBB80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #E2EDBB80; }
Copied to clipboard!