COLOR THEORY
& HTML
"I see color not as a decoration, but as the emotional structure of the digital canvas."
Complementary
Complementary colors are opposite each other on the wheel. This creates contrast that demands attention. "It's about finding that perfect equilibrium between two opposing forces."
Monochromatic
Monocramatic color schemes use different tones, shades, and tints of a single base hue to create a cohesive look.
Analogous
Analogous colors are colors next to each other on the color wheel. This often creates a warm tone or cool tone theme.
HTML COLOR SYSTEMS
HEX CODES
#FFB6C1
Hexadecimal is the shorthand of the web. It's concise and ubiquitous.
RGB
rgb(255, 182, 193)
Red, Green, Blue. A mix of light colors to create any color imaginable.
HSL
hsl(351, 100%, 86%)
Hue, Saturation, Lightness. Adjusting different elements of the color to make it lighter, darker, etc.
HSL Color Picker open_in_new