Color: #CCC9BD
#CCC9BD Color Information
#CCC9BD is a light color. The closest websafe version is #CCC9BD. A complement of this color would be #BDC0CC, perceived brightness is 0.79, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 48°,a saturation of 13%, and a lightness of 77%.The HSV representation shows a hue of 48°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CCC9BD is composed of 80% red, 79% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 7% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 58.39, x: 0.3565, and y: 0.3711.
Color Code #CCC9BD
Shades of Color #CCC9BD
Shades are created by darkening the original color #CCC9BD 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 #CCC9BD
Tints are created by lightening the original color #CCC9BD 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 #CCC9BD Color Code
In the HSL color space, this color has a hue angle of 48°, a saturation of 13%, and a lightness of 77%. The HSV representation shows a hue of 48°, a saturation of 7%, and a value of 80%.
- HEX: #CCC9BD
- RGB: rgb(204, 201, 189)
- HSL: hsl(48, 13%, 77%)
- HSV: hsv(48, 7%, 80%)
- CMYK: 0.00% cyan, 100.00% magenta, 7.00% yellow, 20.00% black
- XYZ: 56.10, 58.39, 42.86
- Yxy: 58.39, 0.3565, 0.3711
- Hunter Lab: 80.96, -0.49, 6.41
- CIE-Lab: 80.96, -0.49, 6.41
In the XYZ color space, this color is represented as X: 56.10, Y: 58.39, Z: 42.86. The Yxy representation further refines this as Y: 58.39, x: 0.3565, and y: 0.3711.
In the Hunter Lab color space, this color is represented as L: 80.96, a: -0.49, and b: 6.41. Similarly, in the CIE-Lab color space, it is represented as L: 80.96, a: -0.49, and b: 6.41.
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 #CCC9BD
Triadic colors are three colors evenly spaced around the color wheel, including #CCC9BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CCC9BD
Monochromatic colors are variations of #CCC9BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCC9BD
The complementary color of #CCC9BD 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 #CCC9BD
/* Using HEX */ body { background-color: #ccc9bd; }
/* Using RGB */ body { background-color: rgb(204, 201, 189); }
/* Using RGB with opacity */ body { background-color: rgba(204, 201, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(48, 13%, 77%); }
/* Text color */ p { color: #ccc9bd; }
/* Box shadow */ div { box-shadow: 4px 4px #ccc9bd; }
HTML Examples of #CCC9BD
<!-- Using HEX --> <div style="background-color: #ccc9bd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 201, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 201, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(48, 13%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccc9bd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccc9bd; width: 100px; height: 100px;"></div>
Related Colors of #CCC9BD
These colors are similar to #CCC9BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.