Color: #DFCDEC

#DFCDEC Color Information

#DFCDEC is a light color. The closest websafe version is #DFCDEC. A complement of this color would be #D9EBCB, perceived brightness is 0.84, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 275°,a saturation of 45%, and a lightness of 86%.The HSV representation shows a hue of 275°, a saturation of 13%, and a value of 93%.

In a RGB color space, #DFCDEC is composed of 87% red, 80% green and 93% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 13% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 65.27, x: 0.3388, and y: 0.3266.

Color Code #DFCDEC

#DFCDECrgb(223, 205, 236)
HEX
#DFCDEC
RGB
rgb(223, 205, 236)
HSL
hsl(275, 45%, 86%)
HSV
hsv(275, 13%, 93%)
CMYK
6%, 13%, 0%, 7%
XYZ
X: 67.69, Y: 65.27, Z: 66.86
Lab
L: 84.62, a: 10.66, b: -12.97
Name

Shades of Color #DFCDEC

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

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

#DFCDECrgb(223, 205, 236)

About #DFCDEC Color Code

In the HSL color space, this color has a hue angle of 275°, a saturation of 45%, and a lightness of 86%. The HSV representation shows a hue of 275°, a saturation of 13%, and a value of 93%.

  • HEX: #DFCDEC
  • RGB: rgb(223, 205, 236)
  • HSL: hsl(275, 45%, 86%)
  • HSV: hsv(275, 13%, 93%)
  • CMYK: 6.00% cyan, 13.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 67.69, 65.27, 66.86
  • Yxy: 65.27, 0.3388, 0.3266
  • Hunter Lab: 84.62, 10.66, -12.97
  • CIE-Lab: 84.62, 10.66, -12.97

In the XYZ color space, this color is represented as X: 67.69, Y: 65.27, Z: 66.86. The Yxy representation further refines this as Y: 65.27, x: 0.3388, and y: 0.3266.

In the Hunter Lab color space, this color is represented as L: 84.62, a: 10.66, and b: -12.97. Similarly, in the CIE-Lab color space, it is represented as L: 84.62, a: 10.66, and b: -12.97.

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

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

Analogous Colors of #DFCDEC

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

Monochromatic Colors of #DFCDEC

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

Complementary Color of #DFCDEC

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

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

HTML Examples of #DFCDEC

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

Related Colors of #DFCDEC

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