Color: #E7DCDD

#E7DCDD Color Information

#E7DCDD is a light color. The closest websafe version is #E7DCDD. A complement of this color would be #DBE6E5, perceived brightness is 0.88, and the grayscale version is #E2E2E2.

In the HSL color space, this color has a hue angle of 355°,a saturation of 19%, and a lightness of 88%.The HSV representation shows a hue of 355°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E7DCDD is composed of 91% red, 86% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 4% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 73.47, x: 0.3533, and y: 0.3568.

Color Code #E7DCDD

HEX
#E7DCDD
RGB
rgb(231, 220, 221)
HSL
hsl(355, 19%, 88%)
HSV
hsv(355, 5%, 91%)
CMYK
0%, 5%, 4%, 9%
XYZ
X: 72.75, Y: 73.47, Z: 59.70
Lab
L: 88.67, a: 4.02, b: 0.92
Name

Shades of Color #E7DCDD

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

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

About #E7DCDD Color Code

In the HSL color space, this color has a hue angle of 355°, a saturation of 19%, and a lightness of 88%. The HSV representation shows a hue of 355°, a saturation of 5%, and a value of 91%.

  • HEX: #E7DCDD
  • RGB: rgb(231, 220, 221)
  • HSL: hsl(355, 19%, 88%)
  • HSV: hsv(355, 5%, 91%)
  • CMYK: 0.00% cyan, 5.00% magenta, 4.00% yellow, 9.00% black
  • XYZ: 72.75, 73.47, 59.70
  • Yxy: 73.47, 0.3533, 0.3568
  • Hunter Lab: 88.67, 4.02, 0.92
  • CIE-Lab: 88.67, 4.02, 0.92

In the XYZ color space, this color is represented as X: 72.75, Y: 73.47, Z: 59.70. The Yxy representation further refines this as Y: 73.47, x: 0.3533, and y: 0.3568.

In the Hunter Lab color space, this color is represented as L: 88.67, a: 4.02, and b: 0.92. Similarly, in the CIE-Lab color space, it is represented as L: 88.67, a: 4.02, and b: 0.92.

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

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

Analogous Colors of #E7DCDD

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

Monochromatic Colors of #E7DCDD

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

Complementary Color of #E7DCDD

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

/* Using HEX */
body {
  background-color: #e7dcdd;
}
/* Using RGB */
body {
  background-color: rgb(231, 220, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(231, 220, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(355, 19%, 88%);
}
/* Text color */
p {
  color: #e7dcdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e7dcdd;
}

HTML Examples of #E7DCDD

<!-- Using HEX -->
<div style="background-color: #e7dcdd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(231, 220, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(231, 220, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(355, 19%, 88%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e7dcdd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e7dcdd; width: 100px; height: 100px;"></div>

Related Colors of #E7DCDD

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