Color: #DDADEC

#DDADEC Color Information

#DDADEC is a light color. The closest websafe version is #DDADEC. A complement of this color would be #BBECAC, perceived brightness is 0.76, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 286°,a saturation of 62%, and a lightness of 80%.The HSV representation shows a hue of 286°, a saturation of 27%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 51.13, x: 0.3393, and y: 0.2910.

Color Code #DDADEC

#DDADECrgb(221, 173, 236)
HEX
#DDADEC
RGB
rgb(221, 173, 236)
HSL
hsl(286, 62%, 80%)
HSV
hsv(286, 27%, 93%)
CMYK
6%, 27%, 0%, 7%
XYZ
X: 59.62, Y: 51.13, Z: 64.97
Lab
L: 76.76, a: 26.16, b: -24.75
Name

Shades of Color #DDADEC

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

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

#DDADECrgb(221, 173, 236)

About #DDADEC Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 62%, and a lightness of 80%. The HSV representation shows a hue of 286°, a saturation of 27%, and a value of 93%.

  • HEX: #DDADEC
  • RGB: rgb(221, 173, 236)
  • HSL: hsl(286, 62%, 80%)
  • HSV: hsv(286, 27%, 93%)
  • CMYK: 6.00% cyan, 27.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 59.62, 51.13, 64.97
  • Yxy: 51.13, 0.3393, 0.2910
  • Hunter Lab: 76.76, 26.16, -24.75
  • CIE-Lab: 76.76, 26.16, -24.75

In the XYZ color space, this color is represented as X: 59.62, Y: 51.13, Z: 64.97. The Yxy representation further refines this as Y: 51.13, x: 0.3393, and y: 0.2910.

In the Hunter Lab color space, this color is represented as L: 76.76, a: 26.16, and b: -24.75. Similarly, in the CIE-Lab color space, it is represented as L: 76.76, a: 26.16, and b: -24.75.

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

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

Analogous Colors of #DDADEC

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

Split Complementary Colors of #DDADEC

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

Tetradic Colors of #DDADEC

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

Monochromatic Colors of #DDADEC

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

Complementary Color of #DDADEC

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

/* Using HEX */
body {
  background-color: #ddadec;
}
/* Using RGB */
body {
  background-color: rgb(221, 173, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 173, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 62%, 80%);
}
/* Text color */
p {
  color: #ddadec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddadec;
}
/* Border color */
.box {
  border: 4px solid #ddadec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddadec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddadec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDADEC
On Black Background
#DDADEC
On White Background
#DDADEC

HTML Examples of #DDADEC

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

Related Colors of #DDADEC

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