Color: #CFCDBC

#CFCDBC Color Information

#CFCDBC is a light color. The closest websafe version is #CFCDBC. A complement of this color would be #BABCCE, perceived brightness is 0.80, and the grayscale version is #C5C5C5.

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

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

In the Yxy color space, this color is represented as Y: 60.70, x: 0.3590, and y: 0.3763.

Color Code #CFCDBC

#CFCDBCrgb(207, 205, 188)
HEX
#CFCDBC
RGB
rgb(207, 205, 188)
HSL
hsl(54, 17%, 77%)
HSV
hsv(54, 9%, 81%)
CMYK
0%, 1%, 9%, 19%
XYZ
X: 57.91, Y: 60.70, Z: 42.71
Lab
L: 82.22, a: -1.48, b: 8.76
Name

Shades of Color #CFCDBC

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

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

#CFCDBCrgb(207, 205, 188)

About #CFCDBC Color Code

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

  • HEX: #CFCDBC
  • RGB: rgb(207, 205, 188)
  • HSL: hsl(54, 17%, 77%)
  • HSV: hsv(54, 9%, 81%)
  • CMYK: 0.00% cyan, 100.00% magenta, 9.00% yellow, 19.00% black
  • XYZ: 57.91, 60.70, 42.71
  • Yxy: 60.70, 0.3590, 0.3763
  • Hunter Lab: 82.22, -1.48, 8.76
  • CIE-Lab: 82.22, -1.48, 8.76

In the XYZ color space, this color is represented as X: 57.91, Y: 60.70, Z: 42.71. The Yxy representation further refines this as Y: 60.70, x: 0.3590, and y: 0.3763.

In the Hunter Lab color space, this color is represented as L: 82.22, a: -1.48, and b: 8.76. Similarly, in the CIE-Lab color space, it is represented as L: 82.22, a: -1.48, and b: 8.76.

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

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

Analogous Colors of #CFCDBC

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

Monochromatic Colors of #CFCDBC

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

Complementary Color of #CFCDBC

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

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

HTML Examples of #CFCDBC

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

Related Colors of #CFCDBC

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