Color: #CADBBD

#CADBBD Color Information

#CADBBD is a light color. The closest websafe version is #CADBBD. A complement of this color would be #CEBDDB, perceived brightness is 0.83, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 94°,a saturation of 29%, and a lightness of 80%.The HSV representation shows a hue of 94°, a saturation of 14%, and a value of 86%.

In a RGB color space, #CADBBD is composed of 79% red, 86% green and 74% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 14% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 67.01, x: 0.3519, and y: 0.3910.

Color Code #CADBBD

#CADBBDrgb(202, 219, 189)
HEX
#CADBBD
RGB
rgb(202, 219, 189)
HSL
hsl(94, 29%, 80%)
HSV
hsv(94, 14%, 86%)
CMYK
8%, 0%, 14%, 14%
XYZ
X: 60.31, Y: 67.01, Z: 44.04
Lab
L: 85.51, a: -9.92, b: 12.78
Name

Shades of Color #CADBBD

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

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

#CADBBDrgb(202, 219, 189)

About #CADBBD Color Code

In the HSL color space, this color has a hue angle of 94°, a saturation of 29%, and a lightness of 80%. The HSV representation shows a hue of 94°, a saturation of 14%, and a value of 86%.

  • HEX: #CADBBD
  • RGB: rgb(202, 219, 189)
  • HSL: hsl(94, 29%, 80%)
  • HSV: hsv(94, 14%, 86%)
  • CMYK: 8.00% cyan, 0.00% magenta, 14.00% yellow, 14.00% black
  • XYZ: 60.31, 67.01, 44.04
  • Yxy: 67.01, 0.3519, 0.3910
  • Hunter Lab: 85.51, -9.92, 12.78
  • CIE-Lab: 85.51, -9.92, 12.78

In the XYZ color space, this color is represented as X: 60.31, Y: 67.01, Z: 44.04. The Yxy representation further refines this as Y: 67.01, x: 0.3519, and y: 0.3910.

In the Hunter Lab color space, this color is represented as L: 85.51, a: -9.92, and b: 12.78. Similarly, in the CIE-Lab color space, it is represented as L: 85.51, a: -9.92, and b: 12.78.

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

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

Analogous Colors of #CADBBD

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

Monochromatic Colors of #CADBBD

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

Complementary Color of #CADBBD

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

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

HTML Examples of #CADBBD

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

Related Colors of #CADBBD

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