Color: #C0DBB7

#C0DBB7 Color Information

#C0DBB7 is a light color. The closest websafe version is #C0DBB7. A complement of this color would be #D2B8DB, perceived brightness is 0.81, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 105°,a saturation of 33%, and a lightness of 79%.The HSV representation shows a hue of 105°, a saturation of 16%, and a value of 86%.

In a RGB color space, #C0DBB7 is composed of 75% red, 86% green and 72% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 16% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 65.38, x: 0.3481, and y: 0.3990.

Color Code #C0DBB7

#C0DBB7rgb(192, 219, 183)
HEX
#C0DBB7
RGB
rgb(192, 219, 183)
HSL
hsl(105, 33%, 79%)
HSV
hsv(105, 16%, 86%)
CMYK
12%, 0%, 16%, 14%
XYZ
X: 57.04, Y: 65.38, Z: 41.43
Lab
L: 84.68, a: -14.24, b: 14.63
Name

Shades of Color #C0DBB7

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

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

#C0DBB7rgb(192, 219, 183)

About #C0DBB7 Color Code

In the HSL color space, this color has a hue angle of 105°, a saturation of 33%, and a lightness of 79%. The HSV representation shows a hue of 105°, a saturation of 16%, and a value of 86%.

  • HEX: #C0DBB7
  • RGB: rgb(192, 219, 183)
  • HSL: hsl(105, 33%, 79%)
  • HSV: hsv(105, 16%, 86%)
  • CMYK: 12.00% cyan, 0.00% magenta, 16.00% yellow, 14.00% black
  • XYZ: 57.04, 65.38, 41.43
  • Yxy: 65.38, 0.3481, 0.3990
  • Hunter Lab: 84.68, -14.24, 14.63
  • CIE-Lab: 84.68, -14.24, 14.63

In the XYZ color space, this color is represented as X: 57.04, Y: 65.38, Z: 41.43. The Yxy representation further refines this as Y: 65.38, x: 0.3481, and y: 0.3990.

In the Hunter Lab color space, this color is represented as L: 84.68, a: -14.24, and b: 14.63. Similarly, in the CIE-Lab color space, it is represented as L: 84.68, a: -14.24, and b: 14.63.

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

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

Analogous Colors of #C0DBB7

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

Split Complementary Colors of #C0DBB7

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

Tetradic Colors of #C0DBB7

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

Monochromatic Colors of #C0DBB7

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

Complementary Color of #C0DBB7

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

/* Using HEX */
body {
  background-color: #c0dbb7;
}
/* Using RGB */
body {
  background-color: rgb(192, 219, 183);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 219, 183, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(105, 33%, 79%);
}
/* Text color */
p {
  color: #c0dbb7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0dbb7;
}
/* Border color */
.box {
  border: 4px solid #c0dbb7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c0dbb7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c0dbb7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C0DBB7
On Black Background
#C0DBB7
On White Background
#C0DBB7

HTML Examples of #C0DBB7

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

Related Colors of #C0DBB7

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