Color: #CECBBB
#CECBBB Color Information
#CECBBB is a light color. The closest websafe version is #CECBBB. A complement of this color would be #BBBECE, perceived brightness is 0.79, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 51°,a saturation of 16%, and a lightness of 77%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CECBBB is composed of 81% red, 80% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 9% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 59.56, x: 0.3592, and y: 0.3752.
Color Code #CECBBB
Shades of Color #CECBBB
Shades are created by darkening the original color #CECBBB 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 #CECBBB
Tints are created by lightening the original color #CECBBB 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 #CECBBB Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 16%, and a lightness of 77%. The HSV representation shows a hue of 51°, a saturation of 9%, and a value of 81%.
- HEX: #CECBBB
- RGB: rgb(206, 203, 187)
- HSL: hsl(51, 16%, 77%)
- HSV: hsv(51, 9%, 81%)
- CMYK: 0.00% cyan, 100.00% magenta, 9.00% yellow, 19.00% black
- XYZ: 57.02, 59.56, 42.15
- Yxy: 59.56, 0.3592, 0.3752
- Hunter Lab: 81.60, -0.99, 8.40
- CIE-Lab: 81.60, -0.99, 8.40
In the XYZ color space, this color is represented as X: 57.02, Y: 59.56, Z: 42.15. The Yxy representation further refines this as Y: 59.56, x: 0.3592, and y: 0.3752.
In the Hunter Lab color space, this color is represented as L: 81.60, a: -0.99, and b: 8.40. Similarly, in the CIE-Lab color space, it is represented as L: 81.60, a: -0.99, and b: 8.40.
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 #CECBBB
Triadic colors are three colors evenly spaced around the color wheel, including #CECBBB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CECBBB
Monochromatic colors are variations of #CECBBB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CECBBB
The complementary color of #CECBBB 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 #CECBBB
/* Using HEX */ body { background-color: #cecbbb; }
/* Using RGB */ body { background-color: rgb(206, 203, 187); }
/* Using RGB with opacity */ body { background-color: rgba(206, 203, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 16%, 77%); }
/* Text color */ p { color: #cecbbb; }
/* Box shadow */ div { box-shadow: 4px 4px #cecbbb; }
HTML Examples of #CECBBB
<!-- Using HEX --> <div style="background-color: #cecbbb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 203, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 203, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 16%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cecbbb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cecbbb; width: 100px; height: 100px;"></div>
Related Colors of #CECBBB
These colors are similar to #CECBBB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.