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