Color: #E7DCDF
#E7DCDF Color Information
#E7DCDF is a light color. The closest websafe version is #E7DCDF. A complement of this color would be #DBE6E3, perceived brightness is 0.88, and the grayscale version is #E2E2E2.
In the HSL color space, this color has a hue angle of 344°,a saturation of 19%, and a lightness of 88%.The HSV representation shows a hue of 344°, a saturation of 5%, and a value of 91%.
In a RGB color space, #E7DCDF is composed of 91% red, 86% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 3% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 73.56, x: 0.3520, and y: 0.3549.
Color Code #E7DCDF
Shades of Color #E7DCDF
Shades are created by darkening the original color #E7DCDF 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 #E7DCDF
Tints are created by lightening the original color #E7DCDF 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 #E7DCDF Color Code
In the HSL color space, this color has a hue angle of 344°, a saturation of 19%, and a lightness of 88%. The HSV representation shows a hue of 344°, a saturation of 5%, and a value of 91%.
- HEX: #E7DCDF
- RGB: rgb(231, 220, 223)
- HSL: hsl(344, 19%, 88%)
- HSV: hsv(344, 5%, 91%)
- CMYK: 0.00% cyan, 5.00% magenta, 3.00% yellow, 9.00% black
- XYZ: 72.96, 73.56, 60.76
- Yxy: 73.56, 0.3520, 0.3549
- Hunter Lab: 88.71, 4.28, -0.06
- CIE-Lab: 88.71, 4.28, -0.06
In the XYZ color space, this color is represented as X: 72.96, Y: 73.56, Z: 60.76. The Yxy representation further refines this as Y: 73.56, x: 0.3520, and y: 0.3549.
In the Hunter Lab color space, this color is represented as L: 88.71, a: 4.28, and b: -0.06. Similarly, in the CIE-Lab color space, it is represented as L: 88.71, a: 4.28, and b: -0.06.
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 #E7DCDF
Triadic colors are three colors evenly spaced around the color wheel, including #E7DCDF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E7DCDF
Monochromatic colors are variations of #E7DCDF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E7DCDF
The complementary color of #E7DCDF 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 #E7DCDF
/* Using HEX */ body { background-color: #e7dcdf; }
/* Using RGB */ body { background-color: rgb(231, 220, 223); }
/* Using RGB with opacity */ body { background-color: rgba(231, 220, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(344, 19%, 88%); }
/* Text color */ p { color: #e7dcdf; }
/* Box shadow */ div { box-shadow: 4px 4px #e7dcdf; }
/* Border color */ .box { border: 4px solid #e7dcdf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e7dcdf; }
/* Background with text */ div { background: #e7dcdf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E7DCDF
<!-- Using HEX --> <div style="background-color: #e7dcdf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(231, 220, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(231, 220, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(344, 19%, 88%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e7dcdf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e7dcdf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e7dcdf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e7dcdf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e7dcdf; color: #fff; padding: 16px; border-radius: 8px;"> #E7DCDF </div>
Related Colors of #E7DCDF
These colors are similar to #E7DCDF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.