Color: #CBEEC6

#CBEEC6 Color Information

#CBEEC6 is a light color. The closest websafe version is #CBEEC6. A complement of this color would be #E9C4ED, perceived brightness is 0.87, and the grayscale version is #DADADA.

In the HSL color space, this color has a hue angle of 113°,a saturation of 54%, and a lightness of 85%.The HSV representation shows a hue of 113°, a saturation of 17%, and a value of 93%.

In a RGB color space, #CBEEC6 is composed of 80% red, 93% green and 78% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 17% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 78.00, x: 0.3447, and y: 0.4010.

Color Code #CBEEC6

#CBEEC6rgb(203, 238, 198)
HEX
#CBEEC6
RGB
rgb(203, 238, 198)
HSL
hsl(113, 54%, 85%)
HSV
hsv(113, 17%, 93%)
CMYK
15%, 0%, 17%, 7%
XYZ
X: 67.05, Y: 78.00, Z: 49.46
Lab
L: 90.78, a: -17.30, b: 15.47
Name

Shades of Color #CBEEC6

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

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

#CBEEC6rgb(203, 238, 198)

About #CBEEC6 Color Code

In the HSL color space, this color has a hue angle of 113°, a saturation of 54%, and a lightness of 85%. The HSV representation shows a hue of 113°, a saturation of 17%, and a value of 93%.

  • HEX: #CBEEC6
  • RGB: rgb(203, 238, 198)
  • HSL: hsl(113, 54%, 85%)
  • HSV: hsv(113, 17%, 93%)
  • CMYK: 15.00% cyan, 0.00% magenta, 17.00% yellow, 7.00% black
  • XYZ: 67.05, 78.00, 49.46
  • Yxy: 78.00, 0.3447, 0.4010
  • Hunter Lab: 90.78, -17.30, 15.47
  • CIE-Lab: 90.78, -17.30, 15.47

In the XYZ color space, this color is represented as X: 67.05, Y: 78.00, Z: 49.46. The Yxy representation further refines this as Y: 78.00, x: 0.3447, and y: 0.4010.

In the Hunter Lab color space, this color is represented as L: 90.78, a: -17.30, and b: 15.47. Similarly, in the CIE-Lab color space, it is represented as L: 90.78, a: -17.30, and b: 15.47.

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

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

Analogous Colors of #CBEEC6

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

Split Complementary Colors of #CBEEC6

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

Tetradic Colors of #CBEEC6

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

Monochromatic Colors of #CBEEC6

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

Complementary Color of #CBEEC6

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

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

HTML Examples of #CBEEC6

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

Related Colors of #CBEEC6

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