Color: #C5DBBD

#C5DBBD Color Information

#C5DBBD is a light color. The closest websafe version is #C5DBBD. A complement of this color would be #D3BDDB, perceived brightness is 0.82, and the grayscale version is #CCCCCC.

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

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

In the Yxy color space, this color is represented as Y: 66.29, x: 0.3482, and y: 0.3918.

Color Code #C5DBBD

#C5DBBDrgb(197, 219, 189)
HEX
#C5DBBD
RGB
rgb(197, 219, 189)
HSL
hsl(104, 29%, 80%)
HSV
hsv(104, 14%, 86%)
CMYK
10%, 0%, 14%, 14%
XYZ
X: 58.91, Y: 66.29, Z: 44.00
Lab
L: 85.14, a: -11.71, b: 12.21
Name

Shades of Color #C5DBBD

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

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

#C5DBBDrgb(197, 219, 189)

About #C5DBBD Color Code

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

  • HEX: #C5DBBD
  • RGB: rgb(197, 219, 189)
  • HSL: hsl(104, 29%, 80%)
  • HSV: hsv(104, 14%, 86%)
  • CMYK: 10.00% cyan, 0.00% magenta, 14.00% yellow, 14.00% black
  • XYZ: 58.91, 66.29, 44.00
  • Yxy: 66.29, 0.3482, 0.3918
  • Hunter Lab: 85.14, -11.71, 12.21
  • CIE-Lab: 85.14, -11.71, 12.21

In the XYZ color space, this color is represented as X: 58.91, Y: 66.29, Z: 44.00. The Yxy representation further refines this as Y: 66.29, x: 0.3482, and y: 0.3918.

In the Hunter Lab color space, this color is represented as L: 85.14, a: -11.71, and b: 12.21. Similarly, in the CIE-Lab color space, it is represented as L: 85.14, a: -11.71, and b: 12.21.

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

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

Analogous Colors of #C5DBBD

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

Monochromatic Colors of #C5DBBD

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

Complementary Color of #C5DBBD

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

/* Using HEX */
body {
  background-color: #c5dbbd;
}
/* Using RGB */
body {
  background-color: rgb(197, 219, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 219, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(104, 29%, 80%);
}
/* Text color */
p {
  color: #c5dbbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5dbbd;
}
/* Border color */
.box {
  border: 4px solid #c5dbbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5dbbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5dbbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5DBBD
On Black Background
#C5DBBD
On White Background
#C5DBBD

HTML Examples of #C5DBBD

<!-- Using HEX -->
<div style="background-color: #c5dbbd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(197, 219, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(197, 219, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(104, 29%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c5dbbd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c5dbbd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c5dbbd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c5dbbd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c5dbbd; color: #fff; padding: 16px; border-radius: 8px;">
  #C5DBBD
</div>
#C5DBBD
On Black Background
#C5DBBD
On White Background
#C5DBBD

Related Colors of #C5DBBD

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