ComfyUI Node
Primitive Color CIELAB (MD)
Converts CIELAB color values to an integer color code and a hexadecimal string representation (D65 white point).
Primitive Color CIELAB (MD)
- int
- HEX
◄L50.0►
◄A0.0►
◄B0.0►
Categorymd/color
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| L | FLOAT | 50.00–100 | Lightness component (0-100). |
| A | FLOAT | 0.0-128–128 | A component (green-red axis). |
| B | FLOAT | 0.0-128–128 | B component (blue-yellow axis). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| int | INT | Packed 24-bit integer color value (0-16777215). |
| HEX | STRING | Hexadecimal color string (e.g., #FF0000). |