breadcrumb
Porcelain
Color Code Details
HEX | #ecf0f1 | |
RGB | (236, 240, 241); | |
RGBA | (236, 240, 241, 1) | |
HSL | (192, 15%, 94%); | |
HSLA | (192, 15%, 94%, 1); |
HSV | 192,2,94 | |
HSB | 192, 2, 95 | |
HWB | 192 93% 5% | |
CMYK | 2, 0, 0, 5 | |
Pantone | 1895 C |
Preview & Codes Examples
Text Color with Porcelain |
|
This Text has a Font Color of #ecf0f1 | |
.text {color:#ecf0f1;}
|
|
.text {color:rgba(236, 240, 241, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Porcelain |
|
This element has a background color of #ecf0f1 | |
.element {background-color:#ecf0f1;}
|
|
.element {background-color:rgba(236, 240, 241, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Porcelain |
|
This element has a border color of #ecf0f1 | |
.element {border:1px solid #ecf0f1;}
|
|
.element {border:1px solid rgba(236, 240, 241, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #ecf0f1;
|
Sass / SCSS |
|
$variable: #ecf0f1;
|
Less |
|
@variable: #ecf0f1;
|
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.