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