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