Color: #CCDECB

#CCDECB Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 69.42, x: 0.3443, and y: 0.3793.

Color Code #CCDECB

HEX
#CCDECB
RGB
rgb(204, 222, 203)
HSL
hsl(117, 22%, 83%)
HSV
hsv(117, 9%, 87%)
CMYK
8%, 0%, 9%, 13%
XYZ
X: 63.00, Y: 69.42, Z: 50.58
Lab
L: 86.71, a: -8.85, b: 7.19
Name

Shades of Color #CCDECB

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

Tints are created by lightening the original color #CCDECB 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 #CCDECB Color Code

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

  • HEX: #CCDECB
  • RGB: rgb(204, 222, 203)
  • HSL: hsl(117, 22%, 83%)
  • HSV: hsv(117, 9%, 87%)
  • CMYK: 8.00% cyan, 0.00% magenta, 9.00% yellow, 13.00% black
  • XYZ: 63.00, 69.42, 50.58
  • Yxy: 69.42, 0.3443, 0.3793
  • Hunter Lab: 86.71, -8.85, 7.19
  • CIE-Lab: 86.71, -8.85, 7.19

In the XYZ color space, this color is represented as X: 63.00, Y: 69.42, Z: 50.58. The Yxy representation further refines this as Y: 69.42, x: 0.3443, and y: 0.3793.

In the Hunter Lab color space, this color is represented as L: 86.71, a: -8.85, and b: 7.19. Similarly, in the CIE-Lab color space, it is represented as L: 86.71, a: -8.85, and b: 7.19.

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

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

Analogous Colors of #CCDECB

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

Monochromatic Colors of #CCDECB

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

Complementary Color of #CCDECB

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

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

HTML Examples of #CCDECB

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

Related Colors of #CCDECB

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