Color: #DFBAFB

#DFBAFB Color Information

#DFBAFB is a light color. The closest websafe version is #DFBAFB. A complement of this color would be #D7FBBC, perceived brightness is 0.80, and the grayscale version is #DBDBDB.

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

In a RGB color space, #DFBAFB is composed of 87% red, 73% green and 98% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 26% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 57.47, x: 0.3293, and y: 0.2917.

Color Code #DFBAFB

#DFBAFBrgb(223, 186, 251)
HEX
#DFBAFB
RGB
rgb(223, 186, 251)
HSL
hsl(274, 89%, 86%)
HSV
hsv(274, 26%, 98%)
CMYK
11%, 26%, 0%, 2%
XYZ
X: 64.89, Y: 57.47, Z: 74.69
Lab
L: 80.44, a: 22.47, b: -27.19
Name

Shades of Color #DFBAFB

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

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

#DFBAFBrgb(223, 186, 251)

About #DFBAFB Color Code

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

  • HEX: #DFBAFB
  • RGB: rgb(223, 186, 251)
  • HSL: hsl(274, 89%, 86%)
  • HSV: hsv(274, 26%, 98%)
  • CMYK: 11.00% cyan, 26.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 64.89, 57.47, 74.69
  • Yxy: 57.47, 0.3293, 0.2917
  • Hunter Lab: 80.44, 22.47, -27.19
  • CIE-Lab: 80.44, 22.47, -27.19

In the XYZ color space, this color is represented as X: 64.89, Y: 57.47, Z: 74.69. The Yxy representation further refines this as Y: 57.47, x: 0.3293, and y: 0.2917.

In the Hunter Lab color space, this color is represented as L: 80.44, a: 22.47, and b: -27.19. Similarly, in the CIE-Lab color space, it is represented as L: 80.44, a: 22.47, and b: -27.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 #DFBAFB

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

Analogous Colors of #DFBAFB

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

Split Complementary Colors of #DFBAFB

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

Tetradic Colors of #DFBAFB

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

Monochromatic Colors of #DFBAFB

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

Complementary Color of #DFBAFB

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

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

HTML Examples of #DFBAFB

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

Related Colors of #DFBAFB

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