Color #E1E1FB

HEX

#E1E1FB

RGB

(225, 225, 251)

Quick Actions

Color Values

Color Space Values
RGB
R: 225, G: 225, B: 251 (88%, 88%, 98%)
CMYK C: 10%, M: 10%, Y: 0%, K: 2%
HSL H: 240°, S: 76%, L: 93%
HSV H: 240°, S: 10%, V: 98%
CIE-LAB L: 90.24, a: 4.91, b: -12.6
CIE-LCH L: 90.24, C: 13.52, H: 291.29
Hunter-Lab L: 87.65, a: -2.86, b: -20.21
Web Safe
#ccccff
Complementary
#fbfbe1

#E1E1FB is a color with RGB values of 225 red, 225 green, and 251 blue (88%, 88%, 98% respectively). In the CMYK color space, it consists of 10% cyan, 10% magenta, 0% yellow, and 2% black. The color has a hue angle of 240°, 76% saturation, and 93% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ccccff. The complementary color is #fbfbe1, 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 #E1E1FB

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #E1E1FB

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

Text with #E1E1FB

This text has a font color of #E1E1FB.

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

#E1E1FB background color

This paragraph has a background color of #E1E1FB.

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

#E1E1FB border color

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

#E1E1FB box shadow

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