What is the HEX code for pale lavender?
The CSS color pale lavender in HEX format is #eecffe. Use this value directly in CSS, SVG, and most design tools.
How do I use pale lavender in CSS?
To apply pale lavender in CSS:
- Text color: color: #eecffe;
- Background: background-color: #eecffe;
- Border: border-color: #eecffe;
What are all the color format values for pale lavender?
| Format | Value |
|---|---|
| HEX | #eecffe |
| RGB | rgb(238, 207, 254) |
| HSL | hsl(279.6, 95.9%, 90.4%) |
| CMYK | cmyk(6.3%, 18.5%, 0%, 0.4%) |
How do I convert pale lavender to HEX?
Select pale lavender from the color name list in our color converter. The HEX value — #eecffe — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale lavender belong to?
pale lavender belongs to the near-white color family. It is a light, vivid color with HSL values: hue 279.6°, saturation 95.9%, lightness 90.4%.
How do I create lighter and darker shades of pale lavender?
Lighter variant (lightness 95%): #f6e6fe. Darker variant (lightness 75.4%): #d484fc. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.