Color: #EDDDFE
#EDDDFE Color Information
#EDDDFE is a light color. The closest websafe version is #EDDDFE. A complement of this color would be #EEFEDC, perceived brightness is 0.90, and the grayscale version is #EEEEEE.
In the HSL color space, this color has a hue angle of 269°,a saturation of 94%, and a lightness of 93%.The HSV representation shows a hue of 269°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDDDFE is composed of 93% red, 87% green and 100% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 13% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 76.69, x: 0.3365, and y: 0.3269.
Color Code #EDDDFE
Shades of Color #EDDDFE
Shades are created by darkening the original color #EDDDFE 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 #EDDDFE
Tints are created by lightening the original color #EDDDFE 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 #EDDDFE Color Code
In the HSL color space, this color has a hue angle of 269°, a saturation of 94%, and a lightness of 93%. The HSV representation shows a hue of 269°, a saturation of 13%, and a value of 100%.
- HEX: #EDDDFE
- RGB: rgb(237, 221, 254)
- HSL: hsl(269, 94%, 93%)
- HSV: hsv(269, 13%, 100%)
- CMYK: 7.00% cyan, 13.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 78.95, 76.69, 78.98
- Yxy: 76.69, 0.3365, 0.3269
- Hunter Lab: 90.18, 10.11, -14.04
- CIE-Lab: 90.18, 10.11, -14.04
In the XYZ color space, this color is represented as X: 78.95, Y: 76.69, Z: 78.98. The Yxy representation further refines this as Y: 76.69, x: 0.3365, and y: 0.3269.
In the Hunter Lab color space, this color is represented as L: 90.18, a: 10.11, and b: -14.04. Similarly, in the CIE-Lab color space, it is represented as L: 90.18, a: 10.11, and b: -14.04.
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 #EDDDFE
Triadic colors are three colors evenly spaced around the color wheel, including #EDDDFE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDDDFE
Monochromatic colors are variations of #EDDDFE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDDDFE
The complementary color of #EDDDFE 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 #EDDDFE
/* Using HEX */ body { background-color: #edddfe; }
/* Using RGB */ body { background-color: rgb(237, 221, 254); }
/* Using RGB with opacity */ body { background-color: rgba(237, 221, 254, 0.5); }
/* Using HSL */ body { background-color: hsl(269, 94%, 93%); }
/* Text color */ p { color: #edddfe; }
/* Box shadow */ div { box-shadow: 4px 4px #edddfe; }
HTML Examples of #EDDDFE
<!-- Using HEX --> <div style="background-color: #edddfe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 221, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 221, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(269, 94%, 93%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edddfe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edddfe; width: 100px; height: 100px;"></div>
Related Colors of #EDDDFE
These colors are similar to #EDDDFE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.