Color: #C0CCCD

#C0CCCD Color Information

#C0CCCD is a light color. The closest websafe version is #C0CCCD. A complement of this color would be #CEC1C0, perceived brightness is 0.79, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 185°,a saturation of 12%, and a lightness of 78%.The HSV representation shows a hue of 185°, a saturation of 6%, and a value of 80%.

In a RGB color space, #C0CCCD is composed of 75% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 58.72, x: 0.3354, and y: 0.3583.

Color Code #C0CCCD

#C0CCCDrgb(192, 204, 205)
HEX
#C0CCCD
RGB
rgb(192, 204, 205)
HSL
hsl(185, 12%, 78%)
HSV
hsv(185, 6%, 80%)
CMYK
6%, 0%, 0%, 20%
XYZ
X: 54.97, Y: 58.72, Z: 50.20
Lab
L: 81.14, a: -4.09, b: -1.99
Name

Shades of Color #C0CCCD

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

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

#C0CCCDrgb(192, 204, 205)

About #C0CCCD Color Code

In the HSL color space, this color has a hue angle of 185°, a saturation of 12%, and a lightness of 78%. The HSV representation shows a hue of 185°, a saturation of 6%, and a value of 80%.

  • HEX: #C0CCCD
  • RGB: rgb(192, 204, 205)
  • HSL: hsl(185, 12%, 78%)
  • HSV: hsv(185, 6%, 80%)
  • CMYK: 6.00% cyan, 0.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 54.97, 58.72, 50.20
  • Yxy: 58.72, 0.3354, 0.3583
  • Hunter Lab: 81.14, -4.09, -1.99
  • CIE-Lab: 81.14, -4.09, -1.99

In the XYZ color space, this color is represented as X: 54.97, Y: 58.72, Z: 50.20. The Yxy representation further refines this as Y: 58.72, x: 0.3354, and y: 0.3583.

In the Hunter Lab color space, this color is represented as L: 81.14, a: -4.09, and b: -1.99. Similarly, in the CIE-Lab color space, it is represented as L: 81.14, a: -4.09, and b: -1.99.

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

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

Analogous Colors of #C0CCCD

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

Split Complementary Colors of #C0CCCD

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

Tetradic Colors of #C0CCCD

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

Monochromatic Colors of #C0CCCD

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

Complementary Color of #C0CCCD

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

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

HTML Examples of #C0CCCD

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

Related Colors of #C0CCCD

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