Color: #C1BADC

#C1BADC Color Information

#C1BADC is a light color. The closest websafe version is #C1BADC. A complement of this color would be #D6DDBB, perceived brightness is 0.75, and the grayscale version is #CBCBCB.

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

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

In the Yxy color space, this color is represented as Y: 51.40, x: 0.3266, and y: 0.3204.

Color Code #C1BADC

#C1BADCrgb(193, 186, 220)
HEX
#C1BADC
RGB
rgb(193, 186, 220)
HSL
hsl(252, 33%, 80%)
HSV
hsv(252, 15%, 86%)
CMYK
12%, 15%, 0%, 14%
XYZ
X: 52.40, Y: 51.40, Z: 56.62
Lab
L: 76.92, a: 7.50, b: -16.19
Name

Shades of Color #C1BADC

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

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

#C1BADCrgb(193, 186, 220)

About #C1BADC Color Code

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

  • HEX: #C1BADC
  • RGB: rgb(193, 186, 220)
  • HSL: hsl(252, 33%, 80%)
  • HSV: hsv(252, 15%, 86%)
  • CMYK: 12.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 52.40, 51.40, 56.62
  • Yxy: 51.40, 0.3266, 0.3204
  • Hunter Lab: 76.92, 7.50, -16.19
  • CIE-Lab: 76.92, 7.50, -16.19

In the XYZ color space, this color is represented as X: 52.40, Y: 51.40, Z: 56.62. The Yxy representation further refines this as Y: 51.40, x: 0.3266, and y: 0.3204.

In the Hunter Lab color space, this color is represented as L: 76.92, a: 7.50, and b: -16.19. Similarly, in the CIE-Lab color space, it is represented as L: 76.92, a: 7.50, and b: -16.19.

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

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

Analogous Colors of #C1BADC

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

Split Complementary Colors of #C1BADC

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

Tetradic Colors of #C1BADC

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

Monochromatic Colors of #C1BADC

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

Complementary Color of #C1BADC

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

/* Using HEX */
body {
  background-color: #c1badc;
}
/* Using RGB */
body {
  background-color: rgb(193, 186, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 186, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(252, 33%, 80%);
}
/* Text color */
p {
  color: #c1badc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c1badc;
}
/* Border color */
.box {
  border: 4px solid #c1badc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c1badc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c1badc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C1BADC
On Black Background
#C1BADC
On White Background
#C1BADC

HTML Examples of #C1BADC

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

Related Colors of #C1BADC

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