Color: #EBCFFD

#EBCFFD Color Information

#EBCFFD is a light color. The closest websafe version is #EBCFFD. A complement of this color would be #E0FDCE, perceived brightness is 0.87, and the grayscale version is #E6E6E6.

In the HSL color space, this color has a hue angle of 277°,a saturation of 92%, 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, #EBCFFD 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.17, x: 0.3365, and y: 0.3132.

Color Code #EBCFFD

#EBCFFDrgb(235, 207, 253)
HEX
#EBCFFD
RGB
rgb(235, 207, 253)
HSL
hsl(277, 92%, 90%)
HSV
hsv(277, 18%, 99%)
CMYK
7%, 18%, 0%, 1%
XYZ
X: 74.31, Y: 69.17, Z: 77.37
Lab
L: 86.59, a: 16.22, b: -18.87
Name

Shades of Color #EBCFFD

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

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

#EBCFFDrgb(235, 207, 253)

About #EBCFFD Color Code

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

  • HEX: #EBCFFD
  • RGB: rgb(235, 207, 253)
  • HSL: hsl(277, 92%, 90%)
  • HSV: hsv(277, 18%, 99%)
  • CMYK: 7.00% cyan, 18.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 74.31, 69.17, 77.37
  • Yxy: 69.17, 0.3365, 0.3132
  • Hunter Lab: 86.59, 16.22, -18.87
  • CIE-Lab: 86.59, 16.22, -18.87

In the XYZ color space, this color is represented as X: 74.31, Y: 69.17, Z: 77.37. The Yxy representation further refines this as Y: 69.17, x: 0.3365, and y: 0.3132.

In the Hunter Lab color space, this color is represented as L: 86.59, a: 16.22, and b: -18.87. Similarly, in the CIE-Lab color space, it is represented as L: 86.59, a: 16.22, and b: -18.87.

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

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

Analogous Colors of #EBCFFD

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

Split Complementary Colors of #EBCFFD

Split complementary colors are two colors adjacent to the complementary color of #EBCFFD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EBCFFD

Tetradic colors form a rectangle on the color wheel, including #EBCFFD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EBCFFD

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

Complementary Color of #EBCFFD

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

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

HTML Examples of #EBCFFD

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

Related Colors of #EBCFFD

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