Color: #CCBFDA
#CCBFDA Color Information
#CCBFDA is a light color. The closest websafe version is #CCBFDA. A complement of this color would be #CCDABE, perceived brightness is 0.78, and the grayscale version is #CCCCCC.
In the HSL color space, this color has a hue angle of 269°,a saturation of 27%, and a lightness of 80%.The HSV representation shows a hue of 269°, a saturation of 12%, and a value of 85%.
In a RGB color space, #CCBFDA is composed of 80% red, 75% green and 85% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 12% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 55.03, x: 0.3370, and y: 0.3287.
Color Code #CCBFDA
Shades of Color #CCBFDA
Shades are created by darkening the original color #CCBFDA 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 #CCBFDA
Tints are created by lightening the original color #CCBFDA 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 #CCBFDA Color Code
In the HSL color space, this color has a hue angle of 269°, a saturation of 27%, and a lightness of 80%. The HSV representation shows a hue of 269°, a saturation of 12%, and a value of 85%.
- HEX: #CCBFDA
- RGB: rgb(204, 191, 218)
- HSL: hsl(269, 27%, 80%)
- HSV: hsv(269, 12%, 85%)
- CMYK: 6.00% cyan, 12.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 56.42, 55.03, 55.97
- Yxy: 55.03, 0.3370, 0.3287
- Hunter Lab: 79.06, 8.47, -11.83
- CIE-Lab: 79.06, 8.47, -11.83
In the XYZ color space, this color is represented as X: 56.42, Y: 55.03, Z: 55.97. The Yxy representation further refines this as Y: 55.03, x: 0.3370, and y: 0.3287.
In the Hunter Lab color space, this color is represented as L: 79.06, a: 8.47, and b: -11.83. Similarly, in the CIE-Lab color space, it is represented as L: 79.06, a: 8.47, and b: -11.83.
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 #CCBFDA
Triadic colors are three colors evenly spaced around the color wheel, including #CCBFDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CCBFDA
Monochromatic colors are variations of #CCBFDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCBFDA
The complementary color of #CCBFDA 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 #CCBFDA
/* Using HEX */ body { background-color: #ccbfda; }
/* Using RGB */ body { background-color: rgb(204, 191, 218); }
/* Using RGB with opacity */ body { background-color: rgba(204, 191, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(269, 27%, 80%); }
/* Text color */ p { color: #ccbfda; }
/* Box shadow */ div { box-shadow: 4px 4px #ccbfda; }
/* Border color */ .box { border: 4px solid #ccbfda; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ccbfda; }
/* Background with text */ div { background: #ccbfda; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CCBFDA
<!-- Using HEX --> <div style="background-color: #ccbfda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 191, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 191, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(269, 27%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccbfda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccbfda; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ccbfda; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ccbfda;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ccbfda; color: #fff; padding: 16px; border-radius: 8px;"> #CCBFDA </div>
Related Colors of #CCBFDA
These colors are similar to #CCBFDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.