Color: #CFCBB7

#CFCBB7 Color Information

#CFCBB7 is a light color. The closest websafe version is #CFCBB7. A complement of this color would be #B6BACE, perceived brightness is 0.79, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 50°,a saturation of 20%, and a lightness of 76%.The HSV representation shows a hue of 50°, a saturation of 12%, and a value of 81%.

In a RGB color space, #CFCBB7 is composed of 81% red, 80% green and 72% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 12% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 59.57, x: 0.3628, and y: 0.3793.

Color Code #CFCBB7

#CFCBB7rgb(207, 203, 183)
HEX
#CFCBB7
RGB
rgb(207, 203, 183)
HSL
hsl(50, 20%, 76%)
HSV
hsv(50, 12%, 81%)
CMYK
0%, 2%, 12%, 19%
XYZ
X: 56.98, Y: 59.57, Z: 40.49
Lab
L: 81.60, a: -1.11, b: 10.54
Name

Shades of Color #CFCBB7

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

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

#CFCBB7rgb(207, 203, 183)

About #CFCBB7 Color Code

In the HSL color space, this color has a hue angle of 50°, a saturation of 20%, and a lightness of 76%. The HSV representation shows a hue of 50°, a saturation of 12%, and a value of 81%.

  • HEX: #CFCBB7
  • RGB: rgb(207, 203, 183)
  • HSL: hsl(50, 20%, 76%)
  • HSV: hsv(50, 12%, 81%)
  • CMYK: 0.00% cyan, 2.00% magenta, 12.00% yellow, 19.00% black
  • XYZ: 56.98, 59.57, 40.49
  • Yxy: 59.57, 0.3628, 0.3793
  • Hunter Lab: 81.60, -1.11, 10.54
  • CIE-Lab: 81.60, -1.11, 10.54

In the XYZ color space, this color is represented as X: 56.98, Y: 59.57, Z: 40.49. The Yxy representation further refines this as Y: 59.57, x: 0.3628, and y: 0.3793.

In the Hunter Lab color space, this color is represented as L: 81.60, a: -1.11, and b: 10.54. Similarly, in the CIE-Lab color space, it is represented as L: 81.60, a: -1.11, and b: 10.54.

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

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

Analogous Colors of #CFCBB7

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

Monochromatic Colors of #CFCBB7

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

Complementary Color of #CFCBB7

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

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

HTML Examples of #CFCBB7

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

Related Colors of #CFCBB7

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