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