Color: #CDD3DC

#CDD3DC Color Information

#CDD3DC is a light color. The closest websafe version is #CDD3DC. A complement of this color would be #DBD5CC, perceived brightness is 0.82, and the grayscale version is #D5D5D5.

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

In a RGB color space, #CDD3DC is composed of 80% red, 83% green and 86% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 4% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 64.62, x: 0.3351, and y: 0.3496.

Color Code #CDD3DC

HEX
#CDD3DC
RGB
rgb(205, 211, 220)
HSL
hsl(216, 18%, 83%)
HSV
hsv(216, 7%, 86%)
CMYK
7%, 4%, 0%, 14%
XYZ
X: 61.95, Y: 64.62, Z: 58.29
Lab
L: 84.29, a: -0.84, b: -5.21
Name

Shades of Color #CDD3DC

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

Tints are created by lightening the original color #CDD3DC 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 #CDD3DC Color Code

In the HSL color space, this color has a hue angle of 216°, a saturation of 18%, and a lightness of 83%. The HSV representation shows a hue of 216°, a saturation of 7%, and a value of 86%.

  • HEX: #CDD3DC
  • RGB: rgb(205, 211, 220)
  • HSL: hsl(216, 18%, 83%)
  • HSV: hsv(216, 7%, 86%)
  • CMYK: 7.00% cyan, 4.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 61.95, 64.62, 58.29
  • Yxy: 64.62, 0.3351, 0.3496
  • Hunter Lab: 84.29, -0.84, -5.21
  • CIE-Lab: 84.29, -0.84, -5.21

In the XYZ color space, this color is represented as X: 61.95, Y: 64.62, Z: 58.29. The Yxy representation further refines this as Y: 64.62, x: 0.3351, and y: 0.3496.

In the Hunter Lab color space, this color is represented as L: 84.29, a: -0.84, and b: -5.21. Similarly, in the CIE-Lab color space, it is represented as L: 84.29, a: -0.84, and b: -5.21.

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

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

Analogous Colors of #CDD3DC

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

Monochromatic Colors of #CDD3DC

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

Complementary Color of #CDD3DC

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

/* Using HEX */
body {
  background-color: #cdd3dc;
}
/* Using RGB */
body {
  background-color: rgb(205, 211, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 211, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(216, 18%, 83%);
}
/* Text color */
p {
  color: #cdd3dc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdd3dc;
}

HTML Examples of #CDD3DC

<!-- Using HEX -->
<div style="background-color: #cdd3dc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 211, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 211, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(216, 18%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cdd3dc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cdd3dc; width: 100px; height: 100px;"></div>

Related Colors of #CDD3DC

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