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