Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Almond | EBD7C2 | #EBD7C2 | 235, 215, 194 | 92.16, 84.31, 76.08 | 0, 8.51, 17.45, 7.84 | 30.731707317073, 17.446808510638, 92.156862745098 |
Color #ebd7c2 is Almond. In RGB: 92.16, 84.31, 76.08. In CMYK: 0, 8.51, 17.45, 7.84.
div { background: #ebd7c2; color: #000; }
div { background: #ebd7c2; color: #fff; }
div { background: linear-gradient(to bottom, #CFBBA7 0%, #FFF3DE 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFF3DE 0%, #CFBBA7 100%); color: #000; }
div { background: linear-gradient(to bottom, #CFBBA7 0%, #FFF3DE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFF3DE 0%, #CFBBA7 100%); color: #fff; }
div { border: 1px solid #ebd7c2; }
div { border: 5px solid #ebd7c2; }
div { border: 1px dashed #ebd7c2; }
div { border: 5px dashed #ebd7c2; }
div { border: 1px dotted #ebd7c2; }
div { border: 5px dotted #ebd7c2; }