Color: #CAFCD0
#CAFCD0 Color Information
#CAFCD0 is a light color. The closest websafe version is #CAFCD0. A complement of this color would be #FCCAF6, perceived brightness is 0.91, and the grayscale version is #E3E3E3.
In the HSL color space, this color has a hue angle of 127°,a saturation of 89%, and a lightness of 89%.The HSV representation shows a hue of 127°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CAFCD0 is composed of 79% red, 99% green and 82% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 0% magenta, 17% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 86.75, x: 0.3371, and y: 0.4047.
Color Code #CAFCD0
Shades of Color #CAFCD0
Shades are created by darkening the original color #CAFCD0 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 #CAFCD0
Tints are created by lightening the original color #CAFCD0 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 #CAFCD0 Color Code
In the HSL color space, this color has a hue angle of 127°, a saturation of 89%, and a lightness of 89%. The HSV representation shows a hue of 127°, a saturation of 20%, and a value of 99%.
- HEX: #CAFCD0
- RGB: rgb(202, 252, 208)
- HSL: hsl(127, 89%, 89%)
- HSV: hsv(127, 20%, 99%)
- CMYK: 20.00% cyan, 0.00% magenta, 17.00% yellow, 100.00% black
- XYZ: 72.26, 86.75, 55.32
- Yxy: 86.75, 0.3371, 0.4047
- Hunter Lab: 94.63, -22.69, 15.70
- CIE-Lab: 94.63, -22.69, 15.70
In the XYZ color space, this color is represented as X: 72.26, Y: 86.75, Z: 55.32. The Yxy representation further refines this as Y: 86.75, x: 0.3371, and y: 0.4047.
In the Hunter Lab color space, this color is represented as L: 94.63, a: -22.69, and b: 15.70. Similarly, in the CIE-Lab color space, it is represented as L: 94.63, a: -22.69, and b: 15.70.
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 #CAFCD0
Triadic colors are three colors evenly spaced around the color wheel, including #CAFCD0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CAFCD0
Monochromatic colors are variations of #CAFCD0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CAFCD0
The complementary color of #CAFCD0 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 #CAFCD0
/* Using HEX */ body { background-color: #cafcd0; }
/* Using RGB */ body { background-color: rgb(202, 252, 208); }
/* Using RGB with opacity */ body { background-color: rgba(202, 252, 208, 0.5); }
/* Using HSL */ body { background-color: hsl(127, 89%, 89%); }
/* Text color */ p { color: #cafcd0; }
/* Box shadow */ div { box-shadow: 4px 4px #cafcd0; }
HTML Examples of #CAFCD0
<!-- Using HEX --> <div style="background-color: #cafcd0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 252, 208); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 252, 208, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(127, 89%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cafcd0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cafcd0; width: 100px; height: 100px;"></div>
Related Colors of #CAFCD0
These colors are similar to #CAFCD0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.