Color: #DCBCCC
#DCBCCC Color Information
#DCBCCC is a light color. The closest websafe version is #DCBCCC. A complement of this color would be #BCDCCC, perceived brightness is 0.78, and the grayscale version is #CCCCCC.
In the HSL color space, this color has a hue angle of 330°,a saturation of 31%, and a lightness of 80%.The HSV representation shows a hue of 330°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DCBCCC is composed of 86% red, 74% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 7% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 55.64, x: 0.3614, and y: 0.3396.
Color Code #DCBCCC
Shades of Color #DCBCCC
Shades are created by darkening the original color #DCBCCC 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 #DCBCCC
Tints are created by lightening the original color #DCBCCC 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 #DCBCCC Color Code
In the HSL color space, this color has a hue angle of 330°, a saturation of 31%, and a lightness of 80%. The HSV representation shows a hue of 330°, a saturation of 15%, and a value of 86%.
- HEX: #DCBCCC
- RGB: rgb(220, 188, 204)
- HSL: hsl(330, 31%, 80%)
- HSV: hsv(330, 15%, 86%)
- CMYK: 0.00% cyan, 15.00% magenta, 7.00% yellow, 14.00% black
- XYZ: 59.21, 55.64, 49.00
- Yxy: 55.64, 0.3614, 0.3396
- Hunter Lab: 79.41, 13.76, -3.61
- CIE-Lab: 79.41, 13.76, -3.61
In the XYZ color space, this color is represented as X: 59.21, Y: 55.64, Z: 49.00. The Yxy representation further refines this as Y: 55.64, x: 0.3614, and y: 0.3396.
In the Hunter Lab color space, this color is represented as L: 79.41, a: 13.76, and b: -3.61. Similarly, in the CIE-Lab color space, it is represented as L: 79.41, a: 13.76, and b: -3.61.
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 #DCBCCC
Triadic colors are three colors evenly spaced around the color wheel, including #DCBCCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DCBCCC
Monochromatic colors are variations of #DCBCCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DCBCCC
The complementary color of #DCBCCC 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 #DCBCCC
/* Using HEX */ body { background-color: #dcbccc; }
/* Using RGB */ body { background-color: rgb(220, 188, 204); }
/* Using RGB with opacity */ body { background-color: rgba(220, 188, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(330, 31%, 80%); }
/* Text color */ p { color: #dcbccc; }
/* Box shadow */ div { box-shadow: 4px 4px #dcbccc; }
HTML Examples of #DCBCCC
<!-- Using HEX --> <div style="background-color: #dcbccc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 188, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 188, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(330, 31%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dcbccc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dcbccc; width: 100px; height: 100px;"></div>
Related Colors of #DCBCCC
These colors are similar to #DCBCCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.