Color: #C6D5CB

#C6D5CB Color Information

#C6D5CB is a light color. The closest websafe version is #C6D5CB. A complement of this color would be #D6C7D1, perceived brightness is 0.81, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 140°,a saturation of 15%, and a lightness of 81%.The HSV representation shows a hue of 140°, a saturation of 7%, and a value of 84%.

In a RGB color space, #C6D5CB is composed of 78% red, 84% green and 80% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 5% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 63.89, x: 0.3407, and y: 0.3702.

Color Code #C6D5CB

#C6D5CBrgb(198, 213, 203)
HEX
#C6D5CB
RGB
rgb(198, 213, 203)
HSL
hsl(140, 15%, 81%)
HSV
hsv(140, 7%, 84%)
CMYK
7%, 0%, 5%, 16%
XYZ
X: 58.79, Y: 63.89, Z: 49.90
Lab
L: 83.91, a: -6.64, b: 3.13
Name

Shades of Color #C6D5CB

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

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

#C6D5CBrgb(198, 213, 203)

About #C6D5CB Color Code

In the HSL color space, this color has a hue angle of 140°, a saturation of 15%, and a lightness of 81%. The HSV representation shows a hue of 140°, a saturation of 7%, and a value of 84%.

  • HEX: #C6D5CB
  • RGB: rgb(198, 213, 203)
  • HSL: hsl(140, 15%, 81%)
  • HSV: hsv(140, 7%, 84%)
  • CMYK: 7.00% cyan, 0.00% magenta, 5.00% yellow, 16.00% black
  • XYZ: 58.79, 63.89, 49.90
  • Yxy: 63.89, 0.3407, 0.3702
  • Hunter Lab: 83.91, -6.64, 3.13
  • CIE-Lab: 83.91, -6.64, 3.13

In the XYZ color space, this color is represented as X: 58.79, Y: 63.89, Z: 49.90. The Yxy representation further refines this as Y: 63.89, x: 0.3407, and y: 0.3702.

In the Hunter Lab color space, this color is represented as L: 83.91, a: -6.64, and b: 3.13. Similarly, in the CIE-Lab color space, it is represented as L: 83.91, a: -6.64, and b: 3.13.

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

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

Analogous Colors of #C6D5CB

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

Monochromatic Colors of #C6D5CB

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

Complementary Color of #C6D5CB

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

/* Using HEX */
body {
  background-color: #c6d5cb;
}
/* Using RGB */
body {
  background-color: rgb(198, 213, 203);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 213, 203, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(140, 15%, 81%);
}
/* Text color */
p {
  color: #c6d5cb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c6d5cb;
}
/* Border color */
.box {
  border: 4px solid #c6d5cb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c6d5cb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c6d5cb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C6D5CB
On Black Background
#C6D5CB
On White Background
#C6D5CB

HTML Examples of #C6D5CB

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

Related Colors of #C6D5CB

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