Color: #C3CDDC
#C3CDDC Color Information
#C3CDDC is a light color. The closest websafe version is #C3CDDC. A complement of this color would be #DBD1C2, perceived brightness is 0.80, and the grayscale version is #D0D0D0.
In the HSL color space, this color has a hue angle of 216°,a saturation of 26%, and a lightness of 81%.The HSV representation shows a hue of 216°, a saturation of 11%, and a value of 86%.
In a RGB color space, #C3CDDC is composed of 76% red, 80% green and 86% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 7% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 60.25, x: 0.3277, and y: 0.3431.
Color Code #C3CDDC
Shades of Color #C3CDDC
Shades are created by darkening the original color #C3CDDC 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 #C3CDDC
Tints are created by lightening the original color #C3CDDC 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 #C3CDDC Color Code
In the HSL color space, this color has a hue angle of 216°, a saturation of 26%, and a lightness of 81%. The HSV representation shows a hue of 216°, a saturation of 11%, and a value of 86%.
- HEX: #C3CDDC
- RGB: rgb(195, 205, 220)
- HSL: hsl(216, 26%, 81%)
- HSV: hsv(216, 11%, 86%)
- CMYK: 11.00% cyan, 7.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 57.55, 60.25, 57.80
- Yxy: 60.25, 0.3277, 0.3431
- Hunter Lab: 81.97, -1.32, -8.70
- CIE-Lab: 81.97, -1.32, -8.70
In the XYZ color space, this color is represented as X: 57.55, Y: 60.25, Z: 57.80. The Yxy representation further refines this as Y: 60.25, x: 0.3277, and y: 0.3431.
In the Hunter Lab color space, this color is represented as L: 81.97, a: -1.32, and b: -8.70. Similarly, in the CIE-Lab color space, it is represented as L: 81.97, a: -1.32, and b: -8.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 #C3CDDC
Triadic colors are three colors evenly spaced around the color wheel, including #C3CDDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C3CDDC
Monochromatic colors are variations of #C3CDDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C3CDDC
The complementary color of #C3CDDC 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 #C3CDDC
/* Using HEX */ body { background-color: #c3cddc; }
/* Using RGB */ body { background-color: rgb(195, 205, 220); }
/* Using RGB with opacity */ body { background-color: rgba(195, 205, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(216, 26%, 81%); }
/* Text color */ p { color: #c3cddc; }
/* Box shadow */ div { box-shadow: 4px 4px #c3cddc; }
/* Border color */ .box { border: 4px solid #c3cddc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c3cddc; }
/* Background with text */ div { background: #c3cddc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C3CDDC
<!-- Using HEX --> <div style="background-color: #c3cddc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(195, 205, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(195, 205, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(216, 26%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c3cddc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c3cddc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c3cddc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c3cddc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c3cddc; color: #fff; padding: 16px; border-radius: 8px;"> #C3CDDC </div>
Related Colors of #C3CDDC
These colors are similar to #C3CDDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.