Color: #C6DFED

#C6DFED Color Information

#C6DFED is a light color. The closest websafe version is #C6DFED. A complement of this color would be #EDD3C5, perceived brightness is 0.85, and the grayscale version is #DADADA.

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

In a RGB color space, #C6DFED is composed of 78% red, 87% green and 93% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 6% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 70.60, x: 0.3191, and y: 0.3458.

Color Code #C6DFED

#C6DFEDrgb(198, 223, 237)
HEX
#C6DFED
RGB
rgb(198, 223, 237)
HSL
hsl(202, 52%, 85%)
HSV
hsv(202, 16%, 93%)
CMYK
16%, 6%, 0%, 7%
XYZ
X: 65.16, Y: 70.60, Z: 68.43
Lab
L: 87.29, a: -6.45, b: -9.82
Name

Shades of Color #C6DFED

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

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

#C6DFEDrgb(198, 223, 237)

About #C6DFED Color Code

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

  • HEX: #C6DFED
  • RGB: rgb(198, 223, 237)
  • HSL: hsl(202, 52%, 85%)
  • HSV: hsv(202, 16%, 93%)
  • CMYK: 16.00% cyan, 6.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 65.16, 70.60, 68.43
  • Yxy: 70.60, 0.3191, 0.3458
  • Hunter Lab: 87.29, -6.45, -9.82
  • CIE-Lab: 87.29, -6.45, -9.82

In the XYZ color space, this color is represented as X: 65.16, Y: 70.60, Z: 68.43. The Yxy representation further refines this as Y: 70.60, x: 0.3191, and y: 0.3458.

In the Hunter Lab color space, this color is represented as L: 87.29, a: -6.45, and b: -9.82. Similarly, in the CIE-Lab color space, it is represented as L: 87.29, a: -6.45, and b: -9.82.

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

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

Analogous Colors of #C6DFED

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

Split Complementary Colors of #C6DFED

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

Tetradic Colors of #C6DFED

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

Monochromatic Colors of #C6DFED

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

Complementary Color of #C6DFED

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

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

HTML Examples of #C6DFED

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

Related Colors of #C6DFED

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