Color: #CDEBB0

#CDEBB0 Color Information

#CDEBB0 is a light color. The closest websafe version is #CDEBB0. A complement of this color would be #D0B1EC, perceived brightness is 0.86, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 91°,a saturation of 60%, and a lightness of 81%.The HSV representation shows a hue of 91°, a saturation of 25%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 75.77, x: 0.3591, and y: 0.4198.

Color Code #CDEBB0

#CDEBB0rgb(205, 235, 176)
HEX
#CDEBB0
RGB
rgb(205, 235, 176)
HSL
hsl(91, 60%, 81%)
HSV
hsv(91, 25%, 92%)
CMYK
13%, 0%, 25%, 8%
XYZ
X: 64.82, Y: 75.77, Z: 39.92
Lab
L: 89.75, a: -17.82, b: 25.33
Name

Shades of Color #CDEBB0

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

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

#CDEBB0rgb(205, 235, 176)

About #CDEBB0 Color Code

In the HSL color space, this color has a hue angle of 91°, a saturation of 60%, and a lightness of 81%. The HSV representation shows a hue of 91°, a saturation of 25%, and a value of 92%.

  • HEX: #CDEBB0
  • RGB: rgb(205, 235, 176)
  • HSL: hsl(91, 60%, 81%)
  • HSV: hsv(91, 25%, 92%)
  • CMYK: 13.00% cyan, 0.00% magenta, 25.00% yellow, 8.00% black
  • XYZ: 64.82, 75.77, 39.92
  • Yxy: 75.77, 0.3591, 0.4198
  • Hunter Lab: 89.75, -17.82, 25.33
  • CIE-Lab: 89.75, -17.82, 25.33

In the XYZ color space, this color is represented as X: 64.82, Y: 75.77, Z: 39.92. The Yxy representation further refines this as Y: 75.77, x: 0.3591, and y: 0.4198.

In the Hunter Lab color space, this color is represented as L: 89.75, a: -17.82, and b: 25.33. Similarly, in the CIE-Lab color space, it is represented as L: 89.75, a: -17.82, and b: 25.33.

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

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

Analogous Colors of #CDEBB0

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

Split Complementary Colors of #CDEBB0

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

Tetradic Colors of #CDEBB0

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

Monochromatic Colors of #CDEBB0

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

Complementary Color of #CDEBB0

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

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

HTML Examples of #CDEBB0

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

Related Colors of #CDEBB0

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