Color: #CBD3BB
#CBD3BB Color Information
#CBD3BB is a light color. The closest websafe version is #CBD3BB. A complement of this color would be #C3BBD3, perceived brightness is 0.81, and the grayscale version is #C7C7C7.
In the HSL color space, this color has a hue angle of 80°,a saturation of 21%, and a lightness of 78%.The HSV representation shows a hue of 80°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CBD3BB is composed of 80% red, 83% green and 73% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 11% yellow and 17% black.
In the Yxy color space, this color is represented as Y: 63.00, x: 0.3554, and y: 0.3844.
Color Code #CBD3BB
Shades of Color #CBD3BB
Shades are created by darkening the original color #CBD3BB 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 #CBD3BB
Tints are created by lightening the original color #CBD3BB 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 #CBD3BB Color Code
In the HSL color space, this color has a hue angle of 80°, a saturation of 21%, and a lightness of 78%. The HSV representation shows a hue of 80°, a saturation of 11%, and a value of 83%.
- HEX: #CBD3BB
- RGB: rgb(203, 211, 187)
- HSL: hsl(80, 21%, 78%)
- HSV: hsv(80, 11%, 83%)
- CMYK: 4.00% cyan, 0.00% magenta, 11.00% yellow, 17.00% black
- XYZ: 58.24, 63.00, 42.65
- Yxy: 63.00, 0.3554, 0.3844
- Hunter Lab: 83.44, -5.98, 10.95
- CIE-Lab: 83.44, -5.98, 10.95
In the XYZ color space, this color is represented as X: 58.24, Y: 63.00, Z: 42.65. The Yxy representation further refines this as Y: 63.00, x: 0.3554, and y: 0.3844.
In the Hunter Lab color space, this color is represented as L: 83.44, a: -5.98, and b: 10.95. Similarly, in the CIE-Lab color space, it is represented as L: 83.44, a: -5.98, and b: 10.95.
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 #CBD3BB
Triadic colors are three colors evenly spaced around the color wheel, including #CBD3BB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CBD3BB
Monochromatic colors are variations of #CBD3BB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBD3BB
The complementary color of #CBD3BB 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 #CBD3BB
/* Using HEX */ body { background-color: #cbd3bb; }
/* Using RGB */ body { background-color: rgb(203, 211, 187); }
/* Using RGB with opacity */ body { background-color: rgba(203, 211, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(80, 21%, 78%); }
/* Text color */ p { color: #cbd3bb; }
/* Box shadow */ div { box-shadow: 4px 4px #cbd3bb; }
HTML Examples of #CBD3BB
<!-- Using HEX --> <div style="background-color: #cbd3bb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 211, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 211, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(80, 21%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbd3bb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbd3bb; width: 100px; height: 100px;"></div>
Related Colors of #CBD3BB
These colors are similar to #CBD3BB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.