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