What is the CMYK code for light lavendar?
The CSS color light lavendar in CMYK format is cmyk(5.9%, 24.4%, 0%, 0.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use light lavendar in CSS?
To apply light lavendar in CSS:
- Text color: color: cmyk(5.9%, 24.4%, 0%, 0.4%);
- Background: background-color: cmyk(5.9%, 24.4%, 0%, 0.4%);
- Border: border-color: cmyk(5.9%, 24.4%, 0%, 0.4%);
What are all the color format values for light lavendar?
| Format | Value |
|---|---|
| HEX | #efc0fe |
| RGB | rgb(239, 192, 254) |
| HSL | hsl(285.5, 96.9%, 87.5%) |
| CMYK | cmyk(5.9%, 24.4%, 0%, 0.4%) |
How do I convert light lavendar to CMYK?
Select light lavendar from the color name list in our color converter. The CMYK value — cmyk(5.9%, 24.4%, 0%, 0.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light lavendar belong to?
light lavendar belongs to the purple color family. It is a light, vivid color with HSL values: hue 285.5°, saturation 96.9%, lightness 87.5%.
How do I create lighter and darker shades of light lavendar?
Lighter variant (lightness 95%): #f9e6ff. Darker variant (lightness 72.5%): #dc75fd. 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.