Color: #CAD7EF

#CAD7EF Color Information

#CAD7EF is a light color. The closest websafe version is #CAD7EF. A complement of this color would be #EFE1C8, perceived brightness is 0.84, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 219°,a saturation of 54%, and a lightness of 86%.The HSV representation shows a hue of 219°, a saturation of 15%, and a value of 94%.

In a RGB color space, #CAD7EF is composed of 79% red, 84% green and 94% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 10% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 67.09, x: 0.3207, and y: 0.3347.

Color Code #CAD7EF

#CAD7EFrgb(202, 215, 239)
HEX
#CAD7EF
RGB
rgb(202, 215, 239)
HSL
hsl(219, 54%, 86%)
HSV
hsv(219, 15%, 94%)
CMYK
15%, 10%, 0%, 6%
XYZ
X: 64.27, Y: 67.09, Z: 69.07
Lab
L: 85.55, a: -0.94, b: -13.40
Name

Shades of Color #CAD7EF

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

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

#CAD7EFrgb(202, 215, 239)

About #CAD7EF Color Code

In the HSL color space, this color has a hue angle of 219°, a saturation of 54%, and a lightness of 86%. The HSV representation shows a hue of 219°, a saturation of 15%, and a value of 94%.

  • HEX: #CAD7EF
  • RGB: rgb(202, 215, 239)
  • HSL: hsl(219, 54%, 86%)
  • HSV: hsv(219, 15%, 94%)
  • CMYK: 15.00% cyan, 10.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 64.27, 67.09, 69.07
  • Yxy: 67.09, 0.3207, 0.3347
  • Hunter Lab: 85.55, -0.94, -13.40
  • CIE-Lab: 85.55, -0.94, -13.40

In the XYZ color space, this color is represented as X: 64.27, Y: 67.09, Z: 69.07. The Yxy representation further refines this as Y: 67.09, x: 0.3207, and y: 0.3347.

In the Hunter Lab color space, this color is represented as L: 85.55, a: -0.94, and b: -13.40. Similarly, in the CIE-Lab color space, it is represented as L: 85.55, a: -0.94, and b: -13.40.

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

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

Analogous Colors of #CAD7EF

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

Monochromatic Colors of #CAD7EF

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

Complementary Color of #CAD7EF

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

/* Using HEX */
body {
  background-color: #cad7ef;
}
/* Using RGB */
body {
  background-color: rgb(202, 215, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 215, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(219, 54%, 86%);
}
/* Text color */
p {
  color: #cad7ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cad7ef;
}
/* Border color */
.box {
  border: 4px solid #cad7ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cad7ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cad7ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CAD7EF
On Black Background
#CAD7EF
On White Background
#CAD7EF

HTML Examples of #CAD7EF

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

Related Colors of #CAD7EF

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