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