Color: #CBDECC

#CBDECC Color Information

#CBDECC is a light color. The closest websafe version is #CBDECC. A complement of this color would be #DDCADC, perceived brightness is 0.84, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 123°,a saturation of 22%, and a lightness of 83%.The HSV representation shows a hue of 123°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 69.31, x: 0.3429, and y: 0.3784.

Color Code #CBDECC

HEX
#CBDECC
RGB
rgb(203, 222, 204)
HSL
hsl(123, 22%, 83%)
HSV
hsv(123, 9%, 87%)
CMYK
9%, 0%, 8%, 13%
XYZ
X: 62.81, Y: 69.31, Z: 51.05
Lab
L: 86.66, a: -9.06, b: 6.58
Name

Shades of Color #CBDECC

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

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

About #CBDECC Color Code

In the HSL color space, this color has a hue angle of 123°, a saturation of 22%, and a lightness of 83%. The HSV representation shows a hue of 123°, a saturation of 9%, and a value of 87%.

  • HEX: #CBDECC
  • RGB: rgb(203, 222, 204)
  • HSL: hsl(123, 22%, 83%)
  • HSV: hsv(123, 9%, 87%)
  • CMYK: 9.00% cyan, 0.00% magenta, 8.00% yellow, 13.00% black
  • XYZ: 62.81, 69.31, 51.05
  • Yxy: 69.31, 0.3429, 0.3784
  • Hunter Lab: 86.66, -9.06, 6.58
  • CIE-Lab: 86.66, -9.06, 6.58

In the XYZ color space, this color is represented as X: 62.81, Y: 69.31, Z: 51.05. The Yxy representation further refines this as Y: 69.31, x: 0.3429, and y: 0.3784.

In the Hunter Lab color space, this color is represented as L: 86.66, a: -9.06, and b: 6.58. Similarly, in the CIE-Lab color space, it is represented as L: 86.66, a: -9.06, and b: 6.58.

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

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

Analogous Colors of #CBDECC

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

Monochromatic Colors of #CBDECC

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

Complementary Color of #CBDECC

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

/* Using HEX */
body {
  background-color: #cbdecc;
}
/* Using RGB */
body {
  background-color: rgb(203, 222, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 222, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(123, 22%, 83%);
}
/* Text color */
p {
  color: #cbdecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbdecc;
}

HTML Examples of #CBDECC

<!-- Using HEX -->
<div style="background-color: #cbdecc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 222, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 222, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(123, 22%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cbdecc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cbdecc; width: 100px; height: 100px;"></div>

Related Colors of #CBDECC

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