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