What is the CMYK code for light lavender?
The CSS color light lavender in CMYK format is cmyk(12.2%, 22.4%, 0%, 0.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use light lavender in CSS?
To apply light lavender in CSS:
- Text color: color: cmyk(12.2%, 22.4%, 0%, 0.4%);
- Background: background-color: cmyk(12.2%, 22.4%, 0%, 0.4%);
- Border: border-color: cmyk(12.2%, 22.4%, 0%, 0.4%);
What are all the color format values for light lavender?
| Format | Value |
|---|---|
| HEX | #dfc5fe |
| RGB | rgb(223, 197, 254) |
| HSL | hsl(267.4, 96.6%, 88.4%) |
| CMYK | cmyk(12.2%, 22.4%, 0%, 0.4%) |
How do I convert light lavender to CMYK?
Select light lavender from the color name list in our color converter. The CMYK value — cmyk(12.2%, 22.4%, 0%, 0.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light lavender belong to?
light lavender belongs to the blue color family. It is a light, vivid color with HSL values: hue 267.4°, saturation 96.6%, lightness 88.4%.
How do I create lighter and darker shades of light lavender?
Lighter variant (lightness 95%): #f1e6ff. Darker variant (lightness 73.4%): #b57afd. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.