Color: #CED9DE

#CED9DE Color Information

#CED9DE is a light color. The closest websafe version is #CED9DE. A complement of this color would be #DED3CE, perceived brightness is 0.84, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 199°,a saturation of 20%, and a lightness of 84%.The HSV representation shows a hue of 199°, a saturation of 7%, and a value of 87%.

In a RGB color space, #CED9DE is composed of 81% red, 85% green and 87% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 2% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 67.90, x: 0.3342, and y: 0.3541.

Color Code #CED9DE

#CED9DErgb(206, 217, 222)
HEX
#CED9DE
RGB
rgb(206, 217, 222)
HSL
hsl(199, 20%, 84%)
HSV
hsv(199, 7%, 87%)
CMYK
7%, 2%, 0%, 13%
XYZ
X: 64.08, Y: 67.90, Z: 59.77
Lab
L: 85.96, a: -3.13, b: -3.82
Name

Shades of Color #CED9DE

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

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

#CED9DErgb(206, 217, 222)

About #CED9DE Color Code

In the HSL color space, this color has a hue angle of 199°, a saturation of 20%, and a lightness of 84%. The HSV representation shows a hue of 199°, a saturation of 7%, and a value of 87%.

  • HEX: #CED9DE
  • RGB: rgb(206, 217, 222)
  • HSL: hsl(199, 20%, 84%)
  • HSV: hsv(199, 7%, 87%)
  • CMYK: 7.00% cyan, 2.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 64.08, 67.90, 59.77
  • Yxy: 67.90, 0.3342, 0.3541
  • Hunter Lab: 85.96, -3.13, -3.82
  • CIE-Lab: 85.96, -3.13, -3.82

In the XYZ color space, this color is represented as X: 64.08, Y: 67.90, Z: 59.77. The Yxy representation further refines this as Y: 67.90, x: 0.3342, and y: 0.3541.

In the Hunter Lab color space, this color is represented as L: 85.96, a: -3.13, and b: -3.82. Similarly, in the CIE-Lab color space, it is represented as L: 85.96, a: -3.13, and b: -3.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 #CED9DE

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

Analogous Colors of #CED9DE

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

Split Complementary Colors of #CED9DE

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

Tetradic Colors of #CED9DE

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

Monochromatic Colors of #CED9DE

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

Complementary Color of #CED9DE

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

/* Using HEX */
body {
  background-color: #ced9de;
}
/* Using RGB */
body {
  background-color: rgb(206, 217, 222);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 217, 222, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(199, 20%, 84%);
}
/* Text color */
p {
  color: #ced9de;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ced9de;
}
/* Border color */
.box {
  border: 4px solid #ced9de;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ced9de;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ced9de;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CED9DE
On Black Background
#CED9DE
On White Background
#CED9DE

HTML Examples of #CED9DE

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

Related Colors of #CED9DE

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