Color: #CDB2FC

#CDB2FC Color Information

#CDB2FC is a light color. The closest websafe version is #CDB2FC. A complement of this color would be #E0FCB0, 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 93%, and a lightness of 84%.The HSV representation shows a hue of 262°, a saturation of 29%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 51.40, x: 0.3139, and y: 0.2797.

Color Code #CDB2FC

#CDB2FCrgb(205, 178, 252)
HEX
#CDB2FC
RGB
rgb(205, 178, 252)
HSL
hsl(262, 93%, 84%)
HSV
hsv(262, 29%, 99%)
CMYK
19%, 29%, 0%, 1%
XYZ
X: 57.69, Y: 51.40, Z: 74.69
Lab
L: 76.92, a: 20.81, b: -33.26
Name

Shades of Color #CDB2FC

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

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

#CDB2FCrgb(205, 178, 252)

About #CDB2FC Color Code

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

  • HEX: #CDB2FC
  • RGB: rgb(205, 178, 252)
  • HSL: hsl(262, 93%, 84%)
  • HSV: hsv(262, 29%, 99%)
  • CMYK: 19.00% cyan, 29.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 57.69, 51.40, 74.69
  • Yxy: 51.40, 0.3139, 0.2797
  • Hunter Lab: 76.92, 20.81, -33.26
  • CIE-Lab: 76.92, 20.81, -33.26

In the XYZ color space, this color is represented as X: 57.69, Y: 51.40, Z: 74.69. The Yxy representation further refines this as Y: 51.40, x: 0.3139, and y: 0.2797.

In the Hunter Lab color space, this color is represented as L: 76.92, a: 20.81, and b: -33.26. Similarly, in the CIE-Lab color space, it is represented as L: 76.92, a: 20.81, and b: -33.26.

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

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

Analogous Colors of #CDB2FC

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

Split Complementary Colors of #CDB2FC

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

Tetradic Colors of #CDB2FC

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

Monochromatic Colors of #CDB2FC

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

Complementary Color of #CDB2FC

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

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

HTML Examples of #CDB2FC

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

Related Colors of #CDB2FC

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