Alabaster Hex Code — #EDEADE
RGB, HSL, and CMYK values for Alabaster.
Alabaster Color Values
| Format | Value |
|---|---|
| HEX | #EDEADE |
| RGB | rgb(237, 234, 222) |
| HSL | hsl(48, 29%, 90%) |
| CMYK | cmyk(0%, 1%, 6%, 7%) |
Want to explore more shades? Use our Color Converter
About Alabaster
Color psychology: Clean, classic.
Alabaster (#EDEADE) is a light shade of white. It's commonly used in web design, graphic design, and branding where clean, classic are desired associations.
How to Use Alabaster in CSS
/* Using HEX */ color: #EDEADE; background-color: #EDEADE; /* Using RGB */ color: rgb(237, 234, 222); /* Using HSL */ color: hsl(48, 29%, 90%);