Color: #EADFCC

#EADFCC Color Information

#EADFCC is a light color. The closest websafe version is #EADFCC. A complement of this color would be #CCD7EA, perceived brightness is 0.88, and the grayscale version is #DBDBDB.

In the HSL color space, this color has a hue angle of 38°,a saturation of 42%, and a lightness of 86%.The HSV representation shows a hue of 38°, a saturation of 13%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 74.87, x: 0.3660, and y: 0.3758.

Color Code #EADFCC

#EADFCCrgb(234, 223, 204)
HEX
#EADFCC
RGB
rgb(234, 223, 204)
HSL
hsl(38, 42%, 86%)
HSV
hsv(38, 13%, 92%)
CMYK
0%, 5%, 13%, 8%
XYZ
X: 72.93, Y: 74.87, Z: 51.44
Lab
L: 89.33, a: 1.56, b: 10.76
Name

Shades of Color #EADFCC

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

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

#EADFCCrgb(234, 223, 204)

About #EADFCC Color Code

In the HSL color space, this color has a hue angle of 38°, a saturation of 42%, and a lightness of 86%. The HSV representation shows a hue of 38°, a saturation of 13%, and a value of 92%.

  • HEX: #EADFCC
  • RGB: rgb(234, 223, 204)
  • HSL: hsl(38, 42%, 86%)
  • HSV: hsv(38, 13%, 92%)
  • CMYK: 0.00% cyan, 5.00% magenta, 13.00% yellow, 8.00% black
  • XYZ: 72.93, 74.87, 51.44
  • Yxy: 74.87, 0.3660, 0.3758
  • Hunter Lab: 89.33, 1.56, 10.76
  • CIE-Lab: 89.33, 1.56, 10.76

In the XYZ color space, this color is represented as X: 72.93, Y: 74.87, Z: 51.44. The Yxy representation further refines this as Y: 74.87, x: 0.3660, and y: 0.3758.

In the Hunter Lab color space, this color is represented as L: 89.33, a: 1.56, and b: 10.76. Similarly, in the CIE-Lab color space, it is represented as L: 89.33, a: 1.56, and b: 10.76.

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

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

Analogous Colors of #EADFCC

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

Monochromatic Colors of #EADFCC

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

Complementary Color of #EADFCC

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

/* Using HEX */
body {
  background-color: #eadfcc;
}
/* Using RGB */
body {
  background-color: rgb(234, 223, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(234, 223, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 42%, 86%);
}
/* Text color */
p {
  color: #eadfcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eadfcc;
}
/* Border color */
.box {
  border: 4px solid #eadfcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eadfcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eadfcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EADFCC
On Black Background
#EADFCC
On White Background
#EADFCC

HTML Examples of #EADFCC

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

Related Colors of #EADFCC

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