Color: #EED6DD

#EED6DD Color Information

#EED6DD is a light color. The closest websafe version is #EED6DD. A complement of this color would be #D7EEE8, perceived brightness is 0.87, and the grayscale version is #E2E2E2.

In the HSL color space, this color has a hue angle of 343°,a saturation of 41%, and a lightness of 89%.The HSV representation shows a hue of 343°, a saturation of 10%, and a value of 93%.

In a RGB color space, #EED6DD is composed of 93% red, 84% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 7% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 71.61, x: 0.3595, and y: 0.3502.

Color Code #EED6DD

#EED6DDrgb(238, 214, 221)
HEX
#EED6DD
RGB
rgb(238, 214, 221)
HSL
hsl(343, 41%, 89%)
HSV
hsv(343, 10%, 93%)
CMYK
0%, 10%, 7%, 7%
XYZ
X: 73.52, Y: 71.61, Z: 59.36
Lab
L: 87.78, a: 9.46, b: -0.27
Name

Shades of Color #EED6DD

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

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

#EED6DDrgb(238, 214, 221)

About #EED6DD Color Code

In the HSL color space, this color has a hue angle of 343°, a saturation of 41%, and a lightness of 89%. The HSV representation shows a hue of 343°, a saturation of 10%, and a value of 93%.

  • HEX: #EED6DD
  • RGB: rgb(238, 214, 221)
  • HSL: hsl(343, 41%, 89%)
  • HSV: hsv(343, 10%, 93%)
  • CMYK: 0.00% cyan, 10.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 73.52, 71.61, 59.36
  • Yxy: 71.61, 0.3595, 0.3502
  • Hunter Lab: 87.78, 9.46, -0.27
  • CIE-Lab: 87.78, 9.46, -0.27

In the XYZ color space, this color is represented as X: 73.52, Y: 71.61, Z: 59.36. The Yxy representation further refines this as Y: 71.61, x: 0.3595, and y: 0.3502.

In the Hunter Lab color space, this color is represented as L: 87.78, a: 9.46, and b: -0.27. Similarly, in the CIE-Lab color space, it is represented as L: 87.78, a: 9.46, and b: -0.27.

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

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

Analogous Colors of #EED6DD

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

Monochromatic Colors of #EED6DD

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

Complementary Color of #EED6DD

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

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

HTML Examples of #EED6DD

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

Related Colors of #EED6DD

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