Color: #DDD6FC

#DDD6FC Color Information

#DDD6FC is a light color. The closest websafe version is #DDD6FC. A complement of this color would be #F5FCD4, perceived brightness is 0.86, and the grayscale version is #E9E9E9.

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

In a RGB color space, #DDD6FC is composed of 87% red, 84% green and 99% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 15% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 70.20, x: 0.3264, and y: 0.3211.

Color Code #DDD6FC

#DDD6FCrgb(221, 214, 252)
HEX
#DDD6FC
RGB
rgb(221, 214, 252)
HSL
hsl(251, 86%, 91%)
HSV
hsv(251, 15%, 99%)
CMYK
12%, 15%, 0%, 1%
XYZ
X: 71.35, Y: 70.20, Z: 77.06
Lab
L: 87.09, a: 7.89, b: -17.74
Name

Shades of Color #DDD6FC

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

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

#DDD6FCrgb(221, 214, 252)

About #DDD6FC Color Code

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

  • HEX: #DDD6FC
  • RGB: rgb(221, 214, 252)
  • HSL: hsl(251, 86%, 91%)
  • HSV: hsv(251, 15%, 99%)
  • CMYK: 12.00% cyan, 15.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 71.35, 70.20, 77.06
  • Yxy: 70.20, 0.3264, 0.3211
  • Hunter Lab: 87.09, 7.89, -17.74
  • CIE-Lab: 87.09, 7.89, -17.74

In the XYZ color space, this color is represented as X: 71.35, Y: 70.20, Z: 77.06. The Yxy representation further refines this as Y: 70.20, x: 0.3264, and y: 0.3211.

In the Hunter Lab color space, this color is represented as L: 87.09, a: 7.89, and b: -17.74. Similarly, in the CIE-Lab color space, it is represented as L: 87.09, a: 7.89, and b: -17.74.

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

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

Analogous Colors of #DDD6FC

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

Split Complementary Colors of #DDD6FC

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

Tetradic Colors of #DDD6FC

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

Monochromatic Colors of #DDD6FC

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

Complementary Color of #DDD6FC

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

/* Using HEX */
body {
  background-color: #ddd6fc;
}
/* Using RGB */
body {
  background-color: rgb(221, 214, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 214, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(251, 86%, 91%);
}
/* Text color */
p {
  color: #ddd6fc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddd6fc;
}
/* Border color */
.box {
  border: 4px solid #ddd6fc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddd6fc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddd6fc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDD6FC
On Black Background
#DDD6FC
On White Background
#DDD6FC

HTML Examples of #DDD6FC

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

Related Colors of #DDD6FC

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