breadcrumb
White Smoke
Color Code Details
| HEX | #ececec | |
| RGB | (236, 236, 236); | |
| RGBA | (236, 236, 236, 1) | |
| HSL | (0, 0%, 93%); | |
| HSLA | (0, 0%, 93%, 1); |
| HSV | 0,0,92 | |
| HSB | 0, 0, 93 | |
| HWB | 0 93% 7% | |
| CMYK | 0, 0, 0, 7 | |
| Pantone | 1895 C |
Preview & Codes Examples
Text Color with White Smoke |
|
| This Text has a Font Color of #ececec | |
.text {color:#ececec;}
|
|
.text {color:rgba(236, 236, 236, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using White Smoke |
|
| This element has a background color of #ececec | |
.element {background-color:#ececec;}
|
|
.element {background-color:rgba(236, 236, 236, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with White Smoke |
|
| This element has a border color of #ececec | |
.element {border:1px solid #ececec;}
|
|
.element {border:1px solid rgba(236, 236, 236, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #ececec;
|
Sass / SCSS |
|
$variable: #ececec;
|
Less |
|
@variable: #ececec;
|
Similar Grey Shades You Might Like
Grey colors bring elegance, neutrality, and modernism. Great for minimal UI design, typography, and corporate branding. Explore more neutral tones for sophisticated layouts.