Color: #CBB9FE
#CBB9FE Color Information
#CBB9FE is a light color. The closest websafe version is #CBB9FE. A complement of this color would be #EBFEB9, perceived brightness is 0.78, and the grayscale version is #DCDCDC.
In the HSL color space, this color has a hue angle of 256°,a saturation of 97%, and a lightness of 86%.The HSV representation shows a hue of 256°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CBB9FE is composed of 80% red, 73% green and 100% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 27% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 54.08, x: 0.3111, and y: 0.2857.
Color Code #CBB9FE
Shades of Color #CBB9FE
Shades are created by darkening the original color #CBB9FE 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 #CBB9FE
Tints are created by lightening the original color #CBB9FE 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 #CBB9FE Color Code
In the HSL color space, this color has a hue angle of 256°, a saturation of 97%, and a lightness of 86%. The HSV representation shows a hue of 256°, a saturation of 27%, and a value of 100%.
- HEX: #CBB9FE
- RGB: rgb(203, 185, 254)
- HSL: hsl(256, 97%, 86%)
- HSV: hsv(256, 27%, 100%)
- CMYK: 20.00% cyan, 27.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 58.90, 54.08, 76.32
- Yxy: 54.08, 0.3111, 0.2857
- Hunter Lab: 78.51, 16.90, -31.92
- CIE-Lab: 78.51, 16.90, -31.92
In the XYZ color space, this color is represented as X: 58.90, Y: 54.08, Z: 76.32. The Yxy representation further refines this as Y: 54.08, x: 0.3111, and y: 0.2857.
In the Hunter Lab color space, this color is represented as L: 78.51, a: 16.90, and b: -31.92. Similarly, in the CIE-Lab color space, it is represented as L: 78.51, a: 16.90, and b: -31.92.
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 #CBB9FE
Triadic colors are three colors evenly spaced around the color wheel, including #CBB9FE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CBB9FE
Monochromatic colors are variations of #CBB9FE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBB9FE
The complementary color of #CBB9FE 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 #CBB9FE
/* Using HEX */ body { background-color: #cbb9fe; }
/* Using RGB */ body { background-color: rgb(203, 185, 254); }
/* Using RGB with opacity */ body { background-color: rgba(203, 185, 254, 0.5); }
/* Using HSL */ body { background-color: hsl(256, 97%, 86%); }
/* Text color */ p { color: #cbb9fe; }
/* Box shadow */ div { box-shadow: 4px 4px #cbb9fe; }
HTML Examples of #CBB9FE
<!-- Using HEX --> <div style="background-color: #cbb9fe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 185, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 185, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(256, 97%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbb9fe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbb9fe; width: 100px; height: 100px;"></div>
Related Colors of #CBB9FE
These colors are similar to #CBB9FE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.