Color: #E2DDFB
#E2DDFB Color Information
#E2DDFB is a light color. The closest websafe version is #E2DDFB. A complement of this color would be #F7FBDF, perceived brightness is 0.89, and the grayscale version is #ECECEC.
In the HSL color space, this color has a hue angle of 250°,a saturation of 79%, and a lightness of 93%.The HSV representation shows a hue of 250°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E2DDFB is composed of 89% red, 87% green and 98% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 12% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 74.60, x: 0.3304, and y: 0.3295.
Color Code #E2DDFB
Shades of Color #E2DDFB
Shades are created by darkening the original color #E2DDFB 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 #E2DDFB
Tints are created by lightening the original color #E2DDFB 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 #E2DDFB Color Code
In the HSL color space, this color has a hue angle of 250°, a saturation of 79%, and a lightness of 93%. The HSV representation shows a hue of 250°, a saturation of 12%, and a value of 98%.
- HEX: #E2DDFB
- RGB: rgb(226, 221, 251)
- HSL: hsl(250, 79%, 93%)
- HSV: hsv(250, 12%, 98%)
- CMYK: 10.00% cyan, 12.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 74.81, 74.60, 76.98
- Yxy: 74.60, 0.3304, 0.3295
- Hunter Lab: 89.21, 5.96, -14.02
- CIE-Lab: 89.21, 5.96, -14.02
In the XYZ color space, this color is represented as X: 74.81, Y: 74.60, Z: 76.98. The Yxy representation further refines this as Y: 74.60, x: 0.3304, and y: 0.3295.
In the Hunter Lab color space, this color is represented as L: 89.21, a: 5.96, and b: -14.02. Similarly, in the CIE-Lab color space, it is represented as L: 89.21, a: 5.96, and b: -14.02.
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 #E2DDFB
Triadic colors are three colors evenly spaced around the color wheel, including #E2DDFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E2DDFB
Monochromatic colors are variations of #E2DDFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E2DDFB
The complementary color of #E2DDFB 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 #E2DDFB
/* Using HEX */ body { background-color: #e2ddfb; }
/* Using RGB */ body { background-color: rgb(226, 221, 251); }
/* Using RGB with opacity */ body { background-color: rgba(226, 221, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(250, 79%, 93%); }
/* Text color */ p { color: #e2ddfb; }
/* Box shadow */ div { box-shadow: 4px 4px #e2ddfb; }
HTML Examples of #E2DDFB
<!-- Using HEX --> <div style="background-color: #e2ddfb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(226, 221, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(226, 221, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(250, 79%, 93%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e2ddfb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e2ddfb; width: 100px; height: 100px;"></div>
Related Colors of #E2DDFB
These colors are similar to #E2DDFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.