Color: #C1B8EF
#C1B8EF Color Information
#C1B8EF is a light color. The closest websafe version is #C1B8EF. A complement of this color would be #E6EFB8, perceived brightness is 0.76, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 250°,a saturation of 63%, and a lightness of 83%.The HSV representation shows a hue of 250°, a saturation of 23%, and a value of 94%.
In a RGB color space, #C1B8EF is composed of 76% red, 72% green and 94% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 23% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 51.46, x: 0.3133, and y: 0.2982.
Color Code #C1B8EF
Shades of Color #C1B8EF
Shades are created by darkening the original color #C1B8EF 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 #C1B8EF
Tints are created by lightening the original color #C1B8EF 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 #C1B8EF Color Code
In the HSL color space, this color has a hue angle of 250°, a saturation of 63%, and a lightness of 83%. The HSV representation shows a hue of 250°, a saturation of 23%, and a value of 94%.
- HEX: #C1B8EF
- RGB: rgb(193, 184, 239)
- HSL: hsl(250, 63%, 83%)
- HSV: hsv(250, 23%, 94%)
- CMYK: 19.00% cyan, 23.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 54.06, 51.46, 67.04
- Yxy: 51.46, 0.3133, 0.2982
- Hunter Lab: 76.96, 11.62, -26.35
- CIE-Lab: 76.96, 11.62, -26.35
In the XYZ color space, this color is represented as X: 54.06, Y: 51.46, Z: 67.04. The Yxy representation further refines this as Y: 51.46, x: 0.3133, and y: 0.2982.
In the Hunter Lab color space, this color is represented as L: 76.96, a: 11.62, and b: -26.35. Similarly, in the CIE-Lab color space, it is represented as L: 76.96, a: 11.62, and b: -26.35.
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 #C1B8EF
Triadic colors are three colors evenly spaced around the color wheel, including #C1B8EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C1B8EF
Monochromatic colors are variations of #C1B8EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C1B8EF
The complementary color of #C1B8EF 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 #C1B8EF
/* Using HEX */ body { background-color: #c1b8ef; }
/* Using RGB */ body { background-color: rgb(193, 184, 239); }
/* Using RGB with opacity */ body { background-color: rgba(193, 184, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(250, 63%, 83%); }
/* Text color */ p { color: #c1b8ef; }
/* Box shadow */ div { box-shadow: 4px 4px #c1b8ef; }
/* Border color */ .box { border: 4px solid #c1b8ef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c1b8ef; }
/* Background with text */ div { background: #c1b8ef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C1B8EF
<!-- Using HEX --> <div style="background-color: #c1b8ef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(193, 184, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(193, 184, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(250, 63%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c1b8ef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c1b8ef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c1b8ef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c1b8ef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c1b8ef; color: #fff; padding: 16px; border-radius: 8px;"> #C1B8EF </div>
Related Colors of #C1B8EF
These colors are similar to #C1B8EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.