Color: #C8CBBD

#C8CBBD Color Information

#C8CBBD is a light color. The closest websafe version is #C8CBBD. A complement of this color would be #C0BDCB, perceived brightness is 0.79, and the grayscale version is #C4C4C4.

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

In a RGB color space, #C8CBBD is composed of 78% red, 80% green and 74% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 7% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 58.75, x: 0.3529, and y: 0.3738.

Color Code #C8CBBD

#C8CBBDrgb(200, 203, 189)
HEX
#C8CBBD
RGB
rgb(200, 203, 189)
HSL
hsl(73, 12%, 77%)
HSV
hsv(73, 7%, 80%)
CMYK
1%, 0%, 7%, 20%
XYZ
X: 55.46, Y: 58.75, Z: 42.95
Lab
L: 81.15, a: -2.93, b: 6.63
Name

Shades of Color #C8CBBD

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

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

#C8CBBDrgb(200, 203, 189)

About #C8CBBD Color Code

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

  • HEX: #C8CBBD
  • RGB: rgb(200, 203, 189)
  • HSL: hsl(73, 12%, 77%)
  • HSV: hsv(73, 7%, 80%)
  • CMYK: 100.00% cyan, 0.00% magenta, 7.00% yellow, 20.00% black
  • XYZ: 55.46, 58.75, 42.95
  • Yxy: 58.75, 0.3529, 0.3738
  • Hunter Lab: 81.15, -2.93, 6.63
  • CIE-Lab: 81.15, -2.93, 6.63

In the XYZ color space, this color is represented as X: 55.46, Y: 58.75, Z: 42.95. The Yxy representation further refines this as Y: 58.75, x: 0.3529, and y: 0.3738.

In the Hunter Lab color space, this color is represented as L: 81.15, a: -2.93, and b: 6.63. Similarly, in the CIE-Lab color space, it is represented as L: 81.15, a: -2.93, and b: 6.63.

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

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

Analogous Colors of #C8CBBD

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

Monochromatic Colors of #C8CBBD

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

Complementary Color of #C8CBBD

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

/* Using HEX */
body {
  background-color: #c8cbbd;
}
/* Using RGB */
body {
  background-color: rgb(200, 203, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(200, 203, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(73, 12%, 77%);
}
/* Text color */
p {
  color: #c8cbbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c8cbbd;
}
/* Border color */
.box {
  border: 4px solid #c8cbbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c8cbbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c8cbbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C8CBBD
On Black Background
#C8CBBD
On White Background
#C8CBBD

HTML Examples of #C8CBBD

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

Related Colors of #C8CBBD

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