Color #E0FAE8

HEX

#E0FAE8

RGB

(224, 250, 232)

Quick Actions

Color Values

Color Space Values
RGB
R: 224, G: 250, B: 232 (88%, 98%, 91%)
CMYK C: 10%, M: 0%, Y: 7%, K: 2%
HSL H: 138°, S: 72%, L: 93%
HSV H: 138°, S: 10%, V: 98%
CIE-LAB L: 96.01, a: -11.74, b: 5.76
CIE-LCH L: 96.01, C: 13.08, H: 153.87
Hunter-Lab L: 94.89, a: -19.46, b: 0.38
Web Safe
#ccffff
Complementary
#fae0f2

#E0FAE8 is a color with RGB values of 224 red, 250 green, and 232 blue (88%, 98%, 91% respectively). In the CMYK color space, it consists of 10% cyan, 0% magenta, 7% yellow, and 2% black. The color has a hue angle of 138°, 72% saturation, and 93% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ccffff. The complementary color is #fae0f2, 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 #E0FAE8

Explore different variations of #E0FAE8 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 #E0FAE8. 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 #E0FAE8

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #E0FAE8

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 #E0FAE8

Text with #E0FAE8

This text has a font color of #E0FAE8.

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

#E0FAE8 background color

This paragraph has a background color of #E0FAE8.

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

#E0FAE8 border color

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

#E0FAE8 box shadow

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