Color: #CBCBBD

#CBCBBD Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 59.18, x: 0.3554, and y: 0.3734.

Color Code #CBCBBD

#CBCBBDrgb(203, 203, 189)
HEX
#CBCBBD
RGB
rgb(203, 203, 189)
HSL
hsl(60, 12%, 77%)
HSV
hsv(60, 7%, 80%)
CMYK
0%, 0%, 7%, 20%
XYZ
X: 56.32, Y: 59.18, Z: 42.97
Lab
L: 81.39, a: -1.84, b: 7.01
Name

Shades of Color #CBCBBD

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

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

#CBCBBDrgb(203, 203, 189)

About #CBCBBD Color Code

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

  • HEX: #CBCBBD
  • RGB: rgb(203, 203, 189)
  • HSL: hsl(60, 12%, 77%)
  • HSV: hsv(60, 7%, 80%)
  • CMYK: 0.00% cyan, 0.00% magenta, 7.00% yellow, 20.00% black
  • XYZ: 56.32, 59.18, 42.97
  • Yxy: 59.18, 0.3554, 0.3734
  • Hunter Lab: 81.39, -1.84, 7.01
  • CIE-Lab: 81.39, -1.84, 7.01

In the XYZ color space, this color is represented as X: 56.32, Y: 59.18, Z: 42.97. The Yxy representation further refines this as Y: 59.18, x: 0.3554, and y: 0.3734.

In the Hunter Lab color space, this color is represented as L: 81.39, a: -1.84, and b: 7.01. Similarly, in the CIE-Lab color space, it is represented as L: 81.39, a: -1.84, and b: 7.01.

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

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

Analogous Colors of #CBCBBD

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

Split Complementary Colors of #CBCBBD

Split complementary colors are two colors adjacent to the complementary color of #CBCBBD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CBCBBD

Tetradic colors form a rectangle on the color wheel, including #CBCBBD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CBCBBD

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

Complementary Color of #CBCBBD

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

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

HTML Examples of #CBCBBD

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

Related Colors of #CBCBBD

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