Color: #DFBCCB
#DFBCCB Color Information
#DFBCCB is a light color. The closest websafe version is #DFBCCB. A complement of this color would be #BEE0D1, perceived brightness is 0.79, and the grayscale version is #CECECE.
In the HSL color space, this color has a hue angle of 334°,a saturation of 35%, and a lightness of 81%.The HSV representation shows a hue of 334°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DFBCCB is composed of 87% red, 74% 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: 56.09, x: 0.3648, and y: 0.3405.
Color Code #DFBCCB
Shades of Color #DFBCCB
Shades are created by darkening the original color #DFBCCB 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 #DFBCCB
Tints are created by lightening the original color #DFBCCB 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 #DFBCCB Color Code
In the HSL color space, this color has a hue angle of 334°, a saturation of 35%, and a lightness of 81%. The HSV representation shows a hue of 334°, a saturation of 16%, and a value of 87%.
- HEX: #DFBCCB
- RGB: rgb(223, 188, 203)
- HSL: hsl(334, 35%, 81%)
- HSV: hsv(334, 16%, 87%)
- CMYK: 0.00% cyan, 16.00% magenta, 9.00% yellow, 13.00% black
- XYZ: 60.09, 56.09, 48.56
- Yxy: 56.09, 0.3648, 0.3405
- Hunter Lab: 79.66, 14.73, -2.66
- CIE-Lab: 79.66, 14.73, -2.66
In the XYZ color space, this color is represented as X: 60.09, Y: 56.09, Z: 48.56. The Yxy representation further refines this as Y: 56.09, x: 0.3648, and y: 0.3405.
In the Hunter Lab color space, this color is represented as L: 79.66, a: 14.73, and b: -2.66. Similarly, in the CIE-Lab color space, it is represented as L: 79.66, a: 14.73, and b: -2.66.
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 #DFBCCB
Triadic colors are three colors evenly spaced around the color wheel, including #DFBCCB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DFBCCB
Monochromatic colors are variations of #DFBCCB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DFBCCB
The complementary color of #DFBCCB 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 #DFBCCB
/* Using HEX */ body { background-color: #dfbccb; }
/* Using RGB */ body { background-color: rgb(223, 188, 203); }
/* Using RGB with opacity */ body { background-color: rgba(223, 188, 203, 0.5); }
/* Using HSL */ body { background-color: hsl(334, 35%, 81%); }
/* Text color */ p { color: #dfbccb; }
/* Box shadow */ div { box-shadow: 4px 4px #dfbccb; }
HTML Examples of #DFBCCB
<!-- Using HEX --> <div style="background-color: #dfbccb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 188, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 188, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(334, 35%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dfbccb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dfbccb; width: 100px; height: 100px;"></div>
Related Colors of #DFBCCB
These colors are similar to #DFBCCB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.