Color: #EBDFB2
#EBDFB2 Color Information
#EBDFB2 is a light color. The closest websafe version is #EBDFB2. A complement of this color would be #B2BEEB, perceived brightness is 0.87, and the grayscale version is #CFCFCF.
In the HSL color space, this color has a hue angle of 47°,a saturation of 59%, and a lightness of 81%.The HSV representation shows a hue of 47°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EBDFB2 is composed of 92% red, 87% green and 70% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 24% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 74.08, x: 0.3834, and y: 0.4000.
Color Code #EBDFB2
Shades of Color #EBDFB2
Shades are created by darkening the original color #EBDFB2 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 #EBDFB2
Tints are created by lightening the original color #EBDFB2 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 #EBDFB2 Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 59%, and a lightness of 81%. The HSV representation shows a hue of 47°, a saturation of 24%, and a value of 92%.
- HEX: #EBDFB2
- RGB: rgb(235, 223, 178)
- HSL: hsl(47, 59%, 81%)
- HSV: hsv(47, 24%, 92%)
- CMYK: 0.00% cyan, 5.00% magenta, 24.00% yellow, 8.00% black
- XYZ: 71.01, 74.08, 40.12
- Yxy: 74.08, 0.3834, 0.4000
- Hunter Lab: 88.96, -0.89, 23.71
- CIE-Lab: 88.96, -0.89, 23.71
In the XYZ color space, this color is represented as X: 71.01, Y: 74.08, Z: 40.12. The Yxy representation further refines this as Y: 74.08, x: 0.3834, and y: 0.4000.
In the Hunter Lab color space, this color is represented as L: 88.96, a: -0.89, and b: 23.71. Similarly, in the CIE-Lab color space, it is represented as L: 88.96, a: -0.89, and b: 23.71.
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 #EBDFB2
Triadic colors are three colors evenly spaced around the color wheel, including #EBDFB2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EBDFB2
Monochromatic colors are variations of #EBDFB2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EBDFB2
The complementary color of #EBDFB2 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 #EBDFB2
/* Using HEX */ body { background-color: #ebdfb2; }
/* Using RGB */ body { background-color: rgb(235, 223, 178); }
/* Using RGB with opacity */ body { background-color: rgba(235, 223, 178, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 59%, 81%); }
/* Text color */ p { color: #ebdfb2; }
/* Box shadow */ div { box-shadow: 4px 4px #ebdfb2; }
HTML Examples of #EBDFB2
<!-- Using HEX --> <div style="background-color: #ebdfb2; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 223, 178); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 223, 178, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 59%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ebdfb2;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ebdfb2; width: 100px; height: 100px;"></div>
Related Colors of #EBDFB2
These colors are similar to #EBDFB2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.