Color: #CBBDFB

#CBBDFB Color Information

#CBBDFB is a light color. The closest websafe version is #CBBDFB. A complement of this color would be #ECFBBC, perceived brightness is 0.79, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 254°,a saturation of 89%, and a lightness of 86%.The HSV representation shows a hue of 254°, a saturation of 25%, and a value of 98%.

In a RGB color space, #CBBDFB is composed of 80% red, 74% green and 98% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 25% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 55.62, x: 0.3133, and y: 0.2932.

Color Code #CBBDFB

#CBBDFBrgb(203, 189, 251)
HEX
#CBBDFB
RGB
rgb(203, 189, 251)
HSL
hsl(254, 89%, 86%)
HSV
hsv(254, 25%, 98%)
CMYK
19%, 25%, 0%, 2%
XYZ
X: 59.44, Y: 55.62, Z: 74.67
Lab
L: 79.39, a: 14.35, b: -28.97
Name

Shades of Color #CBBDFB

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

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

#CBBDFBrgb(203, 189, 251)

About #CBBDFB Color Code

In the HSL color space, this color has a hue angle of 254°, a saturation of 89%, and a lightness of 86%. The HSV representation shows a hue of 254°, a saturation of 25%, and a value of 98%.

  • HEX: #CBBDFB
  • RGB: rgb(203, 189, 251)
  • HSL: hsl(254, 89%, 86%)
  • HSV: hsv(254, 25%, 98%)
  • CMYK: 19.00% cyan, 25.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 59.44, 55.62, 74.67
  • Yxy: 55.62, 0.3133, 0.2932
  • Hunter Lab: 79.39, 14.35, -28.97
  • CIE-Lab: 79.39, 14.35, -28.97

In the XYZ color space, this color is represented as X: 59.44, Y: 55.62, Z: 74.67. The Yxy representation further refines this as Y: 55.62, x: 0.3133, and y: 0.2932.

In the Hunter Lab color space, this color is represented as L: 79.39, a: 14.35, and b: -28.97. Similarly, in the CIE-Lab color space, it is represented as L: 79.39, a: 14.35, and b: -28.97.

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

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

Analogous Colors of #CBBDFB

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

Split Complementary Colors of #CBBDFB

Split complementary colors are two colors adjacent to the complementary color of #CBBDFB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CBBDFB

Tetradic colors form a rectangle on the color wheel, including #CBBDFB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CBBDFB

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

Complementary Color of #CBBDFB

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

/* Using HEX */
body {
  background-color: #cbbdfb;
}
/* Using RGB */
body {
  background-color: rgb(203, 189, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 189, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(254, 89%, 86%);
}
/* Text color */
p {
  color: #cbbdfb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbbdfb;
}
/* Border color */
.box {
  border: 4px solid #cbbdfb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbbdfb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbbdfb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBBDFB
On Black Background
#CBBDFB
On White Background
#CBBDFB

HTML Examples of #CBBDFB

<!-- Using HEX -->
<div style="background-color: #cbbdfb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 189, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 189, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(254, 89%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cbbdfb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbbdfb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cbbdfb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cbbdfb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cbbdfb; color: #fff; padding: 16px; border-radius: 8px;">
  #CBBDFB
</div>
#CBBDFB
On Black Background
#CBBDFB
On White Background
#CBBDFB

Related Colors of #CBBDFB

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