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