Color: #C99DEB
#C99DEB Color Information
#C99DEB is a light color. The closest websafe version is #C99DEB. A complement of this color would be #BFEB9E, perceived brightness is 0.70, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 274°,a saturation of 66%, and a lightness of 77%.The HSV representation shows a hue of 274°, a saturation of 33%, and a value of 92%.
In a RGB color space, #C99DEB is composed of 79% red, 62% green and 92% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 33% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 42.20, x: 0.3228, and y: 0.2706.
Color Code #C99DEB
Shades of Color #C99DEB
Shades are created by darkening the original color #C99DEB 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 #C99DEB
Tints are created by lightening the original color #C99DEB 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 #C99DEB Color Code
In the HSL color space, this color has a hue angle of 274°, a saturation of 66%, and a lightness of 77%. The HSV representation shows a hue of 274°, a saturation of 33%, and a value of 92%.
- HEX: #C99DEB
- RGB: rgb(201, 157, 235)
- HSL: hsl(274, 66%, 77%)
- HSV: hsv(274, 33%, 92%)
- CMYK: 14.00% cyan, 33.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 50.34, 42.20, 63.42
- Yxy: 42.20, 0.3228, 0.2706
- Hunter Lab: 71.01, 27.56, -33.18
- CIE-Lab: 71.01, 27.56, -33.18
In the XYZ color space, this color is represented as X: 50.34, Y: 42.20, Z: 63.42. The Yxy representation further refines this as Y: 42.20, x: 0.3228, and y: 0.2706.
In the Hunter Lab color space, this color is represented as L: 71.01, a: 27.56, and b: -33.18. Similarly, in the CIE-Lab color space, it is represented as L: 71.01, a: 27.56, and b: -33.18.
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 #C99DEB
Triadic colors are three colors evenly spaced around the color wheel, including #C99DEB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C99DEB
Split complementary colors are two colors adjacent to the complementary color of #C99DEB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C99DEB
Monochromatic colors are variations of #C99DEB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C99DEB
The complementary color of #C99DEB 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 #C99DEB
/* Using HEX */ body { background-color: #c99deb; }
/* Using RGB */ body { background-color: rgb(201, 157, 235); }
/* Using RGB with opacity */ body { background-color: rgba(201, 157, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(274, 66%, 77%); }
/* Text color */ p { color: #c99deb; }
/* Box shadow */ div { box-shadow: 4px 4px #c99deb; }
/* Border color */ .box { border: 4px solid #c99deb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c99deb; }
/* Background with text */ div { background: #c99deb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C99DEB
<!-- Using HEX --> <div style="background-color: #c99deb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(201, 157, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(201, 157, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(274, 66%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c99deb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c99deb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c99deb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c99deb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c99deb; color: #fff; padding: 16px; border-radius: 8px;"> #C99DEB </div>
Related Colors of #C99DEB
These colors are similar to #C99DEB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.