Color: #E6DBFC
#E6DBFC Color Information
#E6DBFC is a light color. The closest websafe version is #E6DBFC. A complement of this color would be #F0FCD9, perceived brightness is 0.89, and the grayscale version is #ECECEC.
In the HSL color space, this color has a hue angle of 260°,a saturation of 85%, and a lightness of 92%.The HSV representation shows a hue of 260°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E6DBFC is composed of 90% red, 86% green and 99% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 13% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 74.29, x: 0.3328, and y: 0.3265.
Color Code #E6DBFC
Shades of Color #E6DBFC
Shades are created by darkening the original color #E6DBFC 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 #E6DBFC
Tints are created by lightening the original color #E6DBFC 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 #E6DBFC Color Code
In the HSL color space, this color has a hue angle of 260°, a saturation of 85%, and a lightness of 92%. The HSV representation shows a hue of 260°, a saturation of 13%, and a value of 99%.
- HEX: #E6DBFC
- RGB: rgb(230, 219, 252)
- HSL: hsl(260, 85%, 92%)
- HSV: hsv(260, 13%, 99%)
- CMYK: 9.00% cyan, 13.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 75.71, 74.29, 77.50
- Yxy: 74.29, 0.3328, 0.3265
- Hunter Lab: 89.06, 8.44, -14.72
- CIE-Lab: 89.06, 8.44, -14.72
In the XYZ color space, this color is represented as X: 75.71, Y: 74.29, Z: 77.50. The Yxy representation further refines this as Y: 74.29, x: 0.3328, and y: 0.3265.
In the Hunter Lab color space, this color is represented as L: 89.06, a: 8.44, and b: -14.72. Similarly, in the CIE-Lab color space, it is represented as L: 89.06, a: 8.44, and b: -14.72.
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 #E6DBFC
Triadic colors are three colors evenly spaced around the color wheel, including #E6DBFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E6DBFC
Monochromatic colors are variations of #E6DBFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E6DBFC
The complementary color of #E6DBFC 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 #E6DBFC
/* Using HEX */ body { background-color: #e6dbfc; }
/* Using RGB */ body { background-color: rgb(230, 219, 252); }
/* Using RGB with opacity */ body { background-color: rgba(230, 219, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(260, 85%, 92%); }
/* Text color */ p { color: #e6dbfc; }
/* Box shadow */ div { box-shadow: 4px 4px #e6dbfc; }
HTML Examples of #E6DBFC
<!-- Using HEX --> <div style="background-color: #e6dbfc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(230, 219, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(230, 219, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(260, 85%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e6dbfc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e6dbfc; width: 100px; height: 100px;"></div>
Related Colors of #E6DBFC
These colors are similar to #E6DBFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.