Color: #C6DCCC

#C6DCCC Color Information

#C6DCCC is a light color. The closest websafe version is #C6DCCC. A complement of this color would be #DCC6D6, perceived brightness is 0.83, and the grayscale version is #D1D1D1.

In the HSL color space, this color has a hue angle of 136°,a saturation of 24%, and a lightness of 82%.The HSV representation shows a hue of 136°, a saturation of 10%, and a value of 86%.

In a RGB color space, #C6DCCC is composed of 78% red, 86% green and 80% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 7% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 67.53, x: 0.3394, and y: 0.3768.

Color Code #C6DCCC

#C6DCCCrgb(198, 220, 204)
HEX
#C6DCCC
RGB
rgb(198, 220, 204)
HSL
hsl(136, 24%, 82%)
HSV
hsv(136, 10%, 86%)
CMYK
10%, 0%, 7%, 14%
XYZ
X: 60.82, Y: 67.53, Z: 50.86
Lab
L: 85.77, a: -9.86, b: 5.27
Name

Shades of Color #C6DCCC

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

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

#C6DCCCrgb(198, 220, 204)

About #C6DCCC Color Code

In the HSL color space, this color has a hue angle of 136°, a saturation of 24%, and a lightness of 82%. The HSV representation shows a hue of 136°, a saturation of 10%, and a value of 86%.

  • HEX: #C6DCCC
  • RGB: rgb(198, 220, 204)
  • HSL: hsl(136, 24%, 82%)
  • HSV: hsv(136, 10%, 86%)
  • CMYK: 10.00% cyan, 0.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 60.82, 67.53, 50.86
  • Yxy: 67.53, 0.3394, 0.3768
  • Hunter Lab: 85.77, -9.86, 5.27
  • CIE-Lab: 85.77, -9.86, 5.27

In the XYZ color space, this color is represented as X: 60.82, Y: 67.53, Z: 50.86. The Yxy representation further refines this as Y: 67.53, x: 0.3394, and y: 0.3768.

In the Hunter Lab color space, this color is represented as L: 85.77, a: -9.86, and b: 5.27. Similarly, in the CIE-Lab color space, it is represented as L: 85.77, a: -9.86, and b: 5.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 #C6DCCC

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

Analogous Colors of #C6DCCC

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

Monochromatic Colors of #C6DCCC

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

Complementary Color of #C6DCCC

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

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

HTML Examples of #C6DCCC

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

Related Colors of #C6DCCC

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