Nodes/MdColorMod/Primitive Color CIELAB (MD)
ComfyUI Node

Primitive Color CIELAB (MD)

Converts CIELAB color values to an integer color code and a hexadecimal string representation (D65 white point).

By MdONeilsl·Created 2 months ago·Updated about a month ago· 0
Primitive Color CIELAB (MD)
    • int
    • HEX
    L50.0
    A0.0
    B0.0
    Categorymd/color

    Inputs (3)

    NameTypeDefaultDescription
    LFLOAT50.00–100Lightness component (0-100).
    AFLOAT0.0-128–128A component (green-red axis).
    BFLOAT0.0-128–128B component (blue-yellow axis).

    Outputs (2)

    NameTypeDescription
    intINTPacked 24-bit integer color value (0-16777215).
    HEXSTRINGHexadecimal color string (e.g., #FF0000).