Color: #D49EEE

#D49EEE Color Information

#D49EEE is a light color. The closest websafe version is #D49EEE. A complement of this color would be #B9EEA0, perceived brightness is 0.72, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 281°,a saturation of 70%, and a lightness of 78%.The HSV representation shows a hue of 281°, a saturation of 34%, and a value of 93%.

In a RGB color space, #D49EEE is composed of 83% red, 62% green and 93% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 34% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 44.34, x: 0.3304, and y: 0.2708.

Color Code #D49EEE

#D49EEErgb(212, 158, 238)
HEX
#D49EEE
RGB
rgb(212, 158, 238)
HSL
hsl(281, 70%, 78%)
HSV
hsv(281, 34%, 93%)
CMYK
11%, 34%, 0%, 7%
XYZ
X: 54.11, Y: 44.34, Z: 65.30
Lab
L: 72.46, a: 31.13, b: -32.48
Name

Shades of Color #D49EEE

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

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

#D49EEErgb(212, 158, 238)

About #D49EEE Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 70%, and a lightness of 78%. The HSV representation shows a hue of 281°, a saturation of 34%, and a value of 93%.

  • HEX: #D49EEE
  • RGB: rgb(212, 158, 238)
  • HSL: hsl(281, 70%, 78%)
  • HSV: hsv(281, 34%, 93%)
  • CMYK: 11.00% cyan, 34.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 54.11, 44.34, 65.30
  • Yxy: 44.34, 0.3304, 0.2708
  • Hunter Lab: 72.46, 31.13, -32.48
  • CIE-Lab: 72.46, 31.13, -32.48

In the XYZ color space, this color is represented as X: 54.11, Y: 44.34, Z: 65.30. The Yxy representation further refines this as Y: 44.34, x: 0.3304, and y: 0.2708.

In the Hunter Lab color space, this color is represented as L: 72.46, a: 31.13, and b: -32.48. Similarly, in the CIE-Lab color space, it is represented as L: 72.46, a: 31.13, and b: -32.48.

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

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

Analogous Colors of #D49EEE

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

Split Complementary Colors of #D49EEE

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

Tetradic Colors of #D49EEE

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

Monochromatic Colors of #D49EEE

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

Complementary Color of #D49EEE

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

/* Using HEX */
body {
  background-color: #d49eee;
}
/* Using RGB */
body {
  background-color: rgb(212, 158, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(212, 158, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 70%, 78%);
}
/* Text color */
p {
  color: #d49eee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d49eee;
}
/* Border color */
.box {
  border: 4px solid #d49eee;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d49eee;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d49eee;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D49EEE
On Black Background
#D49EEE
On White Background
#D49EEE

HTML Examples of #D49EEE

<!-- Using HEX -->
<div style="background-color: #d49eee; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(212, 158, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(212, 158, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(281, 70%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d49eee;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d49eee; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d49eee; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d49eee;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d49eee; color: #fff; padding: 16px; border-radius: 8px;">
  #D49EEE
</div>
#D49EEE
On Black Background
#D49EEE
On White Background
#D49EEE

Related Colors of #D49EEE

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