Color: #CAEEC1
#CAEEC1 Color Information
#CAEEC1 is a light color. The closest websafe version is #CAEEC1. A complement of this color would be #E6C3EF, perceived brightness is 0.87, and the grayscale version is #D7D7D7.
In the HSL color space, this color has a hue angle of 108°,a saturation of 57%, and a lightness of 85%.The HSV representation shows a hue of 108°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CAEEC1 is composed of 79% red, 93% green and 76% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 19% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 77.67, x: 0.3468, and y: 0.4062.
Color Code #CAEEC1
Shades of Color #CAEEC1
Shades are created by darkening the original color #CAEEC1 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 #CAEEC1
Tints are created by lightening the original color #CAEEC1 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 #CAEEC1 Color Code
In the HSL color space, this color has a hue angle of 108°, a saturation of 57%, and a lightness of 85%. The HSV representation shows a hue of 108°, a saturation of 19%, and a value of 93%.
- HEX: #CAEEC1
- RGB: rgb(202, 238, 193)
- HSL: hsl(108, 57%, 85%)
- HSV: hsv(108, 19%, 93%)
- CMYK: 15.00% cyan, 0.00% magenta, 19.00% yellow, 7.00% black
- XYZ: 66.31, 77.67, 47.21
- Yxy: 77.67, 0.3468, 0.4062
- Hunter Lab: 90.63, -18.27, 17.81
- CIE-Lab: 90.63, -18.27, 17.81
In the XYZ color space, this color is represented as X: 66.31, Y: 77.67, Z: 47.21. The Yxy representation further refines this as Y: 77.67, x: 0.3468, and y: 0.4062.
In the Hunter Lab color space, this color is represented as L: 90.63, a: -18.27, and b: 17.81. Similarly, in the CIE-Lab color space, it is represented as L: 90.63, a: -18.27, and b: 17.81.
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 #CAEEC1
Triadic colors are three colors evenly spaced around the color wheel, including #CAEEC1. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CAEEC1
Monochromatic colors are variations of #CAEEC1, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CAEEC1
The complementary color of #CAEEC1 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 #CAEEC1
/* Using HEX */ body { background-color: #caeec1; }
/* Using RGB */ body { background-color: rgb(202, 238, 193); }
/* Using RGB with opacity */ body { background-color: rgba(202, 238, 193, 0.5); }
/* Using HSL */ body { background-color: hsl(108, 57%, 85%); }
/* Text color */ p { color: #caeec1; }
/* Box shadow */ div { box-shadow: 4px 4px #caeec1; }
HTML Examples of #CAEEC1
<!-- Using HEX --> <div style="background-color: #caeec1; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 238, 193); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 238, 193, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(108, 57%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #caeec1;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #caeec1; width: 100px; height: 100px;"></div>
Related Colors of #CAEEC1
These colors are similar to #CAEEC1, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.