Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More pastel like color palettes? #13

Open
deronsizemore opened this issue Nov 25, 2015 · 1 comment
Open

More pastel like color palettes? #13

deronsizemore opened this issue Nov 25, 2015 · 1 comment

Comments

@deronsizemore
Copy link

I have a HEX value which I use and create a complimentary color, etc. with it.

Here's an example:

grapefruit_object = Color.NewFromHtml(hex)
create_complementary = Color.NewFromRgb(*grapefruit_object).ComplementaryColor(mode='rgb')
complementary = create_complementary.html

The problem is that a lot of the colors don't seem to be real pleasing to the eye. Does anyone have any experience with color manipulation? I'd like to see if it's possible to do some adjusting with the colors to get a more pastel type shade of each color, I'm just not sure what to adjust or if it's even possible?

@xav
Copy link
Owner

xav commented Aug 17, 2016

Have you tried a high value and low/med saturation in HSV? ("official" definition of pastel from https://en.wikipedia.org/wiki/Pastel_(color))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants