Color: #C2CCBB

#C2CCBB Color Information

#C2CCBB is a light color. The closest websafe version is #C2CCBB. A complement of this color would be #C6BCCD, perceived brightness is 0.78, and the grayscale version is #C3C3C3.

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

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

In the Yxy color space, this color is represented as Y: 58.30, x: 0.3493, and y: 0.3779.

Color Code #C2CCBB

#C2CCBBrgb(194, 204, 187)
HEX
#C2CCBB
RGB
rgb(194, 204, 187)
HSL
hsl(95, 14%, 77%)
HSV
hsv(95, 8%, 80%)
CMYK
5%, 0%, 8%, 20%
XYZ
X: 53.89, Y: 58.30, Z: 42.10
Lab
L: 80.91, a: -5.85, b: 7.27
Name

Shades of Color #C2CCBB

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

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

#C2CCBBrgb(194, 204, 187)

About #C2CCBB Color Code

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

  • HEX: #C2CCBB
  • RGB: rgb(194, 204, 187)
  • HSL: hsl(95, 14%, 77%)
  • HSV: hsv(95, 8%, 80%)
  • CMYK: 5.00% cyan, 0.00% magenta, 8.00% yellow, 20.00% black
  • XYZ: 53.89, 58.30, 42.10
  • Yxy: 58.30, 0.3493, 0.3779
  • Hunter Lab: 80.91, -5.85, 7.27
  • CIE-Lab: 80.91, -5.85, 7.27

In the XYZ color space, this color is represented as X: 53.89, Y: 58.30, Z: 42.10. The Yxy representation further refines this as Y: 58.30, x: 0.3493, and y: 0.3779.

In the Hunter Lab color space, this color is represented as L: 80.91, a: -5.85, and b: 7.27. Similarly, in the CIE-Lab color space, it is represented as L: 80.91, a: -5.85, and b: 7.27.

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

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

Analogous Colors of #C2CCBB

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

Split Complementary Colors of #C2CCBB

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

Tetradic Colors of #C2CCBB

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

Monochromatic Colors of #C2CCBB

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

Complementary Color of #C2CCBB

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

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

HTML Examples of #C2CCBB

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

Related Colors of #C2CCBB

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