Color #E4D9CD
#E4D9CDrgb(228, 217, 205)
Color Codes
HEX#E4D9CD
RGBrgb(228, 217, 205)
HSLhsl(31°, 30%, 85%)
CMYKcmyk(0%, 5%, 10%, 11%)
CIELABLab(87.3, 1.7, 7.3)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #E4D9CD;color: #E4D9CD;border: 2px solid #E4D9CD;background: linear-gradient(135deg, #E4D9CD, #cdd8e4);Code Export
css
:root {
--color-primary: #e4d9cd;
--color-primary-rgb: 228, 217, 205;
--color-primary-hsl: 31, 30%, 85%;
}