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