Color #DECDE4

#DECDE4rgb(222, 205, 228)

Color Codes

HEX#DECDE4
RGBrgb(222, 205, 228)
HSLhsl(284°, 30%, 85%)
CMYKcmyk(3%, 10%, 0%, 11%)
CIELABLab(84.4, 10, -9.2)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #DECDE4;
color: #DECDE4;
border: 2px solid #DECDE4;
background: linear-gradient(135deg, #DECDE4, #d3e4cd);

Code Export

css
:root {
  --color-primary: #decde4;
  --color-primary-rgb: 222, 205, 228;
  --color-primary-hsl: 284, 30%, 85%;
}

Related Tools