Color: #CABBCD

#CABBCD Color Information

#CABBCD is a light color. The closest websafe version is #CABBCD. A complement of this color would be #BECDBC, perceived brightness is 0.76, and the grayscale version is #C4C4C4.

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

In a RGB color space, #CABBCD is composed of 79% red, 73% green and 80% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 9% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 52.47, x: 0.3452, and y: 0.3378.

Color Code #CABBCD

#CABBCDrgb(202, 187, 205)
HEX
#CABBCD
RGB
rgb(202, 187, 205)
HSL
hsl(290, 15%, 77%)
HSV
hsv(290, 9%, 80%)
CMYK
1%, 9%, 0%, 20%
XYZ
X: 53.63, Y: 52.47, Z: 49.25
Lab
L: 77.56, a: 7.91, b: -7.08
Name

Shades of Color #CABBCD

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

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

#CABBCDrgb(202, 187, 205)

About #CABBCD Color Code

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

  • HEX: #CABBCD
  • RGB: rgb(202, 187, 205)
  • HSL: hsl(290, 15%, 77%)
  • HSV: hsv(290, 9%, 80%)
  • CMYK: 100.00% cyan, 9.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 53.63, 52.47, 49.25
  • Yxy: 52.47, 0.3452, 0.3378
  • Hunter Lab: 77.56, 7.91, -7.08
  • CIE-Lab: 77.56, 7.91, -7.08

In the XYZ color space, this color is represented as X: 53.63, Y: 52.47, Z: 49.25. The Yxy representation further refines this as Y: 52.47, x: 0.3452, and y: 0.3378.

In the Hunter Lab color space, this color is represented as L: 77.56, a: 7.91, and b: -7.08. Similarly, in the CIE-Lab color space, it is represented as L: 77.56, a: 7.91, and b: -7.08.

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

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

Analogous Colors of #CABBCD

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

Monochromatic Colors of #CABBCD

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

Complementary Color of #CABBCD

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

/* Using HEX */
body {
  background-color: #cabbcd;
}
/* Using RGB */
body {
  background-color: rgb(202, 187, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 187, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 15%, 77%);
}
/* Text color */
p {
  color: #cabbcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cabbcd;
}
/* Border color */
.box {
  border: 4px solid #cabbcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cabbcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cabbcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CABBCD
On Black Background
#CABBCD
On White Background
#CABBCD

HTML Examples of #CABBCD

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

Related Colors of #CABBCD

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