Color: #DEC9FB

#DEC9FB Color Information

#DEC9FB is a light color. The closest websafe version is #DEC9FB. A complement of this color would be #E7FBCB, perceived brightness is 0.84, and the grayscale version is #E2E2E2.

In the HSL color space, this color has a hue angle of 265°,a saturation of 86%, and a lightness of 89%.The HSV representation shows a hue of 265°, a saturation of 20%, and a value of 98%.

In a RGB color space, #DEC9FB is composed of 87% red, 79% green and 98% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 20% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 63.97, x: 0.3281, and y: 0.3080.

Color Code #DEC9FB

#DEC9FBrgb(222, 201, 251)
HEX
#DEC9FB
RGB
rgb(222, 201, 251)
HSL
hsl(265, 86%, 89%)
HSV
hsv(265, 20%, 98%)
CMYK
12%, 20%, 0%, 2%
XYZ
X: 68.15, Y: 63.97, Z: 75.58
Lab
L: 83.95, a: 14.55, b: -21.90
Name

Shades of Color #DEC9FB

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

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

#DEC9FBrgb(222, 201, 251)

About #DEC9FB Color Code

In the HSL color space, this color has a hue angle of 265°, a saturation of 86%, and a lightness of 89%. The HSV representation shows a hue of 265°, a saturation of 20%, and a value of 98%.

  • HEX: #DEC9FB
  • RGB: rgb(222, 201, 251)
  • HSL: hsl(265, 86%, 89%)
  • HSV: hsv(265, 20%, 98%)
  • CMYK: 12.00% cyan, 20.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 68.15, 63.97, 75.58
  • Yxy: 63.97, 0.3281, 0.3080
  • Hunter Lab: 83.95, 14.55, -21.90
  • CIE-Lab: 83.95, 14.55, -21.90

In the XYZ color space, this color is represented as X: 68.15, Y: 63.97, Z: 75.58. The Yxy representation further refines this as Y: 63.97, x: 0.3281, and y: 0.3080.

In the Hunter Lab color space, this color is represented as L: 83.95, a: 14.55, and b: -21.90. Similarly, in the CIE-Lab color space, it is represented as L: 83.95, a: 14.55, and b: -21.90.

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

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

Analogous Colors of #DEC9FB

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

Monochromatic Colors of #DEC9FB

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

Complementary Color of #DEC9FB

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

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

HTML Examples of #DEC9FB

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

Related Colors of #DEC9FB

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