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