Color: #CCB0EC
#CCB0EC Color Information
#CCB0EC is a light color. The closest websafe version is #CCB0EC. A complement of this color would be #D1ECB1, perceived brightness is 0.75, and the grayscale version is #CECECE.
In the HSL color space, this color has a hue angle of 268°,a saturation of 61%, and a lightness of 81%.The HSV representation shows a hue of 268°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CCB0EC is composed of 80% red, 69% green and 93% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 25% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 49.64, x: 0.3245, and y: 0.2926.
Color Code #CCB0EC
Shades of Color #CCB0EC
Shades are created by darkening the original color #CCB0EC 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 #CCB0EC
Tints are created by lightening the original color #CCB0EC 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 #CCB0EC Color Code
In the HSL color space, this color has a hue angle of 268°, a saturation of 61%, and a lightness of 81%. The HSV representation shows a hue of 268°, a saturation of 25%, and a value of 93%.
- HEX: #CCB0EC
- RGB: rgb(204, 176, 236)
- HSL: hsl(268, 61%, 81%)
- HSV: hsv(268, 25%, 93%)
- CMYK: 14.00% cyan, 25.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 55.05, 49.64, 64.96
- Yxy: 49.64, 0.3245, 0.2926
- Hunter Lab: 75.85, 18.89, -26.31
- CIE-Lab: 75.85, 18.89, -26.31
In the XYZ color space, this color is represented as X: 55.05, Y: 49.64, Z: 64.96. The Yxy representation further refines this as Y: 49.64, x: 0.3245, and y: 0.2926.
In the Hunter Lab color space, this color is represented as L: 75.85, a: 18.89, and b: -26.31. Similarly, in the CIE-Lab color space, it is represented as L: 75.85, a: 18.89, and b: -26.31.
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 #CCB0EC
Triadic colors are three colors evenly spaced around the color wheel, including #CCB0EC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CCB0EC
Monochromatic colors are variations of #CCB0EC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCB0EC
The complementary color of #CCB0EC 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 #CCB0EC
/* Using HEX */ body { background-color: #ccb0ec; }
/* Using RGB */ body { background-color: rgb(204, 176, 236); }
/* Using RGB with opacity */ body { background-color: rgba(204, 176, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(268, 61%, 81%); }
/* Text color */ p { color: #ccb0ec; }
/* Box shadow */ div { box-shadow: 4px 4px #ccb0ec; }
HTML Examples of #CCB0EC
<!-- Using HEX --> <div style="background-color: #ccb0ec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 176, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 176, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(268, 61%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccb0ec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccb0ec; width: 100px; height: 100px;"></div>
Related Colors of #CCB0EC
These colors are similar to #CCB0EC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.