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