Color: #EBCFFC

#EBCFFC Color Information

#EBCFFC is a light color. The closest websafe version is #EBCFFC. A complement of this color would be #E0FCCF, perceived brightness is 0.86, and the grayscale version is #E6E6E6.

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

In a RGB color space, #EBCFFC is composed of 92% red, 81% green and 99% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 18% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 69.12, x: 0.3371, and y: 0.3141.

Color Code #EBCFFC

#EBCFFCrgb(235, 207, 252)
HEX
#EBCFFC
RGB
rgb(235, 207, 252)
HSL
hsl(277, 88%, 90%)
HSV
hsv(277, 18%, 99%)
CMYK
7%, 18%, 0%, 1%
XYZ
X: 74.18, Y: 69.12, Z: 76.74
Lab
L: 86.56, a: 16.08, b: -18.38
Name

Shades of Color #EBCFFC

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

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

#EBCFFCrgb(235, 207, 252)

About #EBCFFC Color Code

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

  • HEX: #EBCFFC
  • RGB: rgb(235, 207, 252)
  • HSL: hsl(277, 88%, 90%)
  • HSV: hsv(277, 18%, 99%)
  • CMYK: 7.00% cyan, 18.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 74.18, 69.12, 76.74
  • Yxy: 69.12, 0.3371, 0.3141
  • Hunter Lab: 86.56, 16.08, -18.38
  • CIE-Lab: 86.56, 16.08, -18.38

In the XYZ color space, this color is represented as X: 74.18, Y: 69.12, Z: 76.74. The Yxy representation further refines this as Y: 69.12, x: 0.3371, and y: 0.3141.

In the Hunter Lab color space, this color is represented as L: 86.56, a: 16.08, and b: -18.38. Similarly, in the CIE-Lab color space, it is represented as L: 86.56, a: 16.08, 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 #EBCFFC

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

Analogous Colors of #EBCFFC

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

Monochromatic Colors of #EBCFFC

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

Complementary Color of #EBCFFC

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

/* Using HEX */
body {
  background-color: #ebcffc;
}
/* Using RGB */
body {
  background-color: rgb(235, 207, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 207, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(277, 88%, 90%);
}
/* Text color */
p {
  color: #ebcffc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebcffc;
}
/* Border color */
.box {
  border: 4px solid #ebcffc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebcffc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebcffc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBCFFC
On Black Background
#EBCFFC
On White Background
#EBCFFC

HTML Examples of #EBCFFC

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

Related Colors of #EBCFFC

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