Color: #ADBFD9
#ADBFD9 Color Information
#ADBFD9 is a light color. The closest websafe version is #ADBFD9. A complement of this color would be #D8C6AB, perceived brightness is 0.74, and the grayscale version is #C3C3C3.
In the HSL color space, this color has a hue angle of 215°,a saturation of 37%, and a lightness of 76%.The HSV representation shows a hue of 215°, a saturation of 20%, and a value of 85%.
In a RGB color space, #ADBFD9 is composed of 68% red, 75% green and 85% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 12% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 50.85, x: 0.3125, and y: 0.3296.
Color Code #ADBFD9
Shades of Color #ADBFD9
Shades are created by darkening the original color #ADBFD9 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 #ADBFD9
Tints are created by lightening the original color #ADBFD9 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 #ADBFD9 Color Code
In the HSL color space, this color has a hue angle of 215°, a saturation of 37%, and a lightness of 76%. The HSV representation shows a hue of 215°, a saturation of 20%, and a value of 85%.
- HEX: #ADBFD9
- RGB: rgb(173, 191, 217)
- HSL: hsl(215, 37%, 76%)
- HSV: hsv(215, 20%, 85%)
- CMYK: 20.00% cyan, 12.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 48.21, 50.85, 55.20
- Yxy: 50.85, 0.3125, 0.3296
- Hunter Lab: 76.59, -2.24, -15.27
- CIE-Lab: 76.59, -2.24, -15.27
In the XYZ color space, this color is represented as X: 48.21, Y: 50.85, Z: 55.20. The Yxy representation further refines this as Y: 50.85, x: 0.3125, and y: 0.3296.
In the Hunter Lab color space, this color is represented as L: 76.59, a: -2.24, and b: -15.27. Similarly, in the CIE-Lab color space, it is represented as L: 76.59, a: -2.24, and b: -15.27.
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 #ADBFD9
Triadic colors are three colors evenly spaced around the color wheel, including #ADBFD9. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADBFD9
Split complementary colors are two colors adjacent to the complementary color of #ADBFD9. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADBFD9
Monochromatic colors are variations of #ADBFD9, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADBFD9
The complementary color of #ADBFD9 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 #ADBFD9
/* Using HEX */ body { background-color: #adbfd9; }
/* Using RGB */ body { background-color: rgb(173, 191, 217); }
/* Using RGB with opacity */ body { background-color: rgba(173, 191, 217, 0.5); }
/* Using HSL */ body { background-color: hsl(215, 37%, 76%); }
/* Text color */ p { color: #adbfd9; }
/* Box shadow */ div { box-shadow: 4px 4px #adbfd9; }
/* Border color */ .box { border: 4px solid #adbfd9; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adbfd9; }
/* Background with text */ div { background: #adbfd9; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADBFD9
<!-- Using HEX --> <div style="background-color: #adbfd9; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 191, 217); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 191, 217, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(215, 37%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adbfd9;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adbfd9; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adbfd9; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adbfd9;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adbfd9; color: #fff; padding: 16px; border-radius: 8px;"> #ADBFD9 </div>
Related Colors of #ADBFD9
These colors are similar to #ADBFD9, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.