Color: #DDCCEC

#DDCCEC Color Information

#DDCCEC is a light color. The closest websafe version is #DDCCEC. A complement of this color would be #DAECCB, perceived brightness is 0.83, and the grayscale version is #DCDCDC.

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

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

In the Yxy color space, this color is represented as Y: 64.46, x: 0.3372, and y: 0.3255.

Color Code #DDCCEC

#DDCCECrgb(221, 204, 236)
HEX
#DDCCEC
RGB
rgb(221, 204, 236)
HSL
hsl(272, 46%, 86%)
HSV
hsv(272, 14%, 93%)
CMYK
6%, 14%, 0%, 7%
XYZ
X: 66.78, Y: 64.46, Z: 66.78
Lab
L: 84.20, a: 10.47, b: -13.61
Name

Shades of Color #DDCCEC

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

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

#DDCCECrgb(221, 204, 236)

About #DDCCEC Color Code

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

  • HEX: #DDCCEC
  • RGB: rgb(221, 204, 236)
  • HSL: hsl(272, 46%, 86%)
  • HSV: hsv(272, 14%, 93%)
  • CMYK: 6.00% cyan, 14.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 66.78, 64.46, 66.78
  • Yxy: 64.46, 0.3372, 0.3255
  • Hunter Lab: 84.20, 10.47, -13.61
  • CIE-Lab: 84.20, 10.47, -13.61

In the XYZ color space, this color is represented as X: 66.78, Y: 64.46, Z: 66.78. The Yxy representation further refines this as Y: 64.46, x: 0.3372, and y: 0.3255.

In the Hunter Lab color space, this color is represented as L: 84.20, a: 10.47, and b: -13.61. Similarly, in the CIE-Lab color space, it is represented as L: 84.20, a: 10.47, and b: -13.61.

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

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

Analogous Colors of #DDCCEC

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

Monochromatic Colors of #DDCCEC

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

Complementary Color of #DDCCEC

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

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

HTML Examples of #DDCCEC

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

Related Colors of #DDCCEC

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