Color: #C2BDCF
#C2BDCF Color Information
#C2BDCF is a light color. The closest websafe version is #C2BDCF. A complement of this color would be #CBD0BE, perceived brightness is 0.76, and the grayscale version is #C6C6C6.
In the HSL color space, this color has a hue angle of 257°,a saturation of 16%, and a lightness of 78%.The HSV representation shows a hue of 257°, a saturation of 9%, and a value of 81%.
In a RGB color space, #C2BDCF is composed of 76% red, 74% green and 81% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 9% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 52.27, x: 0.3367, and y: 0.3382.
Color Code #C2BDCF
Shades of Color #C2BDCF
Shades are created by darkening the original color #C2BDCF 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 #C2BDCF
Tints are created by lightening the original color #C2BDCF 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 #C2BDCF Color Code
In the HSL color space, this color has a hue angle of 257°, a saturation of 16%, and a lightness of 78%. The HSV representation shows a hue of 257°, a saturation of 9%, and a value of 81%.
- HEX: #C2BDCF
- RGB: rgb(194, 189, 207)
- HSL: hsl(257, 16%, 78%)
- HSV: hsv(257, 9%, 81%)
- CMYK: 6.00% cyan, 9.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 52.05, 52.27, 50.25
- Yxy: 52.27, 0.3367, 0.3382
- Hunter Lab: 77.44, 4.35, -8.42
- CIE-Lab: 77.44, 4.35, -8.42
In the XYZ color space, this color is represented as X: 52.05, Y: 52.27, Z: 50.25. The Yxy representation further refines this as Y: 52.27, x: 0.3367, and y: 0.3382.
In the Hunter Lab color space, this color is represented as L: 77.44, a: 4.35, and b: -8.42. Similarly, in the CIE-Lab color space, it is represented as L: 77.44, a: 4.35, and b: -8.42.
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 #C2BDCF
Triadic colors are three colors evenly spaced around the color wheel, including #C2BDCF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C2BDCF
Split complementary colors are two colors adjacent to the complementary color of #C2BDCF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C2BDCF
Monochromatic colors are variations of #C2BDCF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C2BDCF
The complementary color of #C2BDCF 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 #C2BDCF
/* Using HEX */ body { background-color: #c2bdcf; }
/* Using RGB */ body { background-color: rgb(194, 189, 207); }
/* Using RGB with opacity */ body { background-color: rgba(194, 189, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(257, 16%, 78%); }
/* Text color */ p { color: #c2bdcf; }
/* Box shadow */ div { box-shadow: 4px 4px #c2bdcf; }
/* Border color */ .box { border: 4px solid #c2bdcf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c2bdcf; }
/* Background with text */ div { background: #c2bdcf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C2BDCF
<!-- Using HEX --> <div style="background-color: #c2bdcf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(194, 189, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(194, 189, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(257, 16%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c2bdcf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c2bdcf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c2bdcf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c2bdcf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c2bdcf; color: #fff; padding: 16px; border-radius: 8px;"> #C2BDCF </div>
Related Colors of #C2BDCF
These colors are similar to #C2BDCF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.