Color: #ADB7DC
#ADB7DC Color Information
#ADB7DC is a light color. The closest websafe version is #ADB7DC. A complement of this color would be #DCD2AD, perceived brightness is 0.72, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 227°,a saturation of 40%, and a lightness of 77%.The HSV representation shows a hue of 227°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ADB7DC is composed of 68% red, 72% green and 86% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 17% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 47.58, x: 0.3102, and y: 0.3160.
Color Code #ADB7DC
Shades of Color #ADB7DC
Shades are created by darkening the original color #ADB7DC 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 #ADB7DC
Tints are created by lightening the original color #ADB7DC 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 #ADB7DC Color Code
In the HSL color space, this color has a hue angle of 227°, a saturation of 40%, and a lightness of 77%. The HSV representation shows a hue of 227°, a saturation of 21%, and a value of 86%.
- HEX: #ADB7DC
- RGB: rgb(173, 183, 220)
- HSL: hsl(227, 40%, 77%)
- HSV: hsv(227, 21%, 86%)
- CMYK: 21.00% cyan, 17.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 46.70, 47.58, 56.29
- Yxy: 47.58, 0.3102, 0.3160
- Hunter Lab: 74.56, 2.30, -19.92
- CIE-Lab: 74.56, 2.30, -19.92
In the XYZ color space, this color is represented as X: 46.70, Y: 47.58, Z: 56.29. The Yxy representation further refines this as Y: 47.58, x: 0.3102, and y: 0.3160.
In the Hunter Lab color space, this color is represented as L: 74.56, a: 2.30, and b: -19.92. Similarly, in the CIE-Lab color space, it is represented as L: 74.56, a: 2.30, and b: -19.92.
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 #ADB7DC
Triadic colors are three colors evenly spaced around the color wheel, including #ADB7DC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADB7DC
Monochromatic colors are variations of #ADB7DC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADB7DC
The complementary color of #ADB7DC 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 #ADB7DC
/* Using HEX */ body { background-color: #adb7dc; }
/* Using RGB */ body { background-color: rgb(173, 183, 220); }
/* Using RGB with opacity */ body { background-color: rgba(173, 183, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(227, 40%, 77%); }
/* Text color */ p { color: #adb7dc; }
/* Box shadow */ div { box-shadow: 4px 4px #adb7dc; }
HTML Examples of #ADB7DC
<!-- Using HEX --> <div style="background-color: #adb7dc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 183, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 183, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(227, 40%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adb7dc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adb7dc; width: 100px; height: 100px;"></div>
Related Colors of #ADB7DC
These colors are similar to #ADB7DC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.