This repository was archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Color Spaces & Profiles
Kevin Chang edited this page Jun 4, 2020
·
2 revisions
Color space: A way to describe colors (RGB, CMYK, etc). In most cases for the web, this will be RGB because the majority of images on websites are sourced digitally and using RGB. HEX colors are also a subset of RGB.
Color profile:
A color profile is data that defines what the color space of a device is, and can be used to convert between different spaces. The common ones are given names, such as sRGB (or more formally, IEC 61966-2-1).
- Like most of the web, our general profile target is the sRGB color space, as that is currently the most widely viewed and available
- Image compressors like ImageOptim and Optimage may strip the color profile from images to further squeeze file sizes
Getting Started
- Welcome
- Introduction
- Setup
- Installation
- Contributing
- Git/code workflow
- Local development In Kajabi-Products
- Updating Sage version and integrating into Kajabi
Guidelines
- Voice & Tone
- Product language
- Code Conventions
- JS & Test Binding Conventions
- Understanding and Maintaining Type Specs
- Updating Icons
- Using z-index
- Accessibility
- Browser support
- Color Spaces/Profiles
- Sharing In-progress Work
- Deprecation
Updates