Color: #DDAFFC

#DDAFFC Color Information

#DDAFFC is a light color. The closest websafe version is #DDAFFC. A complement of this color would be #CFFCB0, perceived brightness is 0.77, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 276°,a saturation of 93%, and a lightness of 84%.The HSV representation shows a hue of 276°, a saturation of 31%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 52.72, x: 0.3272, and y: 0.2784.

Color Code #DDAFFC

#DDAFFCrgb(221, 175, 252)
HEX
#DDAFFC
RGB
rgb(221, 175, 252)
HSL
hsl(276, 93%, 84%)
HSV
hsv(276, 31%, 99%)
CMYK
12%, 31%, 0%, 1%
XYZ
X: 61.97, Y: 52.72, Z: 74.69
Lab
L: 77.71, a: 27.56, b: -31.89
Name

Shades of Color #DDAFFC

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

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

#DDAFFCrgb(221, 175, 252)

About #DDAFFC Color Code

In the HSL color space, this color has a hue angle of 276°, a saturation of 93%, and a lightness of 84%. The HSV representation shows a hue of 276°, a saturation of 31%, and a value of 99%.

  • HEX: #DDAFFC
  • RGB: rgb(221, 175, 252)
  • HSL: hsl(276, 93%, 84%)
  • HSV: hsv(276, 31%, 99%)
  • CMYK: 12.00% cyan, 31.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 61.97, 52.72, 74.69
  • Yxy: 52.72, 0.3272, 0.2784
  • Hunter Lab: 77.71, 27.56, -31.89
  • CIE-Lab: 77.71, 27.56, -31.89

In the XYZ color space, this color is represented as X: 61.97, Y: 52.72, Z: 74.69. The Yxy representation further refines this as Y: 52.72, x: 0.3272, and y: 0.2784.

In the Hunter Lab color space, this color is represented as L: 77.71, a: 27.56, and b: -31.89. Similarly, in the CIE-Lab color space, it is represented as L: 77.71, a: 27.56, and b: -31.89.

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

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

Analogous Colors of #DDAFFC

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

Split Complementary Colors of #DDAFFC

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

Tetradic Colors of #DDAFFC

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

Monochromatic Colors of #DDAFFC

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

Complementary Color of #DDAFFC

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

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

HTML Examples of #DDAFFC

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

Related Colors of #DDAFFC

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