Color: #EEC7DD

#EEC7DD Color Information

#EEC7DD is a light color. The closest websafe version is #EEC7DD. A complement of this color would be #C8EED9, perceived brightness is 0.84, and the grayscale version is #DBDBDB.

In the HSL color space, this color has a hue angle of 326°,a saturation of 53%, and a lightness of 86%.The HSV representation shows a hue of 326°, a saturation of 16%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 64.35, x: 0.3619, and y: 0.3345.

Color Code #EEC7DD

#EEC7DDrgb(238, 199, 221)
HEX
#EEC7DD
RGB
rgb(238, 199, 221)
HSL
hsl(326, 53%, 86%)
HSV
hsv(326, 16%, 93%)
CMYK
0%, 16%, 7%, 7%
XYZ
X: 69.62, Y: 64.35, Z: 58.38
Lab
L: 84.15, a: 16.90, b: -5.54
Name

Shades of Color #EEC7DD

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

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

#EEC7DDrgb(238, 199, 221)

About #EEC7DD Color Code

In the HSL color space, this color has a hue angle of 326°, a saturation of 53%, and a lightness of 86%. The HSV representation shows a hue of 326°, a saturation of 16%, and a value of 93%.

  • HEX: #EEC7DD
  • RGB: rgb(238, 199, 221)
  • HSL: hsl(326, 53%, 86%)
  • HSV: hsv(326, 16%, 93%)
  • CMYK: 0.00% cyan, 16.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 69.62, 64.35, 58.38
  • Yxy: 64.35, 0.3619, 0.3345
  • Hunter Lab: 84.15, 16.90, -5.54
  • CIE-Lab: 84.15, 16.90, -5.54

In the XYZ color space, this color is represented as X: 69.62, Y: 64.35, Z: 58.38. The Yxy representation further refines this as Y: 64.35, x: 0.3619, and y: 0.3345.

In the Hunter Lab color space, this color is represented as L: 84.15, a: 16.90, and b: -5.54. Similarly, in the CIE-Lab color space, it is represented as L: 84.15, a: 16.90, and b: -5.54.

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

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

Analogous Colors of #EEC7DD

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

Monochromatic Colors of #EEC7DD

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

Complementary Color of #EEC7DD

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

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

HTML Examples of #EEC7DD

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

Related Colors of #EEC7DD

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