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