Color: #CAD7FA
#CAD7FA Color Information
#CAD7FA is a light color. The closest websafe version is #CAD7FA. A complement of this color would be #FAEECC, perceived brightness is 0.84, and the grayscale version is #E2E2E2.
In the HSL color space, this color has a hue angle of 224°,a saturation of 83%, and a lightness of 89%.The HSV representation shows a hue of 224°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CAD7FA is composed of 79% red, 84% green and 98% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 14% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 67.65, x: 0.3140, and y: 0.3238.
Color Code #CAD7FA
Shades of Color #CAD7FA
Shades are created by darkening the original color #CAD7FA 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 #CAD7FA
Tints are created by lightening the original color #CAD7FA 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 #CAD7FA Color Code
In the HSL color space, this color has a hue angle of 224°, a saturation of 83%, and a lightness of 89%. The HSV representation shows a hue of 224°, a saturation of 19%, and a value of 98%.
- HEX: #CAD7FA
- RGB: rgb(202, 215, 250)
- HSL: hsl(224, 83%, 89%)
- HSV: hsv(224, 19%, 98%)
- CMYK: 19.00% cyan, 14.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 65.60, 67.65, 75.69
- Yxy: 67.65, 0.3140, 0.3238
- Hunter Lab: 85.83, 0.83, -18.75
- CIE-Lab: 85.83, 0.83, -18.75
In the XYZ color space, this color is represented as X: 65.60, Y: 67.65, Z: 75.69. The Yxy representation further refines this as Y: 67.65, x: 0.3140, and y: 0.3238.
In the Hunter Lab color space, this color is represented as L: 85.83, a: 0.83, and b: -18.75. Similarly, in the CIE-Lab color space, it is represented as L: 85.83, a: 0.83, and b: -18.75.
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 #CAD7FA
Triadic colors are three colors evenly spaced around the color wheel, including #CAD7FA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CAD7FA
Monochromatic colors are variations of #CAD7FA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CAD7FA
The complementary color of #CAD7FA 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 #CAD7FA
/* Using HEX */ body { background-color: #cad7fa; }
/* Using RGB */ body { background-color: rgb(202, 215, 250); }
/* Using RGB with opacity */ body { background-color: rgba(202, 215, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(224, 83%, 89%); }
/* Text color */ p { color: #cad7fa; }
/* Box shadow */ div { box-shadow: 4px 4px #cad7fa; }
HTML Examples of #CAD7FA
<!-- Using HEX --> <div style="background-color: #cad7fa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 215, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 215, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(224, 83%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cad7fa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cad7fa; width: 100px; height: 100px;"></div>
Related Colors of #CAD7FA
These colors are similar to #CAD7FA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.