Color: #EBCFDB
#EBCFDB Color Information
#EBCFDB is a light color. The closest websafe version is #EBCFDB. A complement of this color would be #D0EBE0, perceived brightness is 0.85, and the grayscale version is #DDDDDD.
In the HSL color space, this color has a hue angle of 334°,a saturation of 41%, and a lightness of 87%.The HSV representation shows a hue of 334°, a saturation of 12%, and a value of 92%.
In a RGB color space, #EBCFDB is composed of 92% red, 81% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 7% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 67.51, x: 0.3597, and y: 0.3449.
Color Code #EBCFDB
Shades of Color #EBCFDB
Shades are created by darkening the original color #EBCFDB 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 #EBCFDB
Tints are created by lightening the original color #EBCFDB 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 #EBCFDB Color Code
In the HSL color space, this color has a hue angle of 334°, a saturation of 41%, and a lightness of 87%. The HSV representation shows a hue of 334°, a saturation of 12%, and a value of 92%.
- HEX: #EBCFDB
- RGB: rgb(235, 207, 219)
- HSL: hsl(334, 41%, 87%)
- HSV: hsv(334, 12%, 92%)
- CMYK: 0.00% cyan, 12.00% magenta, 7.00% yellow, 8.00% black
- XYZ: 70.39, 67.51, 57.81
- Yxy: 67.51, 0.3597, 0.3449
- Hunter Lab: 85.76, 11.59, -2.17
- CIE-Lab: 85.76, 11.59, -2.17
In the XYZ color space, this color is represented as X: 70.39, Y: 67.51, Z: 57.81. The Yxy representation further refines this as Y: 67.51, x: 0.3597, and y: 0.3449.
In the Hunter Lab color space, this color is represented as L: 85.76, a: 11.59, and b: -2.17. Similarly, in the CIE-Lab color space, it is represented as L: 85.76, a: 11.59, and b: -2.17.
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 #EBCFDB
Triadic colors are three colors evenly spaced around the color wheel, including #EBCFDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EBCFDB
Monochromatic colors are variations of #EBCFDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EBCFDB
The complementary color of #EBCFDB 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 #EBCFDB
/* Using HEX */ body { background-color: #ebcfdb; }
/* Using RGB */ body { background-color: rgb(235, 207, 219); }
/* Using RGB with opacity */ body { background-color: rgba(235, 207, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(334, 41%, 87%); }
/* Text color */ p { color: #ebcfdb; }
/* Box shadow */ div { box-shadow: 4px 4px #ebcfdb; }
/* Border color */ .box { border: 4px solid #ebcfdb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ebcfdb; }
/* Background with text */ div { background: #ebcfdb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EBCFDB
<!-- Using HEX --> <div style="background-color: #ebcfdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 207, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 207, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(334, 41%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ebcfdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ebcfdb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ebcfdb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ebcfdb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ebcfdb; color: #fff; padding: 16px; border-radius: 8px;"> #EBCFDB </div>
Related Colors of #EBCFDB
These colors are similar to #EBCFDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.