Color: #ADA6CE
#ADA6CE Color Information
#ADA6CE is a light color. The closest websafe version is #ADA6CE. A complement of this color would be #C7CEA6, perceived brightness is 0.68, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 251°,a saturation of 29%, and a lightness of 73%.The HSV representation shows a hue of 251°, a saturation of 19%, and a value of 81%.
In a RGB color space, #ADA6CE is composed of 68% red, 65% green and 81% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 19% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 40.38, x: 0.3199, and y: 0.3095.
Color Code #ADA6CE
Shades of Color #ADA6CE
Shades are created by darkening the original color #ADA6CE 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 #ADA6CE
Tints are created by lightening the original color #ADA6CE 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 #ADA6CE Color Code
In the HSL color space, this color has a hue angle of 251°, a saturation of 29%, and a lightness of 73%. The HSV representation shows a hue of 251°, a saturation of 19%, and a value of 81%.
- HEX: #ADA6CE
- RGB: rgb(173, 166, 206)
- HSL: hsl(251, 29%, 73%)
- HSV: hsv(251, 19%, 81%)
- CMYK: 16.00% cyan, 19.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 41.74, 40.38, 48.36
- Yxy: 40.38, 0.3199, 0.3095
- Hunter Lab: 69.74, 8.67, -19.55
- CIE-Lab: 69.74, 8.67, -19.55
In the XYZ color space, this color is represented as X: 41.74, Y: 40.38, Z: 48.36. The Yxy representation further refines this as Y: 40.38, x: 0.3199, and y: 0.3095.
In the Hunter Lab color space, this color is represented as L: 69.74, a: 8.67, and b: -19.55. Similarly, in the CIE-Lab color space, it is represented as L: 69.74, a: 8.67, and b: -19.55.
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 #ADA6CE
Triadic colors are three colors evenly spaced around the color wheel, including #ADA6CE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADA6CE
Split complementary colors are two colors adjacent to the complementary color of #ADA6CE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADA6CE
Monochromatic colors are variations of #ADA6CE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADA6CE
The complementary color of #ADA6CE 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 #ADA6CE
/* Using HEX */ body { background-color: #ada6ce; }
/* Using RGB */ body { background-color: rgb(173, 166, 206); }
/* Using RGB with opacity */ body { background-color: rgba(173, 166, 206, 0.5); }
/* Using HSL */ body { background-color: hsl(251, 29%, 73%); }
/* Text color */ p { color: #ada6ce; }
/* Box shadow */ div { box-shadow: 4px 4px #ada6ce; }
/* Border color */ .box { border: 4px solid #ada6ce; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ada6ce; }
/* Background with text */ div { background: #ada6ce; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADA6CE
<!-- Using HEX --> <div style="background-color: #ada6ce; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 166, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 166, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(251, 29%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ada6ce;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ada6ce; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ada6ce; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ada6ce;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ada6ce; color: #fff; padding: 16px; border-radius: 8px;"> #ADA6CE </div>
Related Colors of #ADA6CE
These colors are similar to #ADA6CE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.