Color: #CBC3FD

#CBC3FD Color Information

#CBC3FD is a light color. The closest websafe version is #CBC3FD. A complement of this color would be #F5FDC4, perceived brightness is 0.80, and the grayscale version is #E0E0E0.

In the HSL color space, this color has a hue angle of 248°,a saturation of 94%, and a lightness of 88%.The HSV representation shows a hue of 248°, a saturation of 23%, and a value of 99%.

In a RGB color space, #CBC3FD is composed of 80% red, 76% green and 99% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 23% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 58.36, x: 0.3122, and y: 0.2981.

Color Code #CBC3FD

#CBC3FDrgb(203, 195, 253)
HEX
#CBC3FD
RGB
rgb(203, 195, 253)
HSL
hsl(248, 94%, 88%)
HSV
hsv(248, 23%, 99%)
CMYK
20%, 23%, 0%, 1%
XYZ
X: 61.11, Y: 58.36, Z: 76.28
Lab
L: 80.94, a: 11.64, b: -27.69
Name

Shades of Color #CBC3FD

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

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

#CBC3FDrgb(203, 195, 253)

About #CBC3FD Color Code

In the HSL color space, this color has a hue angle of 248°, a saturation of 94%, and a lightness of 88%. The HSV representation shows a hue of 248°, a saturation of 23%, and a value of 99%.

  • HEX: #CBC3FD
  • RGB: rgb(203, 195, 253)
  • HSL: hsl(248, 94%, 88%)
  • HSV: hsv(248, 23%, 99%)
  • CMYK: 20.00% cyan, 23.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 61.11, 58.36, 76.28
  • Yxy: 58.36, 0.3122, 0.2981
  • Hunter Lab: 80.94, 11.64, -27.69
  • CIE-Lab: 80.94, 11.64, -27.69

In the XYZ color space, this color is represented as X: 61.11, Y: 58.36, Z: 76.28. The Yxy representation further refines this as Y: 58.36, x: 0.3122, and y: 0.2981.

In the Hunter Lab color space, this color is represented as L: 80.94, a: 11.64, and b: -27.69. Similarly, in the CIE-Lab color space, it is represented as L: 80.94, a: 11.64, and b: -27.69.

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

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

Analogous Colors of #CBC3FD

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

Monochromatic Colors of #CBC3FD

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

Complementary Color of #CBC3FD

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

/* Using HEX */
body {
  background-color: #cbc3fd;
}
/* Using RGB */
body {
  background-color: rgb(203, 195, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 195, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(248, 94%, 88%);
}
/* Text color */
p {
  color: #cbc3fd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbc3fd;
}
/* Border color */
.box {
  border: 4px solid #cbc3fd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbc3fd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbc3fd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBC3FD
On Black Background
#CBC3FD
On White Background
#CBC3FD

HTML Examples of #CBC3FD

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

Related Colors of #CBC3FD

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