Color: #CD9DDE

#CD9DDE Color Information

#CD9DDE is a light color. The closest websafe version is #CD9DDE. A complement of this color would be #ADDE9C, perceived brightness is 0.70, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 284°,a saturation of 50%, and a lightness of 74%.The HSV representation shows a hue of 284°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CD9DDE is composed of 80% red, 62% green and 87% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 29% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 42.18, x: 0.3370, and y: 0.2840.

Color Code #CD9DDE

HEX
#CD9DDE
RGB
rgb(205, 157, 222)
HSL
hsl(284, 50%, 74%)
HSV
hsv(284, 29%, 87%)
CMYK
8%, 29%, 0%, 13%
XYZ
X: 50.06, Y: 42.18, Z: 56.29
Lab
L: 71.00, a: 26.87, b: -26.07
Name

Shades of Color #CD9DDE

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

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

About #CD9DDE Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 50%, and a lightness of 74%. The HSV representation shows a hue of 284°, a saturation of 29%, and a value of 87%.

  • HEX: #CD9DDE
  • RGB: rgb(205, 157, 222)
  • HSL: hsl(284, 50%, 74%)
  • HSV: hsv(284, 29%, 87%)
  • CMYK: 8.00% cyan, 29.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 50.06, 42.18, 56.29
  • Yxy: 42.18, 0.3370, 0.2840
  • Hunter Lab: 71.00, 26.87, -26.07
  • CIE-Lab: 71.00, 26.87, -26.07

In the XYZ color space, this color is represented as X: 50.06, Y: 42.18, Z: 56.29. The Yxy representation further refines this as Y: 42.18, x: 0.3370, and y: 0.2840.

In the Hunter Lab color space, this color is represented as L: 71.00, a: 26.87, and b: -26.07. Similarly, in the CIE-Lab color space, it is represented as L: 71.00, a: 26.87, and b: -26.07.

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

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

Analogous Colors of #CD9DDE

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

Monochromatic Colors of #CD9DDE

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

Complementary Color of #CD9DDE

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

/* Using HEX */
body {
  background-color: #cd9dde;
}
/* Using RGB */
body {
  background-color: rgb(205, 157, 222);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 157, 222, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(284, 50%, 74%);
}
/* Text color */
p {
  color: #cd9dde;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd9dde;
}

HTML Examples of #CD9DDE

<!-- Using HEX -->
<div style="background-color: #cd9dde; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 157, 222); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 157, 222, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(284, 50%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd9dde;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd9dde; width: 100px; height: 100px;"></div>

Related Colors of #CD9DDE

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