In a RGB color space, #ececec hex color is composed of 92.5% red, 92.5% green and 92.5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 0% yellow and 7.5% black. It has a hue angle of 0 degrees, a saturation of 0% and a lightness of 92.5%. #ececec color hex could be obtained by blending #ffffff with #d9d9d9. Closest websafe color is: #ffffff.
The hexadecimal color #ececec has RGB values of R:236, G:236, B:236 and CMYK values of C:0, M:0, Y:0, K:0.07. Its decimal value is 15527148.
Hex triplet | ececec | #ececec |
RGB Decimal | 236, 236, 236 | rgb(236,236,236) |
RGB Percent | 92.5, 92.5, 92.5 | rgb(92.5%,92.5%,92.5%) |
CMYK | 0, 0, 0, 7.5 | |
HSL | 0°, 0, 92.5 | hsl(0,0%,92.5%) |
HSV(HSB) | 0°, 0, 92.5 | |
Web Safe | ffffff | #fff |
XYZ | 79.728, 83.88, 91.345 |
xyY | 0.313, 0.329, 83.88 |
CIE-LAB | 93.398, 0.005, -0.01 |
CIE-LCH | 93.398, 0.011, 296.813 |
CIE-LUV | 93.398, 0.001, -0.016 |
Hunter-Lab | 91.586, -4.887, 4.976 |
Binary | 11101100, 11101100, 11101100 |
Below, you can see some colors close to #ececec. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ececec.
<span style="color:#ececec">Text here</span>
This paragraph has a background color of #ececec.
<p style="background-color:#ececec;">Content here</p>
This element has a border color of #ececec.
<div style="border:1px #ececec;">Content here</div>
.text {color:#ececec;}
.background {background-color:#ececec;}
.border {border:1px solid #ececec;}
.text-shadow {border:1px solid #ececec;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #020202 is the darkest color, while #f7f7f7 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #ececec is the less saturated color, while #fddbdb is the most saturated one.