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