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