Color: #CDBCFE
#CDBCFE Color Information
#CDBCFE is a light color. The closest websafe version is #CDBCFE. A complement of this color would be #EEFEBE, perceived brightness is 0.79, and the grayscale version is #DDDDDD.
In the HSL color space, this color has a hue angle of 255°,a saturation of 97%, and a lightness of 87%.The HSV representation shows a hue of 255°, a saturation of 26%, and a value of 100%.
In a RGB color space, #CDBCFE is composed of 80% red, 74% green and 100% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 26% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 55.64, x: 0.3128, and y: 0.2893.
Color Code #CDBCFE
Shades of Color #CDBCFE
Shades are created by darkening the original color #CDBCFE 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 #CDBCFE
Tints are created by lightening the original color #CDBCFE 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 #CDBCFE Color Code
In the HSL color space, this color has a hue angle of 255°, a saturation of 97%, and a lightness of 87%. The HSV representation shows a hue of 255°, a saturation of 26%, and a value of 100%.
- HEX: #CDBCFE
- RGB: rgb(205, 188, 254)
- HSL: hsl(255, 97%, 87%)
- HSV: hsv(255, 26%, 100%)
- CMYK: 19.00% cyan, 26.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 60.17, 55.64, 76.52
- Yxy: 55.64, 0.3128, 0.2893
- Hunter Lab: 79.41, 16.02, -30.53
- CIE-Lab: 79.41, 16.02, -30.53
In the XYZ color space, this color is represented as X: 60.17, Y: 55.64, Z: 76.52. The Yxy representation further refines this as Y: 55.64, x: 0.3128, and y: 0.2893.
In the Hunter Lab color space, this color is represented as L: 79.41, a: 16.02, and b: -30.53. Similarly, in the CIE-Lab color space, it is represented as L: 79.41, a: 16.02, and b: -30.53.
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 #CDBCFE
Triadic colors are three colors evenly spaced around the color wheel, including #CDBCFE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CDBCFE
Split complementary colors are two colors adjacent to the complementary color of #CDBCFE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CDBCFE
Monochromatic colors are variations of #CDBCFE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDBCFE
The complementary color of #CDBCFE 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 #CDBCFE
/* Using HEX */ body { background-color: #cdbcfe; }
/* Using RGB */ body { background-color: rgb(205, 188, 254); }
/* Using RGB with opacity */ body { background-color: rgba(205, 188, 254, 0.5); }
/* Using HSL */ body { background-color: hsl(255, 97%, 87%); }
/* Text color */ p { color: #cdbcfe; }
/* Box shadow */ div { box-shadow: 4px 4px #cdbcfe; }
/* Border color */ .box { border: 4px solid #cdbcfe; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cdbcfe; }
/* Background with text */ div { background: #cdbcfe; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CDBCFE
<!-- Using HEX --> <div style="background-color: #cdbcfe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 188, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 188, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(255, 97%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cdbcfe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cdbcfe; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cdbcfe; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cdbcfe;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cdbcfe; color: #fff; padding: 16px; border-radius: 8px;"> #CDBCFE </div>
Related Colors of #CDBCFE
These colors are similar to #CDBCFE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.