Color: #DDBAFC

#DDBAFC Color Information

#DDBAFC is a light color. The closest websafe version is #DDBAFC. A complement of this color would be #D9FCBA, perceived brightness is 0.80, and the grayscale version is #DBDBDB.

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

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

In the Yxy color space, this color is represented as Y: 57.19, x: 0.3270, and y: 0.2905.

Color Code #DDBAFC

#DDBAFCrgb(221, 186, 252)
HEX
#DDBAFC
RGB
rgb(221, 186, 252)
HSL
hsl(272, 92%, 86%)
HSV
hsv(272, 26%, 99%)
CMYK
12%, 26%, 0%, 1%
XYZ
X: 64.37, Y: 57.19, Z: 75.30
Lab
L: 80.29, a: 21.96, b: -27.97
Name

Shades of Color #DDBAFC

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

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

#DDBAFCrgb(221, 186, 252)

About #DDBAFC Color Code

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

  • HEX: #DDBAFC
  • RGB: rgb(221, 186, 252)
  • HSL: hsl(272, 92%, 86%)
  • HSV: hsv(272, 26%, 99%)
  • CMYK: 12.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 64.37, 57.19, 75.30
  • Yxy: 57.19, 0.3270, 0.2905
  • Hunter Lab: 80.29, 21.96, -27.97
  • CIE-Lab: 80.29, 21.96, -27.97

In the XYZ color space, this color is represented as X: 64.37, Y: 57.19, Z: 75.30. The Yxy representation further refines this as Y: 57.19, x: 0.3270, and y: 0.2905.

In the Hunter Lab color space, this color is represented as L: 80.29, a: 21.96, and b: -27.97. Similarly, in the CIE-Lab color space, it is represented as L: 80.29, a: 21.96, and b: -27.97.

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

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

Analogous Colors of #DDBAFC

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

Monochromatic Colors of #DDBAFC

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

Complementary Color of #DDBAFC

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

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

HTML Examples of #DDBAFC

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

Related Colors of #DDBAFC

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