Color: #CBBADC

#CBBADC Color Information

#CBBADC is a light color. The closest websafe version is #CBBADC. A complement of this color would be #CCDDBB, perceived brightness is 0.76, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 270°,a saturation of 33%, and a lightness of 80%.The HSV representation shows a hue of 270°, a saturation of 15%, and a value of 86%.

In a RGB color space, #CBBADC is composed of 80% red, 73% green and 86% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 15% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 52.83, x: 0.3350, and y: 0.3207.

Color Code #CBBADC

#CBBADCrgb(203, 186, 220)
HEX
#CBBADC
RGB
rgb(203, 186, 220)
HSL
hsl(270, 33%, 80%)
HSV
hsv(270, 15%, 86%)
CMYK
8%, 15%, 0%, 14%
XYZ
X: 55.19, Y: 52.83, Z: 56.71
Lab
L: 77.77, a: 10.95, b: -14.82
Name

Shades of Color #CBBADC

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

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

#CBBADCrgb(203, 186, 220)

About #CBBADC Color Code

In the HSL color space, this color has a hue angle of 270°, a saturation of 33%, and a lightness of 80%. The HSV representation shows a hue of 270°, a saturation of 15%, and a value of 86%.

  • HEX: #CBBADC
  • RGB: rgb(203, 186, 220)
  • HSL: hsl(270, 33%, 80%)
  • HSV: hsv(270, 15%, 86%)
  • CMYK: 8.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 55.19, 52.83, 56.71
  • Yxy: 52.83, 0.3350, 0.3207
  • Hunter Lab: 77.77, 10.95, -14.82
  • CIE-Lab: 77.77, 10.95, -14.82

In the XYZ color space, this color is represented as X: 55.19, Y: 52.83, Z: 56.71. The Yxy representation further refines this as Y: 52.83, x: 0.3350, and y: 0.3207.

In the Hunter Lab color space, this color is represented as L: 77.77, a: 10.95, and b: -14.82. Similarly, in the CIE-Lab color space, it is represented as L: 77.77, a: 10.95, and b: -14.82.

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

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

Analogous Colors of #CBBADC

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

Monochromatic Colors of #CBBADC

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

Complementary Color of #CBBADC

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

/* Using HEX */
body {
  background-color: #cbbadc;
}
/* Using RGB */
body {
  background-color: rgb(203, 186, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 186, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(270, 33%, 80%);
}
/* Text color */
p {
  color: #cbbadc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbbadc;
}
/* Border color */
.box {
  border: 4px solid #cbbadc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbbadc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbbadc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBBADC
On Black Background
#CBBADC
On White Background
#CBBADC

HTML Examples of #CBBADC

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

Related Colors of #CBBADC

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