Color: #CFE7EA
#CFE7EA Color Information
#CFE7EA is a light color. The closest websafe version is #CFE7EA. A complement of this color would be #E9D1CD, perceived brightness is 0.88, and the grayscale version is #DCDCDC.
In the HSL color space, this color has a hue angle of 187°,a saturation of 39%, and a lightness of 86%.The HSV representation shows a hue of 187°, a saturation of 12%, and a value of 92%.
In a RGB color space, #CFE7EA is composed of 81% red, 91% green and 92% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 1% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 76.16, x: 0.3270, and y: 0.3571.
Color Code #CFE7EA
Shades of Color #CFE7EA
Shades are created by darkening the original color #CFE7EA 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 #CFE7EA
Tints are created by lightening the original color #CFE7EA 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 #CFE7EA Color Code
In the HSL color space, this color has a hue angle of 187°, a saturation of 39%, and a lightness of 86%. The HSV representation shows a hue of 187°, a saturation of 12%, and a value of 92%.
- HEX: #CFE7EA
- RGB: rgb(207, 231, 234)
- HSL: hsl(187, 39%, 86%)
- HSV: hsv(187, 12%, 92%)
- CMYK: 12.00% cyan, 100.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 69.75, 76.16, 67.39
- Yxy: 76.16, 0.3270, 0.3571
- Hunter Lab: 89.93, -7.76, -4.30
- CIE-Lab: 89.93, -7.76, -4.30
In the XYZ color space, this color is represented as X: 69.75, Y: 76.16, Z: 67.39. The Yxy representation further refines this as Y: 76.16, x: 0.3270, and y: 0.3571.
In the Hunter Lab color space, this color is represented as L: 89.93, a: -7.76, and b: -4.30. Similarly, in the CIE-Lab color space, it is represented as L: 89.93, a: -7.76, and b: -4.30.
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 #CFE7EA
Triadic colors are three colors evenly spaced around the color wheel, including #CFE7EA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CFE7EA
Monochromatic colors are variations of #CFE7EA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFE7EA
The complementary color of #CFE7EA 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 #CFE7EA
/* Using HEX */ body { background-color: #cfe7ea; }
/* Using RGB */ body { background-color: rgb(207, 231, 234); }
/* Using RGB with opacity */ body { background-color: rgba(207, 231, 234, 0.5); }
/* Using HSL */ body { background-color: hsl(187, 39%, 86%); }
/* Text color */ p { color: #cfe7ea; }
/* Box shadow */ div { box-shadow: 4px 4px #cfe7ea; }
/* Border color */ .box { border: 4px solid #cfe7ea; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cfe7ea; }
/* Background with text */ div { background: #cfe7ea; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CFE7EA
<!-- Using HEX --> <div style="background-color: #cfe7ea; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 231, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 231, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(187, 39%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfe7ea;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfe7ea; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cfe7ea; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cfe7ea;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cfe7ea; color: #fff; padding: 16px; border-radius: 8px;"> #CFE7EA </div>
Related Colors of #CFE7EA
These colors are similar to #CFE7EA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.