Color: #CDDCDE

#CDDCDE Color Information

#CDDCDE is a light color. The closest websafe version is #CDDCDE. A complement of this color would be #DED0CE, perceived brightness is 0.85, and the grayscale version is #D5D5D5.

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

In a RGB color space, #CDDCDE is composed of 80% red, 86% green and 87% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 1% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 69.32, x: 0.3333, and y: 0.3575.

Color Code #CDDCDE

#CDDCDErgb(205, 220, 222)
HEX
#CDDCDE
RGB
rgb(205, 220, 222)
HSL
hsl(187, 20%, 84%)
HSV
hsv(187, 8%, 87%)
CMYK
8%, 1%, 0%, 13%
XYZ
X: 64.63, Y: 69.32, Z: 59.97
Lab
L: 86.66, a: -4.92, b: -2.81
Name

Shades of Color #CDDCDE

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

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

#CDDCDErgb(205, 220, 222)

About #CDDCDE Color Code

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

  • HEX: #CDDCDE
  • RGB: rgb(205, 220, 222)
  • HSL: hsl(187, 20%, 84%)
  • HSV: hsv(187, 8%, 87%)
  • CMYK: 8.00% cyan, 100.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 64.63, 69.32, 59.97
  • Yxy: 69.32, 0.3333, 0.3575
  • Hunter Lab: 86.66, -4.92, -2.81
  • CIE-Lab: 86.66, -4.92, -2.81

In the XYZ color space, this color is represented as X: 64.63, Y: 69.32, Z: 59.97. The Yxy representation further refines this as Y: 69.32, x: 0.3333, and y: 0.3575.

In the Hunter Lab color space, this color is represented as L: 86.66, a: -4.92, and b: -2.81. Similarly, in the CIE-Lab color space, it is represented as L: 86.66, a: -4.92, and b: -2.81.

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

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

Analogous Colors of #CDDCDE

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

Split Complementary Colors of #CDDCDE

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

Tetradic Colors of #CDDCDE

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

Monochromatic Colors of #CDDCDE

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

Complementary Color of #CDDCDE

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

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

HTML Examples of #CDDCDE

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

Related Colors of #CDDCDE

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