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