Color: #CBDEBD

#CBDEBD Color Information

#CBDEBD is a light color. The closest websafe version is #CBDEBD. A complement of this color would be #D1BFDF, perceived brightness is 0.83, and the grayscale version is #CECECE.

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

In a RGB color space, #CBDEBD is composed of 80% red, 87% green and 74% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 15% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 68.74, x: 0.3522, and y: 0.3940.

Color Code #CBDEBD

#CBDEBDrgb(203, 222, 189)
HEX
#CBDEBD
RGB
rgb(203, 222, 189)
HSL
hsl(95, 33%, 81%)
HSV
hsv(95, 15%, 87%)
CMYK
9%, 0%, 15%, 13%
XYZ
X: 61.45, Y: 68.74, Z: 44.27
Lab
L: 86.37, a: -10.98, b: 14.00
Name

Shades of Color #CBDEBD

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

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

#CBDEBDrgb(203, 222, 189)

About #CBDEBD Color Code

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

  • HEX: #CBDEBD
  • RGB: rgb(203, 222, 189)
  • HSL: hsl(95, 33%, 81%)
  • HSV: hsv(95, 15%, 87%)
  • CMYK: 9.00% cyan, 0.00% magenta, 15.00% yellow, 13.00% black
  • XYZ: 61.45, 68.74, 44.27
  • Yxy: 68.74, 0.3522, 0.3940
  • Hunter Lab: 86.37, -10.98, 14.00
  • CIE-Lab: 86.37, -10.98, 14.00

In the XYZ color space, this color is represented as X: 61.45, Y: 68.74, Z: 44.27. The Yxy representation further refines this as Y: 68.74, x: 0.3522, and y: 0.3940.

In the Hunter Lab color space, this color is represented as L: 86.37, a: -10.98, and b: 14.00. Similarly, in the CIE-Lab color space, it is represented as L: 86.37, a: -10.98, and b: 14.00.

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

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

Analogous Colors of #CBDEBD

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

Split Complementary Colors of #CBDEBD

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

Tetradic Colors of #CBDEBD

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

Monochromatic Colors of #CBDEBD

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

Complementary Color of #CBDEBD

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

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

HTML Examples of #CBDEBD

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

Related Colors of #CBDEBD

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