Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Periwinkle | C1CBFC | #C1CBFC | 193, 203, 252 | 75.69, 79.61, 98.82 | 23.41, 19.44, 0, 1.18 | 229.83050847458, 23.412698412698, 98.823529411765 |
Color #c1cbfc is Periwinkle. In RGB: 75.69, 79.61, 98.82. In CMYK: 23.41, 19.44, 0, 1.18.
div { background: #c1cbfc; color: #000; }
div { background: #c1cbfc; color: #fff; }
div { background: linear-gradient(to bottom, #A5B0DF 0%, #DDE7FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #DDE7FF 0%, #A5B0DF 100%); color: #000; }
div { background: linear-gradient(to bottom, #A5B0DF 0%, #DDE7FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #DDE7FF 0%, #A5B0DF 100%); color: #fff; }
div { border: 1px solid #c1cbfc; }
div { border: 5px solid #c1cbfc; }
div { border: 1px dashed #c1cbfc; }
div { border: 5px dashed #c1cbfc; }
div { border: 1px dotted #c1cbfc; }
div { border: 5px dotted #c1cbfc; }