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