Color: #D3AFFD

#D3AFFD Color Information

#D3AFFD is a light color. The closest websafe version is #D3AFFD. A complement of this color would be #D9FDAF, perceived brightness is 0.76, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 268°,a saturation of 95%, and a lightness of 84%.The HSV representation shows a hue of 268°, a saturation of 31%, and a value of 99%.

In a RGB color space, #D3AFFD is composed of 83% red, 69% green and 99% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 31% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 51.18, x: 0.3181, and y: 0.2761.

Color Code #D3AFFD

#D3AFFDrgb(211, 175, 253)
HEX
#D3AFFD
RGB
rgb(211, 175, 253)
HSL
hsl(268, 95%, 84%)
HSV
hsv(268, 31%, 99%)
CMYK
17%, 31%, 0%, 1%
XYZ
X: 58.97, Y: 51.18, Z: 75.22
Lab
L: 76.79, a: 24.46, b: -33.94
Name

Shades of Color #D3AFFD

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

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

#D3AFFDrgb(211, 175, 253)

About #D3AFFD Color Code

In the HSL color space, this color has a hue angle of 268°, a saturation of 95%, and a lightness of 84%. The HSV representation shows a hue of 268°, a saturation of 31%, and a value of 99%.

  • HEX: #D3AFFD
  • RGB: rgb(211, 175, 253)
  • HSL: hsl(268, 95%, 84%)
  • HSV: hsv(268, 31%, 99%)
  • CMYK: 17.00% cyan, 31.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 58.97, 51.18, 75.22
  • Yxy: 51.18, 0.3181, 0.2761
  • Hunter Lab: 76.79, 24.46, -33.94
  • CIE-Lab: 76.79, 24.46, -33.94

In the XYZ color space, this color is represented as X: 58.97, Y: 51.18, Z: 75.22. The Yxy representation further refines this as Y: 51.18, x: 0.3181, and y: 0.2761.

In the Hunter Lab color space, this color is represented as L: 76.79, a: 24.46, and b: -33.94. Similarly, in the CIE-Lab color space, it is represented as L: 76.79, a: 24.46, and b: -33.94.

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

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

Analogous Colors of #D3AFFD

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

Split Complementary Colors of #D3AFFD

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

Tetradic Colors of #D3AFFD

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

Monochromatic Colors of #D3AFFD

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

Complementary Color of #D3AFFD

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

/* Using HEX */
body {
  background-color: #d3affd;
}
/* Using RGB */
body {
  background-color: rgb(211, 175, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 175, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(268, 95%, 84%);
}
/* Text color */
p {
  color: #d3affd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d3affd;
}
/* Border color */
.box {
  border: 4px solid #d3affd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d3affd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d3affd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D3AFFD
On Black Background
#D3AFFD
On White Background
#D3AFFD

HTML Examples of #D3AFFD

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

Related Colors of #D3AFFD

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