Color: #CFEFD6
#CFEFD6 Color Information
#CFEFD6 is a light color. The closest websafe version is #CFEFD6. A complement of this color would be #EECDE7, perceived brightness is 0.89, and the grayscale version is #DFDFDF.
In the HSL color space, this color has a hue angle of 133°,a saturation of 50%, and a lightness of 87%.The HSV representation shows a hue of 133°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CFEFD6 is composed of 81% red, 94% green and 84% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 10% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 79.84, x: 0.3382, and y: 0.3853.
Color Code #CFEFD6
Shades of Color #CFEFD6
Shades are created by darkening the original color #CFEFD6 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 #CFEFD6
Tints are created by lightening the original color #CFEFD6 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 #CFEFD6 Color Code
In the HSL color space, this color has a hue angle of 133°, a saturation of 50%, and a lightness of 87%. The HSV representation shows a hue of 133°, a saturation of 13%, and a value of 94%.
- HEX: #CFEFD6
- RGB: rgb(207, 239, 214)
- HSL: hsl(133, 50%, 87%)
- HSV: hsv(133, 13%, 94%)
- CMYK: 13.00% cyan, 0.00% magenta, 10.00% yellow, 6.00% black
- XYZ: 70.07, 79.84, 57.28
- Yxy: 79.84, 0.3382, 0.3853
- Hunter Lab: 91.61, -14.32, 8.46
- CIE-Lab: 91.61, -14.32, 8.46
In the XYZ color space, this color is represented as X: 70.07, Y: 79.84, Z: 57.28. The Yxy representation further refines this as Y: 79.84, x: 0.3382, and y: 0.3853.
In the Hunter Lab color space, this color is represented as L: 91.61, a: -14.32, and b: 8.46. Similarly, in the CIE-Lab color space, it is represented as L: 91.61, a: -14.32, and b: 8.46.
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 #CFEFD6
Triadic colors are three colors evenly spaced around the color wheel, including #CFEFD6. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CFEFD6
Monochromatic colors are variations of #CFEFD6, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFEFD6
The complementary color of #CFEFD6 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 #CFEFD6
/* Using HEX */ body { background-color: #cfefd6; }
/* Using RGB */ body { background-color: rgb(207, 239, 214); }
/* Using RGB with opacity */ body { background-color: rgba(207, 239, 214, 0.5); }
/* Using HSL */ body { background-color: hsl(133, 50%, 87%); }
/* Text color */ p { color: #cfefd6; }
/* Box shadow */ div { box-shadow: 4px 4px #cfefd6; }
HTML Examples of #CFEFD6
<!-- Using HEX --> <div style="background-color: #cfefd6; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 239, 214); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 239, 214, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(133, 50%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfefd6;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfefd6; width: 100px; height: 100px;"></div>
Related Colors of #CFEFD6
These colors are similar to #CFEFD6, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.