Periwinkle Hex Code — #CCCCFF
RGB, HSL, and CMYK values for Periwinkle.
Periwinkle Color Values
| Format | Value |
|---|---|
| HEX | #CCCCFF |
| RGB | rgb(204, 204, 255) |
| HSL | hsl(240, 100%, 90%) |
| CMYK | cmyk(20%, 20%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Periwinkle
Color psychology: Serenity, whimsy.
Periwinkle (#CCCCFF) is a light shade of blue. It's commonly used in web design, graphic design, and branding where serenity, whimsy are desired associations.
How to Use Periwinkle in CSS
/* Using HEX */ color: #CCCCFF; background-color: #CCCCFF; /* Using RGB */ color: rgb(204, 204, 255); /* Using HSL */ color: hsl(240, 100%, 90%);