mostly black
Enter any color value (e.g., #f8744b, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ececec color RGB value is (236,236,236)
#ececec color CMYK value
#ececec color HSL value
HSV(or HSB) | 0° | 0 | 92.5 |
XYZ | 79.728 | 83.88 | 91.345 |
Yxy | 0.313 | 0.329 | 83.88 |
LAB | 93.398 | 0.005 | -0.01 |
LUV | 93.398 | 0.001 | -0.016 |
Hunter-LAB | 91.586 | -4.887 | 4.976 |
CIE-LCH | 93.398 | 0.011 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | EC | EC | EC |
Decimal | 236 | 236 | 236 |
Octal | 354 | 354 | 354 |
Binary | 11101100 | 11101100 | 11101100 |
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.