Color: #CDCBBC

#CDCBBC Color Information

#CDCBBC is a light color. The closest websafe version is #CDCBBC. A complement of this color would be #BCBECD, perceived brightness is 0.79, and the grayscale version is #C5C5C5.

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

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

In the Yxy color space, this color is represented as Y: 59.44, x: 0.3577, and y: 0.3743.

Color Code #CDCBBC

HEX
#CDCBBC
RGB
rgb(205, 203, 188)
HSL
hsl(53, 15%, 77%)
HSV
hsv(53, 8%, 80%)
CMYK
0%, 1%, 8%, 20%
XYZ
X: 56.81, Y: 59.44, Z: 42.56
Lab
L: 81.54, a: -1.24, b: 7.77
Name

Shades of Color #CDCBBC

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

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

About #CDCBBC Color Code

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

  • HEX: #CDCBBC
  • RGB: rgb(205, 203, 188)
  • HSL: hsl(53, 15%, 77%)
  • HSV: hsv(53, 8%, 80%)
  • CMYK: 0.00% cyan, 100.00% magenta, 8.00% yellow, 20.00% black
  • XYZ: 56.81, 59.44, 42.56
  • Yxy: 59.44, 0.3577, 0.3743
  • Hunter Lab: 81.54, -1.24, 7.77
  • CIE-Lab: 81.54, -1.24, 7.77

In the XYZ color space, this color is represented as X: 56.81, Y: 59.44, Z: 42.56. The Yxy representation further refines this as Y: 59.44, x: 0.3577, and y: 0.3743.

In the Hunter Lab color space, this color is represented as L: 81.54, a: -1.24, and b: 7.77. Similarly, in the CIE-Lab color space, it is represented as L: 81.54, a: -1.24, and b: 7.77.

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

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

Analogous Colors of #CDCBBC

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

Monochromatic Colors of #CDCBBC

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

Complementary Color of #CDCBBC

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

/* Using HEX */
body {
  background-color: #cdcbbc;
}
/* Using RGB */
body {
  background-color: rgb(205, 203, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 203, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(53, 15%, 77%);
}
/* Text color */
p {
  color: #cdcbbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdcbbc;
}

HTML Examples of #CDCBBC

<!-- Using HEX -->
<div style="background-color: #cdcbbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 203, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 203, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(53, 15%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cdcbbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cdcbbc; width: 100px; height: 100px;"></div>

Related Colors of #CDCBBC

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