Color: #DAB8FF

#DAB8FF Color Information

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

In the HSL color space, this color has a hue angle of 269°,a saturation of 99%, and a lightness of 86%.The HSV representation shows a hue of 269°, a saturation of 28%, and a value of 100%.

In a RGB color space, #DAB8FF is composed of 85% red, 72% green and 100% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 28% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 56.02, x: 0.3225, and y: 0.2852.

Color Code #DAB8FF

#DAB8FFrgb(218, 184, 255)
HEX
#DAB8FF
RGB
rgb(218, 184, 255)
HSL
hsl(269, 100%, 86%)
HSV
hsv(269, 28%, 100%)
CMYK
15%, 28%, 0%, 0%
XYZ
X: 63.34, Y: 56.02, Z: 77.05
Lab
L: 79.63, a: 22.46, b: -30.60
Name

Shades of Color #DAB8FF

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

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

#DAB8FFrgb(218, 184, 255)

About #DAB8FF Color Code

In the HSL color space, this color has a hue angle of 269°, a saturation of 100%, and a lightness of 86%. The HSV representation shows a hue of 269°, a saturation of 28%, and a value of 100%.

  • HEX: #DAB8FF
  • RGB: rgb(218, 184, 255)
  • HSL: hsl(269, 100%, 86%)
  • HSV: hsv(269, 28%, 100%)
  • CMYK: 15.00% cyan, 28.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 63.34, 56.02, 77.05
  • Yxy: 56.02, 0.3225, 0.2852
  • Hunter Lab: 79.63, 22.46, -30.60
  • CIE-Lab: 79.63, 22.46, -30.60

In the XYZ color space, this color is represented as X: 63.34, Y: 56.02, Z: 77.05. The Yxy representation further refines this as Y: 56.02, x: 0.3225, and y: 0.2852.

In the Hunter Lab color space, this color is represented as L: 79.63, a: 22.46, and b: -30.60. Similarly, in the CIE-Lab color space, it is represented as L: 79.63, a: 22.46, and b: -30.60.

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

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

Analogous Colors of #DAB8FF

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

Monochromatic Colors of #DAB8FF

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

Complementary Color of #DAB8FF

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

/* Using HEX */
body {
  background-color: #dab8ff;
}
/* Using RGB */
body {
  background-color: rgb(218, 184, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 184, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(269, 100%, 86%);
}
/* Text color */
p {
  color: #dab8ff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dab8ff;
}
/* Border color */
.box {
  border: 4px solid #dab8ff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dab8ff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dab8ff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DAB8FF
On Black Background
#DAB8FF
On White Background
#DAB8FF

HTML Examples of #DAB8FF

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

Related Colors of #DAB8FF

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