Color: #DFB6EF

#DFB6EF Color Information

#DFB6EF is a light color. The closest websafe version is #DFB6EF. A complement of this color would be #C8EFB8, perceived brightness is 0.79, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 283°,a saturation of 64%, and a lightness of 83%.The HSV representation shows a hue of 283°, a saturation of 24%, and a value of 94%.

In a RGB color space, #DFB6EF is composed of 87% red, 71% green and 94% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 24% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 55.19, x: 0.3382, and y: 0.2984.

Color Code #DFB6EF

#DFB6EFrgb(223, 182, 239)
HEX
#DFB6EF
RGB
rgb(223, 182, 239)
HSL
hsl(283, 64%, 83%)
HSV
hsv(283, 24%, 94%)
CMYK
7%, 24%, 0%, 6%
XYZ
X: 62.54, Y: 55.19, Z: 67.21
Lab
L: 79.15, a: 22.69, b: -22.73
Name

Shades of Color #DFB6EF

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

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

#DFB6EFrgb(223, 182, 239)

About #DFB6EF Color Code

In the HSL color space, this color has a hue angle of 283°, a saturation of 64%, and a lightness of 83%. The HSV representation shows a hue of 283°, a saturation of 24%, and a value of 94%.

  • HEX: #DFB6EF
  • RGB: rgb(223, 182, 239)
  • HSL: hsl(283, 64%, 83%)
  • HSV: hsv(283, 24%, 94%)
  • CMYK: 7.00% cyan, 24.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 62.54, 55.19, 67.21
  • Yxy: 55.19, 0.3382, 0.2984
  • Hunter Lab: 79.15, 22.69, -22.73
  • CIE-Lab: 79.15, 22.69, -22.73

In the XYZ color space, this color is represented as X: 62.54, Y: 55.19, Z: 67.21. The Yxy representation further refines this as Y: 55.19, x: 0.3382, and y: 0.2984.

In the Hunter Lab color space, this color is represented as L: 79.15, a: 22.69, and b: -22.73. Similarly, in the CIE-Lab color space, it is represented as L: 79.15, a: 22.69, and b: -22.73.

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

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

Analogous Colors of #DFB6EF

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

Split Complementary Colors of #DFB6EF

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

Tetradic Colors of #DFB6EF

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

Monochromatic Colors of #DFB6EF

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

Complementary Color of #DFB6EF

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

/* Using HEX */
body {
  background-color: #dfb6ef;
}
/* Using RGB */
body {
  background-color: rgb(223, 182, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 182, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(283, 64%, 83%);
}
/* Text color */
p {
  color: #dfb6ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfb6ef;
}
/* Border color */
.box {
  border: 4px solid #dfb6ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dfb6ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dfb6ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DFB6EF
On Black Background
#DFB6EF
On White Background
#DFB6EF

HTML Examples of #DFB6EF

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

Related Colors of #DFB6EF

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