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