Color: #CF9FDB
#CF9FDB Color Information
#CF9FDB is a light color. The closest websafe version is #CF9FDB. A complement of this color would be #ABDB9F, perceived brightness is 0.71, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 288°,a saturation of 45%, and a lightness of 74%.The HSV representation shows a hue of 288°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CF9FDB is composed of 81% red, 62% green and 86% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 27% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 43.03, x: 0.3413, and y: 0.2896.
Color Code #CF9FDB
Shades of Color #CF9FDB
Shades are created by darkening the original color #CF9FDB 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 #CF9FDB
Tints are created by lightening the original color #CF9FDB 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 #CF9FDB Color Code
In the HSL color space, this color has a hue angle of 288°, a saturation of 45%, and a lightness of 74%. The HSV representation shows a hue of 288°, a saturation of 27%, and a value of 86%.
- HEX: #CF9FDB
- RGB: rgb(207, 159, 219)
- HSL: hsl(288, 45%, 74%)
- HSV: hsv(288, 27%, 86%)
- CMYK: 5.00% cyan, 27.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 50.70, 43.03, 54.83
- Yxy: 43.03, 0.3413, 0.2896
- Hunter Lab: 71.58, 26.07, -23.52
- CIE-Lab: 71.58, 26.07, -23.52
In the XYZ color space, this color is represented as X: 50.70, Y: 43.03, Z: 54.83. The Yxy representation further refines this as Y: 43.03, x: 0.3413, and y: 0.2896.
In the Hunter Lab color space, this color is represented as L: 71.58, a: 26.07, and b: -23.52. Similarly, in the CIE-Lab color space, it is represented as L: 71.58, a: 26.07, and b: -23.52.
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 #CF9FDB
Triadic colors are three colors evenly spaced around the color wheel, including #CF9FDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CF9FDB
Monochromatic colors are variations of #CF9FDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CF9FDB
The complementary color of #CF9FDB 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 #CF9FDB
/* Using HEX */ body { background-color: #cf9fdb; }
/* Using RGB */ body { background-color: rgb(207, 159, 219); }
/* Using RGB with opacity */ body { background-color: rgba(207, 159, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(288, 45%, 74%); }
/* Text color */ p { color: #cf9fdb; }
/* Box shadow */ div { box-shadow: 4px 4px #cf9fdb; }
HTML Examples of #CF9FDB
<!-- Using HEX --> <div style="background-color: #cf9fdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 159, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 159, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(288, 45%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cf9fdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cf9fdb; width: 100px; height: 100px;"></div>
Related Colors of #CF9FDB
These colors are similar to #CF9FDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.