Color: #C2DEAA

#C2DEAA Color Information

#C2DEAA is a light color. The closest websafe version is #C2DEAA. A complement of this color would be #C6ABDE, perceived brightness is 0.81, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 92°,a saturation of 44%, and a lightness of 77%.The HSV representation shows a hue of 92°, a saturation of 23%, and a value of 87%.

In a RGB color space, #C2DEAA is composed of 76% red, 87% green and 67% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 23% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 66.81, x: 0.3571, and y: 0.4156.

Color Code #C2DEAA

#C2DEAArgb(194, 222, 170)
HEX
#C2DEAA
RGB
rgb(194, 222, 170)
HSL
hsl(92, 44%, 77%)
HSV
hsv(92, 23%, 87%)
CMYK
13%, 0%, 23%, 13%
XYZ
X: 57.40, Y: 66.81, Z: 36.55
Lab
L: 85.41, a: -16.47, b: 22.38
Name

Shades of Color #C2DEAA

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

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

#C2DEAArgb(194, 222, 170)

About #C2DEAA Color Code

In the HSL color space, this color has a hue angle of 92°, a saturation of 44%, and a lightness of 77%. The HSV representation shows a hue of 92°, a saturation of 23%, and a value of 87%.

  • HEX: #C2DEAA
  • RGB: rgb(194, 222, 170)
  • HSL: hsl(92, 44%, 77%)
  • HSV: hsv(92, 23%, 87%)
  • CMYK: 13.00% cyan, 0.00% magenta, 23.00% yellow, 13.00% black
  • XYZ: 57.40, 66.81, 36.55
  • Yxy: 66.81, 0.3571, 0.4156
  • Hunter Lab: 85.41, -16.47, 22.38
  • CIE-Lab: 85.41, -16.47, 22.38

In the XYZ color space, this color is represented as X: 57.40, Y: 66.81, Z: 36.55. The Yxy representation further refines this as Y: 66.81, x: 0.3571, and y: 0.4156.

In the Hunter Lab color space, this color is represented as L: 85.41, a: -16.47, and b: 22.38. Similarly, in the CIE-Lab color space, it is represented as L: 85.41, a: -16.47, and b: 22.38.

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

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

Analogous Colors of #C2DEAA

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

Split Complementary Colors of #C2DEAA

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

Tetradic Colors of #C2DEAA

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

Monochromatic Colors of #C2DEAA

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

Complementary Color of #C2DEAA

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

/* Using HEX */
body {
  background-color: #c2deaa;
}
/* Using RGB */
body {
  background-color: rgb(194, 222, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 222, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(92, 44%, 77%);
}
/* Text color */
p {
  color: #c2deaa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c2deaa;
}
/* Border color */
.box {
  border: 4px solid #c2deaa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c2deaa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c2deaa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C2DEAA
On Black Background
#C2DEAA
On White Background
#C2DEAA

HTML Examples of #C2DEAA

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

Related Colors of #C2DEAA

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