Color: #C5DFDD

#C5DFDD Color Information

#C5DFDD is a light color. The closest websafe version is #C5DFDD. A complement of this color would be #DEC4C6, perceived brightness is 0.84, and the grayscale version is #D2D2D2.

In the HSL color space, this color has a hue angle of 175°,a saturation of 29%, and a lightness of 82%.The HSV representation shows a hue of 175°, a saturation of 12%, and a value of 87%.

In a RGB color space, #C5DFDD is composed of 77% red, 87% green and 87% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 1% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 69.71, x: 0.3280, and y: 0.3623.

Color Code #C5DFDD

#C5DFDDrgb(197, 223, 221)
HEX
#C5DFDD
RGB
rgb(197, 223, 221)
HSL
hsl(175, 29%, 82%)
HSV
hsv(175, 12%, 87%)
CMYK
12%, 0%, 1%, 13%
XYZ
X: 63.11, Y: 69.71, Z: 59.58
Lab
L: 86.85, a: -9.21, b: -2.09
Name

Shades of Color #C5DFDD

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

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

#C5DFDDrgb(197, 223, 221)

About #C5DFDD Color Code

In the HSL color space, this color has a hue angle of 175°, a saturation of 29%, and a lightness of 82%. The HSV representation shows a hue of 175°, a saturation of 12%, and a value of 87%.

  • HEX: #C5DFDD
  • RGB: rgb(197, 223, 221)
  • HSL: hsl(175, 29%, 82%)
  • HSV: hsv(175, 12%, 87%)
  • CMYK: 12.00% cyan, 0.00% magenta, 100.00% yellow, 13.00% black
  • XYZ: 63.11, 69.71, 59.58
  • Yxy: 69.71, 0.3280, 0.3623
  • Hunter Lab: 86.85, -9.21, -2.09
  • CIE-Lab: 86.85, -9.21, -2.09

In the XYZ color space, this color is represented as X: 63.11, Y: 69.71, Z: 59.58. The Yxy representation further refines this as Y: 69.71, x: 0.3280, and y: 0.3623.

In the Hunter Lab color space, this color is represented as L: 86.85, a: -9.21, and b: -2.09. Similarly, in the CIE-Lab color space, it is represented as L: 86.85, a: -9.21, and b: -2.09.

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

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

Analogous Colors of #C5DFDD

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

Monochromatic Colors of #C5DFDD

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

Complementary Color of #C5DFDD

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

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

HTML Examples of #C5DFDD

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

Related Colors of #C5DFDD

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