Color: #CEC7BD
#CEC7BD Color Information
#CEC7BD is a light color. The closest websafe version is #CEC7BD. A complement of this color would be #BCC3CD, perceived brightness is 0.78, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 35°,a saturation of 15%, and a lightness of 77%.The HSV representation shows a hue of 35°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CEC7BD is composed of 81% red, 78% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 8% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 57.76, x: 0.3586, and y: 0.3686.
Color Code #CEC7BD
Shades of Color #CEC7BD
Shades are created by darkening the original color #CEC7BD 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 #CEC7BD
Tints are created by lightening the original color #CEC7BD 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 #CEC7BD Color Code
In the HSL color space, this color has a hue angle of 35°, a saturation of 15%, and a lightness of 77%. The HSV representation shows a hue of 35°, a saturation of 8%, and a value of 81%.
- HEX: #CEC7BD
- RGB: rgb(206, 199, 189)
- HSL: hsl(35, 15%, 77%)
- HSV: hsv(35, 8%, 81%)
- CMYK: 0.00% cyan, 3.00% magenta, 8.00% yellow, 19.00% black
- XYZ: 56.19, 57.76, 42.75
- Yxy: 57.76, 0.3586, 0.3686
- Hunter Lab: 80.61, 1.23, 5.94
- CIE-Lab: 80.61, 1.23, 5.94
In the XYZ color space, this color is represented as X: 56.19, Y: 57.76, Z: 42.75. The Yxy representation further refines this as Y: 57.76, x: 0.3586, and y: 0.3686.
In the Hunter Lab color space, this color is represented as L: 80.61, a: 1.23, and b: 5.94. Similarly, in the CIE-Lab color space, it is represented as L: 80.61, a: 1.23, and b: 5.94.
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 #CEC7BD
Triadic colors are three colors evenly spaced around the color wheel, including #CEC7BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CEC7BD
Monochromatic colors are variations of #CEC7BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CEC7BD
The complementary color of #CEC7BD 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 #CEC7BD
/* Using HEX */ body { background-color: #cec7bd; }
/* Using RGB */ body { background-color: rgb(206, 199, 189); }
/* Using RGB with opacity */ body { background-color: rgba(206, 199, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(35, 15%, 77%); }
/* Text color */ p { color: #cec7bd; }
/* Box shadow */ div { box-shadow: 4px 4px #cec7bd; }
HTML Examples of #CEC7BD
<!-- Using HEX --> <div style="background-color: #cec7bd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 199, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 199, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(35, 15%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cec7bd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cec7bd; width: 100px; height: 100px;"></div>
Related Colors of #CEC7BD
These colors are similar to #CEC7BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.