Color: #CDECEE

#CDECEE Color Information

#CDECEE is a light color. The closest websafe version is #CDECEE. A complement of this color would be #EED0CE, perceived brightness is 0.89, and the grayscale version is #DEDEDE.

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

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

In the Yxy color space, this color is represented as Y: 78.90, x: 0.3232, and y: 0.3585.

Color Code #CDECEE

HEX
#CDECEE
RGB
rgb(205, 236, 238)
HSL
hsl(184, 49%, 87%)
HSV
hsv(184, 14%, 93%)
CMYK
14%, 1%, 0%, 7%
XYZ
X: 71.15, Y: 78.90, Z: 70.06
Lab
L: 91.19, a: -10.18, b: -4.57
Name

Shades of Color #CDECEE

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

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

In the HSL color space, this color has a hue angle of 184°, a saturation of 49%, and a lightness of 87%. The HSV representation shows a hue of 184°, a saturation of 14%, and a value of 93%.

  • HEX: #CDECEE
  • RGB: rgb(205, 236, 238)
  • HSL: hsl(184, 49%, 87%)
  • HSV: hsv(184, 14%, 93%)
  • CMYK: 14.00% cyan, 100.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 71.15, 78.90, 70.06
  • Yxy: 78.90, 0.3232, 0.3585
  • Hunter Lab: 91.19, -10.18, -4.57
  • CIE-Lab: 91.19, -10.18, -4.57

In the XYZ color space, this color is represented as X: 71.15, Y: 78.90, Z: 70.06. The Yxy representation further refines this as Y: 78.90, x: 0.3232, and y: 0.3585.

In the Hunter Lab color space, this color is represented as L: 91.19, a: -10.18, and b: -4.57. Similarly, in the CIE-Lab color space, it is represented as L: 91.19, a: -10.18, and b: -4.57.

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

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

Analogous Colors of #CDECEE

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

Monochromatic Colors of #CDECEE

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

Complementary Color of #CDECEE

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

/* Using HEX */
body {
  background-color: #cdecee;
}
/* Using RGB */
body {
  background-color: rgb(205, 236, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 236, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(184, 49%, 87%);
}
/* Text color */
p {
  color: #cdecee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdecee;
}

HTML Examples of #CDECEE

<!-- Using HEX -->
<div style="background-color: #cdecee; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 236, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 236, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(184, 49%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cdecee;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cdecee; width: 100px; height: 100px;"></div>

Related Colors of #CDECEE

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