Color: #EBEFCC
#EBEFCC Color Information
#EBEFCC is a light color. The closest websafe version is #EBEFCC. A complement of this color would be #D1CDEF, perceived brightness is 0.92, and the grayscale version is #DEDEDE.
In the HSL color space, this color has a hue angle of 67°,a saturation of 52%, and a lightness of 87%.The HSV representation shows a hue of 67°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EBEFCC is composed of 92% red, 94% green and 80% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 15% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 84.02, x: 0.3636, and y: 0.3912.
Color Code #EBEFCC
Shades of Color #EBEFCC
Shades are created by darkening the original color #EBEFCC 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 #EBEFCC
Tints are created by lightening the original color #EBEFCC 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 #EBEFCC Color Code
In the HSL color space, this color has a hue angle of 67°, a saturation of 52%, and a lightness of 87%. The HSV representation shows a hue of 67°, a saturation of 15%, and a value of 94%.
- HEX: #EBEFCC
- RGB: rgb(235, 239, 204)
- HSL: hsl(67, 52%, 87%)
- HSV: hsv(67, 15%, 94%)
- CMYK: 2.00% cyan, 0.00% magenta, 15.00% yellow, 6.00% black
- XYZ: 78.10, 84.02, 52.66
- Yxy: 84.02, 0.3636, 0.3912
- Hunter Lab: 93.46, -5.72, 16.53
- CIE-Lab: 93.46, -5.72, 16.53
In the XYZ color space, this color is represented as X: 78.10, Y: 84.02, Z: 52.66. The Yxy representation further refines this as Y: 84.02, x: 0.3636, and y: 0.3912.
In the Hunter Lab color space, this color is represented as L: 93.46, a: -5.72, and b: 16.53. Similarly, in the CIE-Lab color space, it is represented as L: 93.46, a: -5.72, and b: 16.53.
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 #EBEFCC
Triadic colors are three colors evenly spaced around the color wheel, including #EBEFCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EBEFCC
Monochromatic colors are variations of #EBEFCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EBEFCC
The complementary color of #EBEFCC 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 #EBEFCC
/* Using HEX */ body { background-color: #ebefcc; }
/* Using RGB */ body { background-color: rgb(235, 239, 204); }
/* Using RGB with opacity */ body { background-color: rgba(235, 239, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(67, 52%, 87%); }
/* Text color */ p { color: #ebefcc; }
/* Box shadow */ div { box-shadow: 4px 4px #ebefcc; }
HTML Examples of #EBEFCC
<!-- Using HEX --> <div style="background-color: #ebefcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 239, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 239, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(67, 52%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ebefcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ebefcc; width: 100px; height: 100px;"></div>
Related Colors of #EBEFCC
These colors are similar to #EBEFCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.