Color: #D7CCBA
#D7CCBA Color Information
#D7CCBA is a light color. The closest websafe version is #D7CCBA. A complement of this color would be #BBC6D8, perceived brightness is 0.80, and the grayscale version is #C9C9C9.
In the HSL color space, this color has a hue angle of 37°,a saturation of 27%, and a lightness of 79%.The HSV representation shows a hue of 37°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D7CCBA is composed of 84% red, 80% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 13% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 61.38, x: 0.3672, and y: 0.3762.
Color Code #D7CCBA
Shades of Color #D7CCBA
Shades are created by darkening the original color #D7CCBA 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 #D7CCBA
Tints are created by lightening the original color #D7CCBA 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 #D7CCBA Color Code
In the HSL color space, this color has a hue angle of 37°, a saturation of 27%, and a lightness of 79%. The HSV representation shows a hue of 37°, a saturation of 13%, and a value of 84%.
- HEX: #D7CCBA
- RGB: rgb(215, 204, 186)
- HSL: hsl(37, 27%, 79%)
- HSV: hsv(37, 13%, 84%)
- CMYK: 0.00% cyan, 5.00% magenta, 13.00% yellow, 16.00% black
- XYZ: 59.91, 61.38, 41.88
- Yxy: 61.38, 0.3672, 0.3762
- Hunter Lab: 82.58, 1.72, 10.45
- CIE-Lab: 82.58, 1.72, 10.45
In the XYZ color space, this color is represented as X: 59.91, Y: 61.38, Z: 41.88. The Yxy representation further refines this as Y: 61.38, x: 0.3672, and y: 0.3762.
In the Hunter Lab color space, this color is represented as L: 82.58, a: 1.72, and b: 10.45. Similarly, in the CIE-Lab color space, it is represented as L: 82.58, a: 1.72, and b: 10.45.
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 #D7CCBA
Triadic colors are three colors evenly spaced around the color wheel, including #D7CCBA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D7CCBA
Monochromatic colors are variations of #D7CCBA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D7CCBA
The complementary color of #D7CCBA 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 #D7CCBA
/* Using HEX */ body { background-color: #d7ccba; }
/* Using RGB */ body { background-color: rgb(215, 204, 186); }
/* Using RGB with opacity */ body { background-color: rgba(215, 204, 186, 0.5); }
/* Using HSL */ body { background-color: hsl(37, 27%, 79%); }
/* Text color */ p { color: #d7ccba; }
/* Box shadow */ div { box-shadow: 4px 4px #d7ccba; }
HTML Examples of #D7CCBA
<!-- Using HEX --> <div style="background-color: #d7ccba; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(215, 204, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(215, 204, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(37, 27%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d7ccba;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d7ccba; width: 100px; height: 100px;"></div>
Related Colors of #D7CCBA
These colors are similar to #D7CCBA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.