Color: #D1BADC

#D1BADC Color Information

#D1BADC is a light color. The closest websafe version is #D1BADC. A complement of this color would be #C6DDBB, perceived brightness is 0.77, and the grayscale version is #CBCBCB.

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

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

In the Yxy color space, this color is represented as Y: 53.73, x: 0.3401, and y: 0.3209.

Color Code #D1BADC

#D1BADCrgb(209, 186, 220)
HEX
#D1BADC
RGB
rgb(209, 186, 220)
HSL
hsl(281, 33%, 80%)
HSV
hsv(281, 15%, 86%)
CMYK
5%, 15%, 0%, 14%
XYZ
X: 56.95, Y: 53.73, Z: 56.77
Lab
L: 78.30, a: 13.04, b: -13.97
Name

Shades of Color #D1BADC

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

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

#D1BADCrgb(209, 186, 220)

About #D1BADC Color Code

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

  • HEX: #D1BADC
  • RGB: rgb(209, 186, 220)
  • HSL: hsl(281, 33%, 80%)
  • HSV: hsv(281, 15%, 86%)
  • CMYK: 5.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 56.95, 53.73, 56.77
  • Yxy: 53.73, 0.3401, 0.3209
  • Hunter Lab: 78.30, 13.04, -13.97
  • CIE-Lab: 78.30, 13.04, -13.97

In the XYZ color space, this color is represented as X: 56.95, Y: 53.73, Z: 56.77. The Yxy representation further refines this as Y: 53.73, x: 0.3401, and y: 0.3209.

In the Hunter Lab color space, this color is represented as L: 78.30, a: 13.04, and b: -13.97. Similarly, in the CIE-Lab color space, it is represented as L: 78.30, a: 13.04, and b: -13.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 #D1BADC

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

Analogous Colors of #D1BADC

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

Split Complementary Colors of #D1BADC

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

Tetradic Colors of #D1BADC

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

Monochromatic Colors of #D1BADC

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

Complementary Color of #D1BADC

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

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

HTML Examples of #D1BADC

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

Related Colors of #D1BADC

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