Color #E4DECD
#E4DECDrgb(228, 222, 205)
Color Codes
HEX#E4DECD
RGBrgb(228, 222, 205)
HSLhsl(44°, 30%, 85%)
CMYKcmyk(0%, 3%, 10%, 11%)
CIELABLab(88.5, -0.8, 9.1)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #E4DECD;color: #E4DECD;border: 2px solid #E4DECD;background: linear-gradient(135deg, #E4DECD, #cdd3e4);Code Export
css
:root {
--color-primary: #e4decd;
--color-primary-rgb: 228, 222, 205;
--color-primary-hsl: 44, 30%, 85%;
}