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