Color: #CBC2DD

#CBC2DD Color Information

#CBC2DD is a light color. The closest websafe version is #CBC2DD. A complement of this color would be #D3DCC1, perceived brightness is 0.78, and the grayscale version is #D0D0D0.

In the HSL color space, this color has a hue angle of 260°,a saturation of 28%, and a lightness of 81%.The HSV representation shows a hue of 260°, a saturation of 12%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 56.35, x: 0.3338, and y: 0.3291.

Color Code #CBC2DD

#CBC2DDrgb(203, 194, 221)
HEX
#CBC2DD
RGB
rgb(203, 194, 221)
HSL
hsl(260, 28%, 81%)
HSV
hsv(260, 12%, 87%)
CMYK
8%, 12%, 0%, 13%
XYZ
X: 57.16, Y: 56.35, Z: 57.71
Lab
L: 79.81, a: 7.06, b: -12.33
Name

Shades of Color #CBC2DD

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

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

#CBC2DDrgb(203, 194, 221)

About #CBC2DD Color Code

In the HSL color space, this color has a hue angle of 260°, a saturation of 28%, and a lightness of 81%. The HSV representation shows a hue of 260°, a saturation of 12%, and a value of 87%.

  • HEX: #CBC2DD
  • RGB: rgb(203, 194, 221)
  • HSL: hsl(260, 28%, 81%)
  • HSV: hsv(260, 12%, 87%)
  • CMYK: 8.00% cyan, 12.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 57.16, 56.35, 57.71
  • Yxy: 56.35, 0.3338, 0.3291
  • Hunter Lab: 79.81, 7.06, -12.33
  • CIE-Lab: 79.81, 7.06, -12.33

In the XYZ color space, this color is represented as X: 57.16, Y: 56.35, Z: 57.71. The Yxy representation further refines this as Y: 56.35, x: 0.3338, and y: 0.3291.

In the Hunter Lab color space, this color is represented as L: 79.81, a: 7.06, and b: -12.33. Similarly, in the CIE-Lab color space, it is represented as L: 79.81, a: 7.06, and b: -12.33.

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

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

Analogous Colors of #CBC2DD

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

Monochromatic Colors of #CBC2DD

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

Complementary Color of #CBC2DD

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

/* Using HEX */
body {
  background-color: #cbc2dd;
}
/* Using RGB */
body {
  background-color: rgb(203, 194, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 194, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(260, 28%, 81%);
}
/* Text color */
p {
  color: #cbc2dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbc2dd;
}
/* Border color */
.box {
  border: 4px solid #cbc2dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbc2dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbc2dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBC2DD
On Black Background
#CBC2DD
On White Background
#CBC2DD

HTML Examples of #CBC2DD

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

Related Colors of #CBC2DD

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