Color: #DFD7DD
#DFD7DD Color Information
#DFD7DD is a light color. The closest websafe version is #DFD7DD. A complement of this color would be #D7DFD9, perceived brightness is 0.86, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 315°,a saturation of 11%, and a lightness of 86%.The HSV representation shows a hue of 315°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DFD7DD is composed of 87% red, 84% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 1% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 69.52, x: 0.3478, and y: 0.3520.
Color Code #DFD7DD
Shades of Color #DFD7DD
Shades are created by darkening the original color #DFD7DD 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 #DFD7DD
Tints are created by lightening the original color #DFD7DD 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 #DFD7DD Color Code
In the HSL color space, this color has a hue angle of 315°, a saturation of 11%, and a lightness of 86%. The HSV representation shows a hue of 315°, a saturation of 4%, and a value of 87%.
- HEX: #DFD7DD
- RGB: rgb(223, 215, 221)
- HSL: hsl(315, 11%, 86%)
- HSV: hsv(315, 4%, 87%)
- CMYK: 0.00% cyan, 4.00% magenta, 100.00% yellow, 13.00% black
- XYZ: 68.69, 69.52, 59.27
- Yxy: 69.52, 0.3478, 0.3520
- Hunter Lab: 86.76, 3.63, -1.93
- CIE-Lab: 86.76, 3.63, -1.93
In the XYZ color space, this color is represented as X: 68.69, Y: 69.52, Z: 59.27. The Yxy representation further refines this as Y: 69.52, x: 0.3478, and y: 0.3520.
In the Hunter Lab color space, this color is represented as L: 86.76, a: 3.63, and b: -1.93. Similarly, in the CIE-Lab color space, it is represented as L: 86.76, a: 3.63, and b: -1.93.
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 #DFD7DD
Triadic colors are three colors evenly spaced around the color wheel, including #DFD7DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DFD7DD
Monochromatic colors are variations of #DFD7DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFD7DD
The complementary color of #DFD7DD 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 #DFD7DD
/* Using HEX */ body { background-color: #dfd7dd; }
/* Using RGB */ body { background-color: rgb(223, 215, 221); }
/* Using RGB with opacity */ body { background-color: rgba(223, 215, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(315, 11%, 86%); }
/* Text color */ p { color: #dfd7dd; }
/* Box shadow */ div { box-shadow: 4px 4px #dfd7dd; }
HTML Examples of #DFD7DD
<!-- Using HEX --> <div style="background-color: #dfd7dd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 215, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 215, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(315, 11%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dfd7dd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dfd7dd; width: 100px; height: 100px;"></div>
Related Colors of #DFD7DD
These colors are similar to #DFD7DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.