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