Color: #CDB2FD

#CDB2FD Color Information

#CDB2FD is a light color. The closest websafe version is #CDB2FD. A complement of this color would be #E2FDB4, perceived brightness is 0.76, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 262°,a saturation of 95%, and a lightness of 85%.The HSV representation shows a hue of 262°, a saturation of 30%, and a value of 99%.

In a RGB color space, #CDB2FD is composed of 80% red, 70% green and 99% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 30% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 51.45, x: 0.3132, and y: 0.2787.

Color Code #CDB2FD

#CDB2FDrgb(205, 178, 253)
HEX
#CDB2FD
RGB
rgb(205, 178, 253)
HSL
hsl(262, 95%, 85%)
HSV
hsv(262, 30%, 99%)
CMYK
19%, 30%, 0%, 1%
XYZ
X: 57.82, Y: 51.45, Z: 75.32
Lab
L: 76.95, a: 20.98, b: -33.74
Name

Shades of Color #CDB2FD

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

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

#CDB2FDrgb(205, 178, 253)

About #CDB2FD Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 95%, and a lightness of 85%. The HSV representation shows a hue of 262°, a saturation of 30%, and a value of 99%.

  • HEX: #CDB2FD
  • RGB: rgb(205, 178, 253)
  • HSL: hsl(262, 95%, 85%)
  • HSV: hsv(262, 30%, 99%)
  • CMYK: 19.00% cyan, 30.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 57.82, 51.45, 75.32
  • Yxy: 51.45, 0.3132, 0.2787
  • Hunter Lab: 76.95, 20.98, -33.74
  • CIE-Lab: 76.95, 20.98, -33.74

In the XYZ color space, this color is represented as X: 57.82, Y: 51.45, Z: 75.32. The Yxy representation further refines this as Y: 51.45, x: 0.3132, and y: 0.2787.

In the Hunter Lab color space, this color is represented as L: 76.95, a: 20.98, and b: -33.74. Similarly, in the CIE-Lab color space, it is represented as L: 76.95, a: 20.98, and b: -33.74.

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

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

Analogous Colors of #CDB2FD

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

Split Complementary Colors of #CDB2FD

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

Tetradic Colors of #CDB2FD

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

Monochromatic Colors of #CDB2FD

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

Complementary Color of #CDB2FD

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

/* Using HEX */
body {
  background-color: #cdb2fd;
}
/* Using RGB */
body {
  background-color: rgb(205, 178, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 178, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(262, 95%, 85%);
}
/* Text color */
p {
  color: #cdb2fd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdb2fd;
}
/* Border color */
.box {
  border: 4px solid #cdb2fd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdb2fd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdb2fd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDB2FD
On Black Background
#CDB2FD
On White Background
#CDB2FD

HTML Examples of #CDB2FD

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

Related Colors of #CDB2FD

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