Color: #C2CECA
#C2CECA Color Information
#C2CECA is a light color. The closest websafe version is #C2CECA. A complement of this color would be #CDC1C5, perceived brightness is 0.79, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 160°,a saturation of 11%, and a lightness of 78%.The HSV representation shows a hue of 160°, a saturation of 6%, and a value of 81%.
In a RGB color space, #C2CECA is composed of 76% red, 81% green and 79% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 2% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 59.83, x: 0.3388, and y: 0.3637.
Color Code #C2CECA
Shades of Color #C2CECA
Shades are created by darkening the original color #C2CECA 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 #C2CECA
Tints are created by lightening the original color #C2CECA 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 #C2CECA Color Code
In the HSL color space, this color has a hue angle of 160°, a saturation of 11%, and a lightness of 78%. The HSV representation shows a hue of 160°, a saturation of 6%, and a value of 81%.
- HEX: #C2CECA
- RGB: rgb(194, 206, 202)
- HSL: hsl(160, 11%, 78%)
- HSV: hsv(160, 6%, 81%)
- CMYK: 6.00% cyan, 0.00% magenta, 2.00% yellow, 19.00% black
- XYZ: 55.74, 59.83, 48.93
- Yxy: 59.83, 0.3388, 0.3637
- Hunter Lab: 81.75, -4.79, 0.51
- CIE-Lab: 81.75, -4.79, 0.51
In the XYZ color space, this color is represented as X: 55.74, Y: 59.83, Z: 48.93. The Yxy representation further refines this as Y: 59.83, x: 0.3388, and y: 0.3637.
In the Hunter Lab color space, this color is represented as L: 81.75, a: -4.79, and b: 0.51. Similarly, in the CIE-Lab color space, it is represented as L: 81.75, a: -4.79, and b: 0.51.
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 #C2CECA
Triadic colors are three colors evenly spaced around the color wheel, including #C2CECA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C2CECA
Split complementary colors are two colors adjacent to the complementary color of #C2CECA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C2CECA
Monochromatic colors are variations of #C2CECA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C2CECA
The complementary color of #C2CECA 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 #C2CECA
/* Using HEX */ body { background-color: #c2ceca; }
/* Using RGB */ body { background-color: rgb(194, 206, 202); }
/* Using RGB with opacity */ body { background-color: rgba(194, 206, 202, 0.5); }
/* Using HSL */ body { background-color: hsl(160, 11%, 78%); }
/* Text color */ p { color: #c2ceca; }
/* Box shadow */ div { box-shadow: 4px 4px #c2ceca; }
/* Border color */ .box { border: 4px solid #c2ceca; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c2ceca; }
/* Background with text */ div { background: #c2ceca; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C2CECA
<!-- Using HEX --> <div style="background-color: #c2ceca; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(194, 206, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(194, 206, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(160, 11%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c2ceca;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c2ceca; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c2ceca; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c2ceca;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c2ceca; color: #fff; padding: 16px; border-radius: 8px;"> #C2CECA </div>
Related Colors of #C2CECA
These colors are similar to #C2CECA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.