Color: #FFEDCC

#FFEDCC Color Information

#FFEDCC is a light color. The closest websafe version is #FFEDCC. A complement of this color would be #CCDEFF, perceived brightness is 0.94, and the grayscale version is #E6E6E6.

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

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

In the Yxy color space, this color is represented as Y: 86.62, x: 0.3785, and y: 0.3863.

Color Code #FFEDCC

HEX
#FFEDCC
RGB
rgb(255, 237, 204)
HSL
hsl(39, 100%, 90%)
HSV
hsv(39, 20%, 100%)
CMYK
0%, 7%, 20%, 0%
XYZ
X: 84.86, Y: 86.62, Z: 52.74
Lab
L: 94.58, a: 2.53, b: 18.38
Name

Shades of Color #FFEDCC

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

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

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

  • HEX: #FFEDCC
  • RGB: rgb(255, 237, 204)
  • HSL: hsl(39, 100%, 90%)
  • HSV: hsv(39, 20%, 100%)
  • CMYK: 0.00% cyan, 7.00% magenta, 20.00% yellow, 0.00% black
  • XYZ: 84.86, 86.62, 52.74
  • Yxy: 86.62, 0.3785, 0.3863
  • Hunter Lab: 94.58, 2.53, 18.38
  • CIE-Lab: 94.58, 2.53, 18.38

In the XYZ color space, this color is represented as X: 84.86, Y: 86.62, Z: 52.74. The Yxy representation further refines this as Y: 86.62, x: 0.3785, and y: 0.3863.

In the Hunter Lab color space, this color is represented as L: 94.58, a: 2.53, and b: 18.38. Similarly, in the CIE-Lab color space, it is represented as L: 94.58, a: 2.53, and b: 18.38.

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

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

Analogous Colors of #FFEDCC

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

Monochromatic Colors of #FFEDCC

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

Complementary Color of #FFEDCC

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

/* Using HEX */
body {
  background-color: #ffedcc;
}
/* Using RGB */
body {
  background-color: rgb(255, 237, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 237, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(39, 100%, 90%);
}
/* Text color */
p {
  color: #ffedcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffedcc;
}

HTML Examples of #FFEDCC

<!-- Using HEX -->
<div style="background-color: #ffedcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(255, 237, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(255, 237, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(39, 100%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ffedcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ffedcc; width: 100px; height: 100px;"></div>

Related Colors of #FFEDCC

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