Color: #D6CBB0
#D6CBB0 Color Information
#D6CBB0 is a light color. The closest websafe version is #D6CBB0. A complement of this color would be #AEB9D5, perceived brightness is 0.80, and the grayscale version is #C3C3C3.
In the HSL color space, this color has a hue angle of 43°,a saturation of 32%, and a lightness of 76%.The HSV representation shows a hue of 43°, a saturation of 18%, and a value of 84%.
In a RGB color space, #D6CBB0 is composed of 84% red, 80% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 18% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 60.41, x: 0.3736, and y: 0.3856.
Color Code #D6CBB0
Shades of Color #D6CBB0
Shades are created by darkening the original color #D6CBB0 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 #D6CBB0
Tints are created by lightening the original color #D6CBB0 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 #D6CBB0 Color Code
In the HSL color space, this color has a hue angle of 43°, a saturation of 32%, and a lightness of 76%. The HSV representation shows a hue of 43°, a saturation of 18%, and a value of 84%.
- HEX: #D6CBB0
- RGB: rgb(214, 203, 176)
- HSL: hsl(43, 32%, 76%)
- HSV: hsv(43, 18%, 84%)
- CMYK: 0.00% cyan, 5.00% magenta, 18.00% yellow, 16.00% black
- XYZ: 58.53, 60.41, 37.74
- Yxy: 60.41, 0.3736, 0.3856
- Hunter Lab: 82.06, 0.69, 14.97
- CIE-Lab: 82.06, 0.69, 14.97
In the XYZ color space, this color is represented as X: 58.53, Y: 60.41, Z: 37.74. The Yxy representation further refines this as Y: 60.41, x: 0.3736, and y: 0.3856.
In the Hunter Lab color space, this color is represented as L: 82.06, a: 0.69, and b: 14.97. Similarly, in the CIE-Lab color space, it is represented as L: 82.06, a: 0.69, and b: 14.97.
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 #D6CBB0
Triadic colors are three colors evenly spaced around the color wheel, including #D6CBB0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D6CBB0
Monochromatic colors are variations of #D6CBB0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D6CBB0
The complementary color of #D6CBB0 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 #D6CBB0
/* Using HEX */ body { background-color: #d6cbb0; }
/* Using RGB */ body { background-color: rgb(214, 203, 176); }
/* Using RGB with opacity */ body { background-color: rgba(214, 203, 176, 0.5); }
/* Using HSL */ body { background-color: hsl(43, 32%, 76%); }
/* Text color */ p { color: #d6cbb0; }
/* Box shadow */ div { box-shadow: 4px 4px #d6cbb0; }
/* Border color */ .box { border: 4px solid #d6cbb0; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d6cbb0; }
/* Background with text */ div { background: #d6cbb0; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D6CBB0
<!-- Using HEX --> <div style="background-color: #d6cbb0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(214, 203, 176); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(214, 203, 176, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(43, 32%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d6cbb0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d6cbb0; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d6cbb0; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d6cbb0;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d6cbb0; color: #fff; padding: 16px; border-radius: 8px;"> #D6CBB0 </div>
Related Colors of #D6CBB0
These colors are similar to #D6CBB0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.