Color: #CCCFEA
#CCCFEA Color Information
#CCCFEA is a light color. The closest websafe version is #CCCFEA. A complement of this color would be #EAE7CC, perceived brightness is 0.82, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 234°,a saturation of 42%, and a lightness of 86%.The HSV representation shows a hue of 234°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CCCFEA is composed of 80% red, 81% green and 92% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 12% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 63.15, x: 0.3254, and y: 0.3307.
Color Code #CCCFEA
Shades of Color #CCCFEA
Shades are created by darkening the original color #CCCFEA 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 #CCCFEA
Tints are created by lightening the original color #CCCFEA 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 #CCCFEA Color Code
In the HSL color space, this color has a hue angle of 234°, a saturation of 42%, and a lightness of 86%. The HSV representation shows a hue of 234°, a saturation of 13%, and a value of 92%.
- HEX: #CCCFEA
- RGB: rgb(204, 207, 234)
- HSL: hsl(234, 42%, 86%)
- HSV: hsv(234, 13%, 92%)
- CMYK: 13.00% cyan, 12.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 62.13, 63.15, 65.66
- Yxy: 63.15, 0.3254, 0.3307
- Hunter Lab: 83.52, 2.88, -13.74
- CIE-Lab: 83.52, 2.88, -13.74
In the XYZ color space, this color is represented as X: 62.13, Y: 63.15, Z: 65.66. The Yxy representation further refines this as Y: 63.15, x: 0.3254, and y: 0.3307.
In the Hunter Lab color space, this color is represented as L: 83.52, a: 2.88, and b: -13.74. Similarly, in the CIE-Lab color space, it is represented as L: 83.52, a: 2.88, and b: -13.74.
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 #CCCFEA
Triadic colors are three colors evenly spaced around the color wheel, including #CCCFEA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CCCFEA
Monochromatic colors are variations of #CCCFEA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCCFEA
The complementary color of #CCCFEA 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 #CCCFEA
/* Using HEX */ body { background-color: #cccfea; }
/* Using RGB */ body { background-color: rgb(204, 207, 234); }
/* Using RGB with opacity */ body { background-color: rgba(204, 207, 234, 0.5); }
/* Using HSL */ body { background-color: hsl(234, 42%, 86%); }
/* Text color */ p { color: #cccfea; }
/* Box shadow */ div { box-shadow: 4px 4px #cccfea; }
HTML Examples of #CCCFEA
<!-- Using HEX --> <div style="background-color: #cccfea; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 207, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 207, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(234, 42%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cccfea;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cccfea; width: 100px; height: 100px;"></div>
Related Colors of #CCCFEA
These colors are similar to #CCCFEA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.