Color: #ECECB0
#ECECB0 Color Information
#ECECB0 is a light color. The closest websafe version is #ECECB0. A complement of this color would be #B1B1EC, perceived brightness is 0.90, and the grayscale version is #CECECE.
In the HSL color space, this color has a hue angle of 60°,a saturation of 61%, and a lightness of 81%.The HSV representation shows a hue of 60°, a saturation of 25%, and a value of 93%.
In a RGB color space, #ECECB0 is composed of 93% red, 93% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 25% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 81.43, x: 0.3815, and y: 0.4137.
Color Code #ECECB0
Shades of Color #ECECB0
Shades are created by darkening the original color #ECECB0 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 #ECECB0
Tints are created by lightening the original color #ECECB0 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 #ECECB0 Color Code
In the HSL color space, this color has a hue angle of 60°, a saturation of 61%, and a lightness of 81%. The HSV representation shows a hue of 60°, a saturation of 25%, and a value of 93%.
- HEX: #ECECB0
- RGB: rgb(236, 236, 176)
- HSL: hsl(60, 61%, 81%)
- HSV: hsv(60, 25%, 93%)
- CMYK: 0.00% cyan, 0.00% magenta, 25.00% yellow, 7.00% black
- XYZ: 75.09, 81.43, 40.32
- Yxy: 81.43, 0.3815, 0.4137
- Hunter Lab: 92.32, -6.89, 29.24
- CIE-Lab: 92.32, -6.89, 29.24
In the XYZ color space, this color is represented as X: 75.09, Y: 81.43, Z: 40.32. The Yxy representation further refines this as Y: 81.43, x: 0.3815, and y: 0.4137.
In the Hunter Lab color space, this color is represented as L: 92.32, a: -6.89, and b: 29.24. Similarly, in the CIE-Lab color space, it is represented as L: 92.32, a: -6.89, and b: 29.24.
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 #ECECB0
Triadic colors are three colors evenly spaced around the color wheel, including #ECECB0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ECECB0
Monochromatic colors are variations of #ECECB0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ECECB0
The complementary color of #ECECB0 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 #ECECB0
/* Using HEX */ body { background-color: #ececb0; }
/* Using RGB */ body { background-color: rgb(236, 236, 176); }
/* Using RGB with opacity */ body { background-color: rgba(236, 236, 176, 0.5); }
/* Using HSL */ body { background-color: hsl(60, 61%, 81%); }
/* Text color */ p { color: #ececb0; }
/* Box shadow */ div { box-shadow: 4px 4px #ececb0; }
/* Border color */ .box { border: 4px solid #ececb0; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ececb0; }
/* Background with text */ div { background: #ececb0; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ECECB0
<!-- Using HEX --> <div style="background-color: #ececb0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(236, 236, 176); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(236, 236, 176, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(60, 61%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ececb0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ececb0; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ececb0; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ececb0;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ececb0; color: #fff; padding: 16px; border-radius: 8px;"> #ECECB0 </div>
Related Colors of #ECECB0
These colors are similar to #ECECB0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.