Color: #CBD2AF
#CBD2AF Color Information
#CBD2AF is a light color. The closest websafe version is #CBD2AF. A complement of this color would be #B5ADD1, perceived brightness is 0.80, and the grayscale version is #C1C1C1.
In the HSL color space, this color has a hue angle of 72°,a saturation of 28%, and a lightness of 75%.The HSV representation shows a hue of 72°, a saturation of 17%, and a value of 82%.
In a RGB color space, #CBD2AF is composed of 80% red, 82% green and 69% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 17% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 62.09, x: 0.3635, and y: 0.3960.
Color Code #CBD2AF
Shades of Color #CBD2AF
Shades are created by darkening the original color #CBD2AF 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 #CBD2AF
Tints are created by lightening the original color #CBD2AF 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 #CBD2AF Color Code
In the HSL color space, this color has a hue angle of 72°, a saturation of 28%, and a lightness of 75%. The HSV representation shows a hue of 72°, a saturation of 17%, and a value of 82%.
- HEX: #CBD2AF
- RGB: rgb(203, 210, 175)
- HSL: hsl(72, 28%, 75%)
- HSV: hsv(72, 17%, 82%)
- CMYK: 3.00% cyan, 0.00% magenta, 17.00% yellow, 18.00% black
- XYZ: 56.99, 62.09, 37.71
- Yxy: 62.09, 0.3635, 0.3960
- Hunter Lab: 82.96, -6.94, 16.58
- CIE-Lab: 82.96, -6.94, 16.58
In the XYZ color space, this color is represented as X: 56.99, Y: 62.09, Z: 37.71. The Yxy representation further refines this as Y: 62.09, x: 0.3635, and y: 0.3960.
In the Hunter Lab color space, this color is represented as L: 82.96, a: -6.94, and b: 16.58. Similarly, in the CIE-Lab color space, it is represented as L: 82.96, a: -6.94, and b: 16.58.
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 #CBD2AF
Triadic colors are three colors evenly spaced around the color wheel, including #CBD2AF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CBD2AF
Split complementary colors are two colors adjacent to the complementary color of #CBD2AF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CBD2AF
Monochromatic colors are variations of #CBD2AF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBD2AF
The complementary color of #CBD2AF 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 #CBD2AF
/* Using HEX */ body { background-color: #cbd2af; }
/* Using RGB */ body { background-color: rgb(203, 210, 175); }
/* Using RGB with opacity */ body { background-color: rgba(203, 210, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(72, 28%, 75%); }
/* Text color */ p { color: #cbd2af; }
/* Box shadow */ div { box-shadow: 4px 4px #cbd2af; }
/* Border color */ .box { border: 4px solid #cbd2af; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cbd2af; }
/* Background with text */ div { background: #cbd2af; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBD2AF
<!-- Using HEX --> <div style="background-color: #cbd2af; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 210, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 210, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(72, 28%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbd2af;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbd2af; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cbd2af; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cbd2af;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cbd2af; color: #fff; padding: 16px; border-radius: 8px;"> #CBD2AF </div>
Related Colors of #CBD2AF
These colors are similar to #CBD2AF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.