breadcrumb
Solitude
Color Code Details
| HEX | #e4e9ed | |
| RGB | (228, 233, 237); | |
| RGBA | (228, 233, 237, 1) | |
| HSL | (207, 20%, 91%); | |
| HSLA | (207, 20%, 91%, 1); |
| HSV | 206,3,92 | |
| HSB | 207, 4, 93 | |
| HWB | 206 89% 7% | |
| CMYK | 4, 2, 0, 7 | |
| Pantone | 1895 C |
Solitude Preview & CSS Code Example
Text Color With Solitude |
|
| This Text has a Font Color of #e4e9ed | |
.text {color:#e4e9ed;}
|
|
.text {color:rgba(228, 233, 237, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Solitude |
|
| This element has a background color of #e4e9ed | |
.element {background-color:#e4e9ed;}
|
|
.element {background-color:rgba(228, 233, 237, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Solitude |
|
| This element has a border color of #e4e9ed | |
.element {border:1px solid #e4e9ed;}
|
|
.element {border:1px solid rgba(228, 233, 237, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
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.