Color: #CADDEF
#CADDEF Color Information
#CADDEF is a light color. The closest websafe version is #CADDEF. A complement of this color would be #EFDBC8, perceived brightness is 0.85, and the grayscale version is #DCDCDC.
In the HSL color space, this color has a hue angle of 209°,a saturation of 54%, and a lightness of 86%.The HSV representation shows a hue of 209°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CADDEF is composed of 79% red, 87% green and 94% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 8% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 70.21, x: 0.3207, and y: 0.3414.
Color Code #CADDEF
Shades of Color #CADDEF
Shades are created by darkening the original color #CADDEF 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 #CADDEF
Tints are created by lightening the original color #CADDEF 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 #CADDEF Color Code
In the HSL color space, this color has a hue angle of 209°, a saturation of 54%, and a lightness of 86%. The HSV representation shows a hue of 209°, a saturation of 15%, and a value of 94%.
- HEX: #CADDEF
- RGB: rgb(202, 221, 239)
- HSL: hsl(209, 54%, 86%)
- HSV: hsv(209, 15%, 94%)
- CMYK: 15.00% cyan, 8.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 65.95, 70.21, 69.49
- Yxy: 70.21, 0.3207, 0.3414
- Hunter Lab: 87.10, -3.86, -11.11
- CIE-Lab: 87.10, -3.86, -11.11
In the XYZ color space, this color is represented as X: 65.95, Y: 70.21, Z: 69.49. The Yxy representation further refines this as Y: 70.21, x: 0.3207, and y: 0.3414.
In the Hunter Lab color space, this color is represented as L: 87.10, a: -3.86, and b: -11.11. Similarly, in the CIE-Lab color space, it is represented as L: 87.10, a: -3.86, and b: -11.11.
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 #CADDEF
Triadic colors are three colors evenly spaced around the color wheel, including #CADDEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CADDEF
Monochromatic colors are variations of #CADDEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CADDEF
The complementary color of #CADDEF 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 #CADDEF
/* Using HEX */ body { background-color: #caddef; }
/* Using RGB */ body { background-color: rgb(202, 221, 239); }
/* Using RGB with opacity */ body { background-color: rgba(202, 221, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(209, 54%, 86%); }
/* Text color */ p { color: #caddef; }
/* Box shadow */ div { box-shadow: 4px 4px #caddef; }
HTML Examples of #CADDEF
<!-- Using HEX --> <div style="background-color: #caddef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 221, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 221, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(209, 54%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #caddef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #caddef; width: 100px; height: 100px;"></div>
Related Colors of #CADDEF
These colors are similar to #CADDEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.