Color: #C1B6EA
#C1B6EA Color Information
#C1B6EA is a light color. The closest websafe version is #C1B6EA. A complement of this color would be #DFEAB8, perceived brightness is 0.75, and the grayscale version is #D0D0D0.
In the HSL color space, this color has a hue angle of 253°,a saturation of 55%, and a lightness of 82%.The HSV representation shows a hue of 253°, a saturation of 22%, and a value of 92%.
In a RGB color space, #C1B6EA is composed of 76% red, 71% green and 92% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 22% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 50.39, x: 0.3167, and y: 0.3009.
Color Code #C1B6EA
Shades of Color #C1B6EA
Shades are created by darkening the original color #C1B6EA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #C1B6EA
Tints are created by lightening the original color #C1B6EA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #C1B6EA Color Code
In the HSL color space, this color has a hue angle of 253°, a saturation of 55%, and a lightness of 82%. The HSV representation shows a hue of 253°, a saturation of 22%, and a value of 92%.
- HEX: #C1B6EA
- RGB: rgb(193, 182, 234)
- HSL: hsl(253, 55%, 82%)
- HSV: hsv(253, 22%, 92%)
- CMYK: 18.00% cyan, 22.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 53.04, 50.39, 64.05
- Yxy: 50.39, 0.3167, 0.3009
- Hunter Lab: 76.31, 11.81, -24.65
- CIE-Lab: 76.31, 11.81, -24.65
In the XYZ color space, this color is represented as X: 53.04, Y: 50.39, Z: 64.05. The Yxy representation further refines this as Y: 50.39, x: 0.3167, and y: 0.3009.
In the Hunter Lab color space, this color is represented as L: 76.31, a: 11.81, and b: -24.65. Similarly, in the CIE-Lab color space, it is represented as L: 76.31, a: 11.81, and b: -24.65.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #C1B6EA
Triadic colors are three colors evenly spaced around the color wheel, including #C1B6EA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C1B6EA
Split complementary colors are two colors adjacent to the complementary color of #C1B6EA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C1B6EA
Monochromatic colors are variations of #C1B6EA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C1B6EA
The complementary color of #C1B6EA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #C1B6EA
/* Using HEX */ body { background-color: #c1b6ea; }
/* Using RGB */ body { background-color: rgb(193, 182, 234); }
/* Using RGB with opacity */ body { background-color: rgba(193, 182, 234, 0.5); }
/* Using HSL */ body { background-color: hsl(253, 55%, 82%); }
/* Text color */ p { color: #c1b6ea; }
/* Box shadow */ div { box-shadow: 4px 4px #c1b6ea; }
/* Border color */ .box { border: 4px solid #c1b6ea; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c1b6ea; }
/* Background with text */ div { background: #c1b6ea; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C1B6EA
<!-- Using HEX --> <div style="background-color: #c1b6ea; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(193, 182, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(193, 182, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(253, 55%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c1b6ea;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c1b6ea; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c1b6ea; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c1b6ea;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c1b6ea; color: #fff; padding: 16px; border-radius: 8px;"> #C1B6EA </div>
Related Colors of #C1B6EA
These colors are similar to #C1B6EA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.