Color: #E3DAEF
#E3DAEF Color Information
#E3DAEF is a light color. The closest websafe version is #E3DAEF. A complement of this color would be #E7F0DB, perceived brightness is 0.87, and the grayscale version is #E4E4E4.
In the HSL color space, this color has a hue angle of 266°,a saturation of 40%, and a lightness of 90%.The HSV representation shows a hue of 266°, a saturation of 9%, and a value of 94%.
In a RGB color space, #E3DAEF is composed of 89% red, 85% green and 94% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 9% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 72.58, x: 0.3389, and y: 0.3377.
Color Code #E3DAEF
Shades of Color #E3DAEF
Shades are created by darkening the original color #E3DAEF 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 #E3DAEF
Tints are created by lightening the original color #E3DAEF 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 #E3DAEF Color Code
In the HSL color space, this color has a hue angle of 266°, a saturation of 40%, and a lightness of 90%. The HSV representation shows a hue of 266°, a saturation of 9%, and a value of 94%.
- HEX: #E3DAEF
- RGB: rgb(227, 218, 239)
- HSL: hsl(266, 40%, 90%)
- HSV: hsv(266, 9%, 94%)
- CMYK: 5.00% cyan, 9.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 72.84, 72.58, 69.52
- Yxy: 72.58, 0.3389, 0.3377
- Hunter Lab: 88.25, 6.03, -9.15
- CIE-Lab: 88.25, 6.03, -9.15
In the XYZ color space, this color is represented as X: 72.84, Y: 72.58, Z: 69.52. The Yxy representation further refines this as Y: 72.58, x: 0.3389, and y: 0.3377.
In the Hunter Lab color space, this color is represented as L: 88.25, a: 6.03, and b: -9.15. Similarly, in the CIE-Lab color space, it is represented as L: 88.25, a: 6.03, and b: -9.15.
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 #E3DAEF
Triadic colors are three colors evenly spaced around the color wheel, including #E3DAEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E3DAEF
Monochromatic colors are variations of #E3DAEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E3DAEF
The complementary color of #E3DAEF 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 #E3DAEF
/* Using HEX */ body { background-color: #e3daef; }
/* Using RGB */ body { background-color: rgb(227, 218, 239); }
/* Using RGB with opacity */ body { background-color: rgba(227, 218, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(266, 40%, 90%); }
/* Text color */ p { color: #e3daef; }
/* Box shadow */ div { box-shadow: 4px 4px #e3daef; }
/* Border color */ .box { border: 4px solid #e3daef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #e3daef; }
/* Background with text */ div { background: #e3daef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #E3DAEF
<!-- Using HEX --> <div style="background-color: #e3daef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(227, 218, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(227, 218, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(266, 40%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e3daef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e3daef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #e3daef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #e3daef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #e3daef; color: #fff; padding: 16px; border-radius: 8px;"> #E3DAEF </div>
Related Colors of #E3DAEF
These colors are similar to #E3DAEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.