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