Color: #C5BBDB

#C5BBDB Color Information

#C5BBDB is a light color. The closest websafe version is #C5BBDB. A complement of this color would be #D2DCBC, perceived brightness is 0.76, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 259°,a saturation of 31%, and a lightness of 80%.The HSV representation shows a hue of 259°, a saturation of 15%, and a value of 86%.

In a RGB color space, #C5BBDB is composed of 77% red, 73% green and 86% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 15% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 52.34, x: 0.3307, and y: 0.3228.

Color Code #C5BBDB

#C5BBDBrgb(197, 187, 219)
HEX
#C5BBDB
RGB
rgb(197, 187, 219)
HSL
hsl(259, 31%, 80%)
HSV
hsv(259, 15%, 86%)
CMYK
10%, 15%, 0%, 14%
XYZ
X: 53.62, Y: 52.34, Z: 56.19
Lab
L: 77.48, a: 8.21, b: -14.78
Name

Shades of Color #C5BBDB

Shades are created by darkening the original color #C5BBDB 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 #C5BBDB

Tints are created by lightening the original color #C5BBDB 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.

#C5BBDBrgb(197, 187, 219)

About #C5BBDB Color Code

In the HSL color space, this color has a hue angle of 259°, a saturation of 31%, and a lightness of 80%. The HSV representation shows a hue of 259°, a saturation of 15%, and a value of 86%.

  • HEX: #C5BBDB
  • RGB: rgb(197, 187, 219)
  • HSL: hsl(259, 31%, 80%)
  • HSV: hsv(259, 15%, 86%)
  • CMYK: 10.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 53.62, 52.34, 56.19
  • Yxy: 52.34, 0.3307, 0.3228
  • Hunter Lab: 77.48, 8.21, -14.78
  • CIE-Lab: 77.48, 8.21, -14.78

In the XYZ color space, this color is represented as X: 53.62, Y: 52.34, Z: 56.19. The Yxy representation further refines this as Y: 52.34, x: 0.3307, and y: 0.3228.

In the Hunter Lab color space, this color is represented as L: 77.48, a: 8.21, and b: -14.78. Similarly, in the CIE-Lab color space, it is represented as L: 77.48, a: 8.21, and b: -14.78.

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 #C5BBDB

Triadic colors are three colors evenly spaced around the color wheel, including #C5BBDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #C5BBDB

Analogous colors are adjacent to #C5BBDB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #C5BBDB

Monochromatic colors are variations of #C5BBDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #C5BBDB

The complementary color of #C5BBDB 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 #C5BBDB

/* Using HEX */
body {
  background-color: #c5bbdb;
}
/* Using RGB */
body {
  background-color: rgb(197, 187, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 187, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(259, 31%, 80%);
}
/* Text color */
p {
  color: #c5bbdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5bbdb;
}
/* Border color */
.box {
  border: 4px solid #c5bbdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5bbdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5bbdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5BBDB
On Black Background
#C5BBDB
On White Background
#C5BBDB

HTML Examples of #C5BBDB

<!-- Using HEX -->
<div style="background-color: #c5bbdb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(197, 187, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(197, 187, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(259, 31%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c5bbdb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c5bbdb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c5bbdb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c5bbdb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c5bbdb; color: #fff; padding: 16px; border-radius: 8px;">
  #C5BBDB
</div>
#C5BBDB
On Black Background
#C5BBDB
On White Background
#C5BBDB

Related Colors of #C5BBDB

These colors are similar to #C5BBDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.