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