Color: #CAF6ED

#CAF6ED Color Information

#CAF6ED is a light color. The closest websafe version is #CAF6ED. A complement of this color would be #F6CBD3, perceived brightness is 0.91, and the grayscale version is #E0E0E0.

In the HSL color space, this color has a hue angle of 168°,a saturation of 71%, and a lightness of 88%.The HSV representation shows a hue of 168°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CAF6ED is composed of 79% red, 96% green and 93% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 4% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 84.34, x: 0.3218, and y: 0.3700.

Color Code #CAF6ED

HEX
#CAF6ED
RGB
rgb(202, 246, 237)
HSL
hsl(168, 71%, 88%)
HSV
hsv(168, 18%, 96%)
CMYK
18%, 0%, 4%, 4%
XYZ
X: 73.36, Y: 84.34, Z: 70.25
Lab
L: 93.60, a: -15.95, b: -0.59
Name

Shades of Color #CAF6ED

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

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

About #CAF6ED Color Code

In the HSL color space, this color has a hue angle of 168°, a saturation of 71%, and a lightness of 88%. The HSV representation shows a hue of 168°, a saturation of 18%, and a value of 96%.

  • HEX: #CAF6ED
  • RGB: rgb(202, 246, 237)
  • HSL: hsl(168, 71%, 88%)
  • HSV: hsv(168, 18%, 96%)
  • CMYK: 18.00% cyan, 0.00% magenta, 4.00% yellow, 4.00% black
  • XYZ: 73.36, 84.34, 70.25
  • Yxy: 84.34, 0.3218, 0.3700
  • Hunter Lab: 93.60, -15.95, -0.59
  • CIE-Lab: 93.60, -15.95, -0.59

In the XYZ color space, this color is represented as X: 73.36, Y: 84.34, Z: 70.25. The Yxy representation further refines this as Y: 84.34, x: 0.3218, and y: 0.3700.

In the Hunter Lab color space, this color is represented as L: 93.60, a: -15.95, and b: -0.59. Similarly, in the CIE-Lab color space, it is represented as L: 93.60, a: -15.95, and b: -0.59.

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

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

Analogous Colors of #CAF6ED

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

Monochromatic Colors of #CAF6ED

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

Complementary Color of #CAF6ED

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

/* Using HEX */
body {
  background-color: #caf6ed;
}
/* Using RGB */
body {
  background-color: rgb(202, 246, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 246, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(168, 71%, 88%);
}
/* Text color */
p {
  color: #caf6ed;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #caf6ed;
}

HTML Examples of #CAF6ED

<!-- Using HEX -->
<div style="background-color: #caf6ed; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 246, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 246, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(168, 71%, 88%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #caf6ed;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #caf6ed; width: 100px; height: 100px;"></div>

Related Colors of #CAF6ED

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