Color: #D26EBC

#D26EBC Color Information

#D26EBC is a light color. The closest websafe version is #D26EBC. A complement of this color would be #6FD384, perceived brightness is 0.58, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 313°,a saturation of 53%, and a lightness of 63%.The HSV representation shows a hue of 313°, a saturation of 48%, and a value of 82%.

In a RGB color space, #D26EBC is composed of 82% red, 43% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 10% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 28.57, x: 0.3817, and y: 0.2640.

Color Code #D26EBC

#D26EBCrgb(210, 110, 188)
HEX
#D26EBC
RGB
rgb(210, 110, 188)
HSL
hsl(313, 53%, 63%)
HSV
hsv(313, 48%, 82%)
CMYK
0%, 48%, 10%, 18%
XYZ
X: 41.30, Y: 28.57, Z: 38.33
Lab
L: 60.40, a: 47.62, b: -23.17
Name

Shades of Color #D26EBC

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

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

#D26EBCrgb(210, 110, 188)

About #D26EBC Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 53%, and a lightness of 63%. The HSV representation shows a hue of 313°, a saturation of 48%, and a value of 82%.

  • HEX: #D26EBC
  • RGB: rgb(210, 110, 188)
  • HSL: hsl(313, 53%, 63%)
  • HSV: hsv(313, 48%, 82%)
  • CMYK: 0.00% cyan, 48.00% magenta, 10.00% yellow, 18.00% black
  • XYZ: 41.30, 28.57, 38.33
  • Yxy: 28.57, 0.3817, 0.2640
  • Hunter Lab: 60.40, 47.62, -23.17
  • CIE-Lab: 60.40, 47.62, -23.17

In the XYZ color space, this color is represented as X: 41.30, Y: 28.57, Z: 38.33. The Yxy representation further refines this as Y: 28.57, x: 0.3817, and y: 0.2640.

In the Hunter Lab color space, this color is represented as L: 60.40, a: 47.62, and b: -23.17. Similarly, in the CIE-Lab color space, it is represented as L: 60.40, a: 47.62, and b: -23.17.

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

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

Analogous Colors of #D26EBC

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

Split Complementary Colors of #D26EBC

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

Tetradic Colors of #D26EBC

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

Monochromatic Colors of #D26EBC

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

Complementary Color of #D26EBC

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

/* Using HEX */
body {
  background-color: #d26ebc;
}
/* Using RGB */
body {
  background-color: rgb(210, 110, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(210, 110, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(313, 53%, 63%);
}
/* Text color */
p {
  color: #d26ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d26ebc;
}
/* Border color */
.box {
  border: 4px solid #d26ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d26ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d26ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D26EBC
On Black Background
#D26EBC
On White Background
#D26EBC

HTML Examples of #D26EBC

<!-- Using HEX -->
<div style="background-color: #d26ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(210, 110, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(210, 110, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(313, 53%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d26ebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d26ebc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d26ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d26ebc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d26ebc; color: #fff; padding: 16px; border-radius: 8px;">
  #D26EBC
</div>
#D26EBC
On Black Background
#D26EBC
On White Background
#D26EBC

Related Colors of #D26EBC

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