Color: #CBDAED
#CBDAED Color Information
#CBDAED is a light color. The closest websafe version is #CBDAED. A complement of this color would be #EDDECA, perceived brightness is 0.85, and the grayscale version is #DCDCDC.
In the HSL color space, this color has a hue angle of 214°,a saturation of 49%, and a lightness of 86%.The HSV representation shows a hue of 214°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CBDAED is composed of 80% red, 85% green and 93% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 8% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 68.68, x: 0.3226, and y: 0.3401.
Color Code #CBDAED
Shades of Color #CBDAED
Shades are created by darkening the original color #CBDAED 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 #CBDAED
Tints are created by lightening the original color #CBDAED 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 #CBDAED Color Code
In the HSL color space, this color has a hue angle of 214°, a saturation of 49%, and a lightness of 86%. The HSV representation shows a hue of 214°, a saturation of 14%, and a value of 93%.
- HEX: #CBDAED
- RGB: rgb(203, 218, 237)
- HSL: hsl(214, 49%, 86%)
- HSV: hsv(214, 14%, 93%)
- CMYK: 14.00% cyan, 8.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 65.16, 68.68, 68.12
- Yxy: 68.68, 0.3226, 0.3401
- Hunter Lab: 86.35, -2.38, -11.16
- CIE-Lab: 86.35, -2.38, -11.16
In the XYZ color space, this color is represented as X: 65.16, Y: 68.68, Z: 68.12. The Yxy representation further refines this as Y: 68.68, x: 0.3226, and y: 0.3401.
In the Hunter Lab color space, this color is represented as L: 86.35, a: -2.38, and b: -11.16. Similarly, in the CIE-Lab color space, it is represented as L: 86.35, a: -2.38, and b: -11.16.
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 #CBDAED
Triadic colors are three colors evenly spaced around the color wheel, including #CBDAED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CBDAED
Monochromatic colors are variations of #CBDAED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBDAED
The complementary color of #CBDAED 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 #CBDAED
/* Using HEX */ body { background-color: #cbdaed; }
/* Using RGB */ body { background-color: rgb(203, 218, 237); }
/* Using RGB with opacity */ body { background-color: rgba(203, 218, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(214, 49%, 86%); }
/* Text color */ p { color: #cbdaed; }
/* Box shadow */ div { box-shadow: 4px 4px #cbdaed; }
HTML Examples of #CBDAED
<!-- Using HEX --> <div style="background-color: #cbdaed; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 218, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 218, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(214, 49%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbdaed;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbdaed; width: 100px; height: 100px;"></div>
Related Colors of #CBDAED
These colors are similar to #CBDAED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.