Color: #DFBBCC
#DFBBCC Color Information
#DFBBCC is a light color. The closest websafe version is #DFBBCC. A complement of this color would be #BADECD, perceived brightness is 0.78, and the grayscale version is #CDCDCD.
In the HSL color space, this color has a hue angle of 332°,a saturation of 36%, and a lightness of 80%.The HSV representation shows a hue of 332°, a saturation of 16%, and a value of 87%.
In a RGB color space, #DFBBCC is composed of 87% red, 73% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 9% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 55.70, x: 0.3641, and y: 0.3383.
Color Code #DFBBCC
Shades of Color #DFBBCC
Shades are created by darkening the original color #DFBBCC 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 #DFBBCC
Tints are created by lightening the original color #DFBBCC 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 #DFBBCC Color Code
In the HSL color space, this color has a hue angle of 332°, a saturation of 36%, and a lightness of 80%. The HSV representation shows a hue of 332°, a saturation of 16%, and a value of 87%.
- HEX: #DFBBCC
- RGB: rgb(223, 187, 204)
- HSL: hsl(332, 36%, 80%)
- HSV: hsv(332, 16%, 87%)
- CMYK: 0.00% cyan, 16.00% magenta, 9.00% yellow, 13.00% black
- XYZ: 59.95, 55.70, 48.98
- Yxy: 55.70, 0.3641, 0.3383
- Hunter Lab: 79.44, 15.36, -3.52
- CIE-Lab: 79.44, 15.36, -3.52
In the XYZ color space, this color is represented as X: 59.95, Y: 55.70, Z: 48.98. The Yxy representation further refines this as Y: 55.70, x: 0.3641, and y: 0.3383.
In the Hunter Lab color space, this color is represented as L: 79.44, a: 15.36, and b: -3.52. Similarly, in the CIE-Lab color space, it is represented as L: 79.44, a: 15.36, and b: -3.52.
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 #DFBBCC
Triadic colors are three colors evenly spaced around the color wheel, including #DFBBCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DFBBCC
Split complementary colors are two colors adjacent to the complementary color of #DFBBCC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DFBBCC
Monochromatic colors are variations of #DFBBCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFBBCC
The complementary color of #DFBBCC 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 #DFBBCC
/* Using HEX */ body { background-color: #dfbbcc; }
/* Using RGB */ body { background-color: rgb(223, 187, 204); }
/* Using RGB with opacity */ body { background-color: rgba(223, 187, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(332, 36%, 80%); }
/* Text color */ p { color: #dfbbcc; }
/* Box shadow */ div { box-shadow: 4px 4px #dfbbcc; }
/* Border color */ .box { border: 4px solid #dfbbcc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dfbbcc; }
/* Background with text */ div { background: #dfbbcc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DFBBCC
<!-- Using HEX --> <div style="background-color: #dfbbcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 187, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 187, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(332, 36%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dfbbcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dfbbcc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dfbbcc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dfbbcc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dfbbcc; color: #fff; padding: 16px; border-radius: 8px;"> #DFBBCC </div>
Related Colors of #DFBBCC
These colors are similar to #DFBBCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.