Color: #CEC8BC
#CEC8BC Color Information
#CEC8BC is a light color. The closest websafe version is #CEC8BC. A complement of this color would be #BBC1CE, perceived brightness is 0.79, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 40°,a saturation of 16%, and a lightness of 77%.The HSV representation shows a hue of 40°, a saturation of 9%, and a value of 81%.
In a RGB color space, #CEC8BC is composed of 81% red, 78% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 9% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 58.19, x: 0.3591, and y: 0.3708.
Color Code #CEC8BC
Shades of Color #CEC8BC
Shades are created by darkening the original color #CEC8BC 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 #CEC8BC
Tints are created by lightening the original color #CEC8BC 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 #CEC8BC Color Code
In the HSL color space, this color has a hue angle of 40°, a saturation of 16%, and a lightness of 77%. The HSV representation shows a hue of 40°, a saturation of 9%, and a value of 81%.
- HEX: #CEC8BC
- RGB: rgb(206, 200, 188)
- HSL: hsl(40, 16%, 77%)
- HSV: hsv(40, 9%, 81%)
- CMYK: 0.00% cyan, 3.00% magenta, 9.00% yellow, 19.00% black
- XYZ: 56.35, 58.19, 42.38
- Yxy: 58.19, 0.3591, 0.3708
- Hunter Lab: 80.84, 0.61, 6.80
- CIE-Lab: 80.84, 0.61, 6.80
In the XYZ color space, this color is represented as X: 56.35, Y: 58.19, Z: 42.38. The Yxy representation further refines this as Y: 58.19, x: 0.3591, and y: 0.3708.
In the Hunter Lab color space, this color is represented as L: 80.84, a: 0.61, and b: 6.80. Similarly, in the CIE-Lab color space, it is represented as L: 80.84, a: 0.61, and b: 6.80.
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 #CEC8BC
Triadic colors are three colors evenly spaced around the color wheel, including #CEC8BC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CEC8BC
Split complementary colors are two colors adjacent to the complementary color of #CEC8BC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CEC8BC
Monochromatic colors are variations of #CEC8BC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CEC8BC
The complementary color of #CEC8BC 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 #CEC8BC
/* Using HEX */ body { background-color: #cec8bc; }
/* Using RGB */ body { background-color: rgb(206, 200, 188); }
/* Using RGB with opacity */ body { background-color: rgba(206, 200, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(40, 16%, 77%); }
/* Text color */ p { color: #cec8bc; }
/* Box shadow */ div { box-shadow: 4px 4px #cec8bc; }
/* Border color */ .box { border: 4px solid #cec8bc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cec8bc; }
/* Background with text */ div { background: #cec8bc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CEC8BC
<!-- Using HEX --> <div style="background-color: #cec8bc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 200, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 200, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(40, 16%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cec8bc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cec8bc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cec8bc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cec8bc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cec8bc; color: #fff; padding: 16px; border-radius: 8px;"> #CEC8BC </div>
Related Colors of #CEC8BC
These colors are similar to #CEC8BC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.