Color #CDCDE4

#CDCDE4rgb(205, 205, 228)

Color Codes

HEX#CDCDE4
RGBrgb(205, 205, 228)
HSLhsl(240°, 30%, 85%)
CMYKcmyk(10%, 10%, 0%, 11%)
CIELABLab(83, 4.4, -11.3)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #cdcde4;
  --color-primary-rgb: 205, 205, 228;
  --color-primary-hsl: 240, 30%, 85%;
}

Related Tools