Color: #DCADFD

#DCADFD Color Information

#DCADFD is a light color. The closest websafe version is #DCADFD. A complement of this color would be #D0FDAF, perceived brightness is 0.77, and the grayscale version is #D5D5D5.

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

In a RGB color space, #DCADFD is composed of 86% red, 68% green and 99% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 32% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 51.84, x: 0.3257, and y: 0.2752.

Color Code #DCADFD

#DCADFDrgb(220, 173, 253)
HEX
#DCADFD
RGB
rgb(220, 173, 253)
HSL
hsl(275, 95%, 84%)
HSV
hsv(275, 32%, 99%)
CMYK
13%, 32%, 0%, 1%
XYZ
X: 61.35, Y: 51.84, Z: 75.20
Lab
L: 77.18, a: 28.41, b: -33.25
Name

Shades of Color #DCADFD

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

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

#DCADFDrgb(220, 173, 253)

About #DCADFD Color Code

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

  • HEX: #DCADFD
  • RGB: rgb(220, 173, 253)
  • HSL: hsl(275, 95%, 84%)
  • HSV: hsv(275, 32%, 99%)
  • CMYK: 13.00% cyan, 32.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 61.35, 51.84, 75.20
  • Yxy: 51.84, 0.3257, 0.2752
  • Hunter Lab: 77.18, 28.41, -33.25
  • CIE-Lab: 77.18, 28.41, -33.25

In the XYZ color space, this color is represented as X: 61.35, Y: 51.84, Z: 75.20. The Yxy representation further refines this as Y: 51.84, x: 0.3257, and y: 0.2752.

In the Hunter Lab color space, this color is represented as L: 77.18, a: 28.41, and b: -33.25. Similarly, in the CIE-Lab color space, it is represented as L: 77.18, a: 28.41, and b: -33.25.

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

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

Analogous Colors of #DCADFD

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

Split Complementary Colors of #DCADFD

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

Tetradic Colors of #DCADFD

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

Monochromatic Colors of #DCADFD

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

Complementary Color of #DCADFD

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

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

HTML Examples of #DCADFD

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

Related Colors of #DCADFD

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