Color: #CCCFBD

#CCCFBD Color Information

#CCCFBD is a light color. The closest websafe version is #CCCFBD. A complement of this color would be #C1BED0, perceived brightness is 0.80, and the grayscale version is #C6C6C6.

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

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

In the Yxy color space, this color is represented as Y: 61.25, x: 0.3555, and y: 0.3778.

Color Code #CCCFBD

#CCCFBDrgb(204, 207, 189)
HEX
#CCCFBD
RGB
rgb(204, 207, 189)
HSL
hsl(70, 16%, 78%)
HSV
hsv(70, 9%, 81%)
CMYK
1%, 0%, 9%, 19%
XYZ
X: 57.64, Y: 61.25, Z: 43.24
Lab
L: 82.51, a: -3.43, b: 8.61
Name

Shades of Color #CCCFBD

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

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

#CCCFBDrgb(204, 207, 189)

About #CCCFBD Color Code

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

  • HEX: #CCCFBD
  • RGB: rgb(204, 207, 189)
  • HSL: hsl(70, 16%, 78%)
  • HSV: hsv(70, 9%, 81%)
  • CMYK: 100.00% cyan, 0.00% magenta, 9.00% yellow, 19.00% black
  • XYZ: 57.64, 61.25, 43.24
  • Yxy: 61.25, 0.3555, 0.3778
  • Hunter Lab: 82.51, -3.43, 8.61
  • CIE-Lab: 82.51, -3.43, 8.61

In the XYZ color space, this color is represented as X: 57.64, Y: 61.25, Z: 43.24. The Yxy representation further refines this as Y: 61.25, x: 0.3555, and y: 0.3778.

In the Hunter Lab color space, this color is represented as L: 82.51, a: -3.43, and b: 8.61. Similarly, in the CIE-Lab color space, it is represented as L: 82.51, a: -3.43, and b: 8.61.

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

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

Analogous Colors of #CCCFBD

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

Split Complementary Colors of #CCCFBD

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

Tetradic Colors of #CCCFBD

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

Monochromatic Colors of #CCCFBD

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

Complementary Color of #CCCFBD

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

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

HTML Examples of #CCCFBD

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

Related Colors of #CCCFBD

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