Color: #CCB4CA
#CCB4CA Color Information
#CCB4CA is a light color. The closest websafe version is #CCB4CA. A complement of this color would be #B3CBB5, perceived brightness is 0.74, and the grayscale version is #C0C0C0.
In the HSL color space, this color has a hue angle of 305°,a saturation of 19%, and a lightness of 75%.The HSV representation shows a hue of 305°, a saturation of 12%, and a value of 80%.
In a RGB color space, #CCB4CA is composed of 80% red, 71% green and 79% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 1% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 49.73, x: 0.3501, and y: 0.3326.
Color Code #CCB4CA
Shades of Color #CCB4CA
Shades are created by darkening the original color #CCB4CA 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 #CCB4CA
Tints are created by lightening the original color #CCB4CA 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 #CCB4CA Color Code
In the HSL color space, this color has a hue angle of 305°, a saturation of 19%, and a lightness of 75%. The HSV representation shows a hue of 305°, a saturation of 12%, and a value of 80%.
- HEX: #CCB4CA
- RGB: rgb(204, 180, 202)
- HSL: hsl(305, 19%, 75%)
- HSV: hsv(305, 12%, 80%)
- CMYK: 0.00% cyan, 12.00% magenta, 100.00% yellow, 20.00% black
- XYZ: 52.36, 49.73, 47.45
- Yxy: 49.73, 0.3501, 0.3326
- Hunter Lab: 75.91, 11.77, -7.86
- CIE-Lab: 75.91, 11.77, -7.86
In the XYZ color space, this color is represented as X: 52.36, Y: 49.73, Z: 47.45. The Yxy representation further refines this as Y: 49.73, x: 0.3501, and y: 0.3326.
In the Hunter Lab color space, this color is represented as L: 75.91, a: 11.77, and b: -7.86. Similarly, in the CIE-Lab color space, it is represented as L: 75.91, a: 11.77, and b: -7.86.
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 #CCB4CA
Triadic colors are three colors evenly spaced around the color wheel, including #CCB4CA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CCB4CA
Split complementary colors are two colors adjacent to the complementary color of #CCB4CA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CCB4CA
Monochromatic colors are variations of #CCB4CA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCB4CA
The complementary color of #CCB4CA 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 #CCB4CA
/* Using HEX */ body { background-color: #ccb4ca; }
/* Using RGB */ body { background-color: rgb(204, 180, 202); }
/* Using RGB with opacity */ body { background-color: rgba(204, 180, 202, 0.5); }
/* Using HSL */ body { background-color: hsl(305, 19%, 75%); }
/* Text color */ p { color: #ccb4ca; }
/* Box shadow */ div { box-shadow: 4px 4px #ccb4ca; }
/* Border color */ .box { border: 4px solid #ccb4ca; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ccb4ca; }
/* Background with text */ div { background: #ccb4ca; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CCB4CA
<!-- Using HEX --> <div style="background-color: #ccb4ca; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 180, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 180, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(305, 19%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccb4ca;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccb4ca; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ccb4ca; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ccb4ca;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ccb4ca; color: #fff; padding: 16px; border-radius: 8px;"> #CCB4CA </div>
Related Colors of #CCB4CA
These colors are similar to #CCB4CA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.