Color: #DDCFE2

#DDCFE2 Color Information

#DDCFE2 is a light color. The closest websafe version is #DDCFE2. A complement of this color would be #D4E2CF, perceived brightness is 0.84, and the grayscale version is #D9D9D9.

In the HSL color space, this color has a hue angle of 284°,a saturation of 25%, and a lightness of 85%.The HSV representation shows a hue of 284°, a saturation of 8%, and a value of 89%.

In a RGB color space, #DDCFE2 is composed of 87% red, 81% green and 89% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 8% magenta, 0% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 65.43, x: 0.3438, and y: 0.3386.

Color Code #DDCFE2

#DDCFE2rgb(221, 207, 226)
HEX
#DDCFE2
RGB
rgb(221, 207, 226)
HSL
hsl(284, 25%, 85%)
HSV
hsv(284, 8%, 89%)
CMYK
2%, 8%, 0%, 11%
XYZ
X: 66.44, Y: 65.43, Z: 61.38
Lab
L: 84.70, a: 7.55, b: -7.58
Name

Shades of Color #DDCFE2

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

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

#DDCFE2rgb(221, 207, 226)

About #DDCFE2 Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 25%, and a lightness of 85%. The HSV representation shows a hue of 284°, a saturation of 8%, and a value of 89%.

  • HEX: #DDCFE2
  • RGB: rgb(221, 207, 226)
  • HSL: hsl(284, 25%, 85%)
  • HSV: hsv(284, 8%, 89%)
  • CMYK: 2.00% cyan, 8.00% magenta, 0.00% yellow, 11.00% black
  • XYZ: 66.44, 65.43, 61.38
  • Yxy: 65.43, 0.3438, 0.3386
  • Hunter Lab: 84.70, 7.55, -7.58
  • CIE-Lab: 84.70, 7.55, -7.58

In the XYZ color space, this color is represented as X: 66.44, Y: 65.43, Z: 61.38. The Yxy representation further refines this as Y: 65.43, x: 0.3438, and y: 0.3386.

In the Hunter Lab color space, this color is represented as L: 84.70, a: 7.55, and b: -7.58. Similarly, in the CIE-Lab color space, it is represented as L: 84.70, a: 7.55, and b: -7.58.

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

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

Analogous Colors of #DDCFE2

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

Monochromatic Colors of #DDCFE2

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

Complementary Color of #DDCFE2

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

/* Using HEX */
body {
  background-color: #ddcfe2;
}
/* Using RGB */
body {
  background-color: rgb(221, 207, 226);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 207, 226, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(284, 25%, 85%);
}
/* Text color */
p {
  color: #ddcfe2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddcfe2;
}
/* Border color */
.box {
  border: 4px solid #ddcfe2;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddcfe2;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddcfe2;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDCFE2
On Black Background
#DDCFE2
On White Background
#DDCFE2

HTML Examples of #DDCFE2

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

Related Colors of #DDCFE2

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