Color: #EEF5FF

#EEF5FF Color Information

#EEF5FF is a light color. The closest websafe version is #EEF5FF. A complement of this color would be #FFF9F0, perceived brightness is 0.96, and the grayscale version is #F6F7F7.

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

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

In the Yxy color space, this color is represented as Y: 90.54, x: 0.3352, and y: 0.3499.

Color Code #EEF5FF

HEX
#EEF5FF
RGB
rgb(238, 245, 255)
HSL
hsl(215, 100%, 97%)
HSV
hsv(215, 7%, 100%)
CMYK
7%, 4%, 0%, 0%
XYZ
X: 86.75, Y: 90.54, Z: 81.48
Lab
L: 96.22, a: -1.02, b: -5.67
Name

Shades of Color #EEF5FF

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

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

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

  • HEX: #EEF5FF
  • RGB: rgb(238, 245, 255)
  • HSL: hsl(215, 100%, 97%)
  • HSV: hsv(215, 7%, 100%)
  • CMYK: 7.00% cyan, 4.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 86.75, 90.54, 81.48
  • Yxy: 90.54, 0.3352, 0.3499
  • Hunter Lab: 96.22, -1.02, -5.67
  • CIE-Lab: 96.22, -1.02, -5.67

In the XYZ color space, this color is represented as X: 86.75, Y: 90.54, Z: 81.48. The Yxy representation further refines this as Y: 90.54, x: 0.3352, and y: 0.3499.

In the Hunter Lab color space, this color is represented as L: 96.22, a: -1.02, and b: -5.67. Similarly, in the CIE-Lab color space, it is represented as L: 96.22, a: -1.02, and b: -5.67.

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

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

Analogous Colors of #EEF5FF

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

Monochromatic Colors of #EEF5FF

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

Complementary Color of #EEF5FF

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

/* Using HEX */
body {
  background-color: #eef5ff;
}
/* Using RGB */
body {
  background-color: rgb(238, 245, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 245, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(215, 100%, 97%);
}
/* Text color */
p {
  color: #eef5ff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eef5ff;
}

HTML Examples of #EEF5FF

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

Related Colors of #EEF5FF

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