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