Color: #EEDDF1

#EEDDF1 Color Information

#EEDDF1 is a light color. The closest websafe version is #EEDDF1. A complement of this color would be #E1F2DE, perceived brightness is 0.90, and the grayscale version is #E7E7E7.

In the HSL color space, this color has a hue angle of 291°,a saturation of 42%, and a lightness of 91%.The HSV representation shows a hue of 291°, a saturation of 8%, and a value of 95%.

In a RGB color space, #EEDDF1 is composed of 93% red, 87% green and 95% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 8% magenta, 0% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 76.19, x: 0.3455, and y: 0.3387.

Color Code #EEDDF1

#EEDDF1rgb(238, 221, 241)
HEX
#EEDDF1
RGB
rgb(238, 221, 241)
HSL
hsl(291, 42%, 91%)
HSV
hsv(291, 8%, 95%)
CMYK
1%, 8%, 0%, 5%
XYZ
X: 77.71, Y: 76.19, Z: 71.03
Lab
L: 89.95, a: 8.64, b: -7.58
Name

Shades of Color #EEDDF1

Shades are created by darkening the original color #EEDDF1 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 #EEDDF1

Tints are created by lightening the original color #EEDDF1 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.

#EEDDF1rgb(238, 221, 241)

About #EEDDF1 Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 42%, and a lightness of 91%. The HSV representation shows a hue of 291°, a saturation of 8%, and a value of 95%.

  • HEX: #EEDDF1
  • RGB: rgb(238, 221, 241)
  • HSL: hsl(291, 42%, 91%)
  • HSV: hsv(291, 8%, 95%)
  • CMYK: 100.00% cyan, 8.00% magenta, 0.00% yellow, 5.00% black
  • XYZ: 77.71, 76.19, 71.03
  • Yxy: 76.19, 0.3455, 0.3387
  • Hunter Lab: 89.95, 8.64, -7.58
  • CIE-Lab: 89.95, 8.64, -7.58

In the XYZ color space, this color is represented as X: 77.71, Y: 76.19, Z: 71.03. The Yxy representation further refines this as Y: 76.19, x: 0.3455, and y: 0.3387.

In the Hunter Lab color space, this color is represented as L: 89.95, a: 8.64, and b: -7.58. Similarly, in the CIE-Lab color space, it is represented as L: 89.95, a: 8.64, and b: -7.58.

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

Triadic colors are three colors evenly spaced around the color wheel, including #EEDDF1. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #EEDDF1

Analogous colors are adjacent to #EEDDF1 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #EEDDF1

Split complementary colors are two colors adjacent to the complementary color of #EEDDF1. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EEDDF1

Tetradic colors form a rectangle on the color wheel, including #EEDDF1. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EEDDF1

Monochromatic colors are variations of #EEDDF1, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #EEDDF1

The complementary color of #EEDDF1 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 #EEDDF1

/* Using HEX */
body {
  background-color: #eeddf1;
}
/* Using RGB */
body {
  background-color: rgb(238, 221, 241);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 221, 241, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 42%, 91%);
}
/* Text color */
p {
  color: #eeddf1;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eeddf1;
}
/* Border color */
.box {
  border: 4px solid #eeddf1;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eeddf1;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eeddf1;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEDDF1
On Black Background
#EEDDF1
On White Background
#EEDDF1

HTML Examples of #EEDDF1

<!-- Using HEX -->
<div style="background-color: #eeddf1; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(238, 221, 241); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(238, 221, 241, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(291, 42%, 91%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eeddf1;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eeddf1; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eeddf1; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eeddf1;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eeddf1; color: #fff; padding: 16px; border-radius: 8px;">
  #EEDDF1
</div>
#EEDDF1
On Black Background
#EEDDF1
On White Background
#EEDDF1

Related Colors of #EEDDF1

These colors are similar to #EEDDF1, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.