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