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