Color: #CBE5DD

#CBE5DD Color Information

#CBE5DD is a light color. The closest websafe version is #CBE5DD. A complement of this color would be #E5CCD4, perceived brightness is 0.86, and the grayscale version is #D8D8D8.

In the HSL color space, this color has a hue angle of 162°,a saturation of 33%, and a lightness of 85%.The HSV representation shows a hue of 162°, a saturation of 11%, and a value of 90%.

In a RGB color space, #CBE5DD is composed of 80% red, 90% green and 87% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 3% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 73.84, x: 0.3320, and y: 0.3683.

Color Code #CBE5DD

#CBE5DDrgb(203, 229, 221)
HEX
#CBE5DD
RGB
rgb(203, 229, 221)
HSL
hsl(162, 33%, 85%)
HSV
hsv(162, 11%, 90%)
CMYK
11%, 0%, 3%, 10%
XYZ
X: 66.56, Y: 73.84, Z: 60.08
Lab
L: 88.85, a: -10.04, b: 0.85
Name

Shades of Color #CBE5DD

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

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

#CBE5DDrgb(203, 229, 221)

About #CBE5DD Color Code

In the HSL color space, this color has a hue angle of 162°, a saturation of 33%, and a lightness of 85%. The HSV representation shows a hue of 162°, a saturation of 11%, and a value of 90%.

  • HEX: #CBE5DD
  • RGB: rgb(203, 229, 221)
  • HSL: hsl(162, 33%, 85%)
  • HSV: hsv(162, 11%, 90%)
  • CMYK: 11.00% cyan, 0.00% magenta, 3.00% yellow, 10.00% black
  • XYZ: 66.56, 73.84, 60.08
  • Yxy: 73.84, 0.3320, 0.3683
  • Hunter Lab: 88.85, -10.04, 0.85
  • CIE-Lab: 88.85, -10.04, 0.85

In the XYZ color space, this color is represented as X: 66.56, Y: 73.84, Z: 60.08. The Yxy representation further refines this as Y: 73.84, x: 0.3320, and y: 0.3683.

In the Hunter Lab color space, this color is represented as L: 88.85, a: -10.04, and b: 0.85. Similarly, in the CIE-Lab color space, it is represented as L: 88.85, a: -10.04, and b: 0.85.

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

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

Analogous Colors of #CBE5DD

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

Monochromatic Colors of #CBE5DD

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

Complementary Color of #CBE5DD

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

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

HTML Examples of #CBE5DD

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

Related Colors of #CBE5DD

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