Color: #CCBCC9

#CCBCC9 Color Information

#CCBCC9 is a light color. The closest websafe version is #CCBCC9. A complement of this color would be #BCCDBF, perceived brightness is 0.76, and the grayscale version is #C4C4C4.

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

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

In the Yxy color space, this color is represented as Y: 53.03, x: 0.3498, and y: 0.3432.

Color Code #CCBCC9

#CCBCC9rgb(204, 188, 201)
HEX
#CCBCC9
RGB
rgb(204, 188, 201)
HSL
hsl(311, 14%, 77%)
HSV
hsv(311, 8%, 80%)
CMYK
0%, 8%, 1%, 20%
XYZ
X: 54.05, Y: 53.03, Z: 47.44
Lab
L: 77.89, a: 7.57, b: -4.42
Name

Shades of Color #CCBCC9

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

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

#CCBCC9rgb(204, 188, 201)

About #CCBCC9 Color Code

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

  • HEX: #CCBCC9
  • RGB: rgb(204, 188, 201)
  • HSL: hsl(311, 14%, 77%)
  • HSV: hsv(311, 8%, 80%)
  • CMYK: 0.00% cyan, 8.00% magenta, 100.00% yellow, 20.00% black
  • XYZ: 54.05, 53.03, 47.44
  • Yxy: 53.03, 0.3498, 0.3432
  • Hunter Lab: 77.89, 7.57, -4.42
  • CIE-Lab: 77.89, 7.57, -4.42

In the XYZ color space, this color is represented as X: 54.05, Y: 53.03, Z: 47.44. The Yxy representation further refines this as Y: 53.03, x: 0.3498, and y: 0.3432.

In the Hunter Lab color space, this color is represented as L: 77.89, a: 7.57, and b: -4.42. Similarly, in the CIE-Lab color space, it is represented as L: 77.89, a: 7.57, and b: -4.42.

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

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

Analogous Colors of #CCBCC9

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

Monochromatic Colors of #CCBCC9

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

Complementary Color of #CCBCC9

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

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

HTML Examples of #CCBCC9

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

Related Colors of #CCBCC9

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