Color: #D4DBEB

#D4DBEB Color Information

#D4DBEB is a light color. The closest websafe version is #D4DBEB. A complement of this color would be #ECE5D5, perceived brightness is 0.86, and the grayscale version is #E0E0E0.

In the HSL color space, this color has a hue angle of 222°,a saturation of 37%, and a lightness of 88%.The HSV representation shows a hue of 222°, a saturation of 10%, and a value of 92%.

In a RGB color space, #D4DBEB is composed of 83% red, 86% green and 92% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 7% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 70.47, x: 0.3303, and y: 0.3430.

Color Code #D4DBEB

#D4DBEBrgb(212, 219, 235)
HEX
#D4DBEB
RGB
rgb(212, 219, 235)
HSL
hsl(222, 37%, 88%)
HSV
hsv(222, 10%, 92%)
CMYK
10%, 7%, 0%, 8%
XYZ
X: 67.87, Y: 70.47, Z: 67.13
Lab
L: 87.23, a: -0.16, b: -8.72
Name

Shades of Color #D4DBEB

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

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

#D4DBEBrgb(212, 219, 235)

About #D4DBEB Color Code

In the HSL color space, this color has a hue angle of 222°, a saturation of 37%, and a lightness of 88%. The HSV representation shows a hue of 222°, a saturation of 10%, and a value of 92%.

  • HEX: #D4DBEB
  • RGB: rgb(212, 219, 235)
  • HSL: hsl(222, 37%, 88%)
  • HSV: hsv(222, 10%, 92%)
  • CMYK: 10.00% cyan, 7.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 67.87, 70.47, 67.13
  • Yxy: 70.47, 0.3303, 0.3430
  • Hunter Lab: 87.23, -0.16, -8.72
  • CIE-Lab: 87.23, -0.16, -8.72

In the XYZ color space, this color is represented as X: 67.87, Y: 70.47, Z: 67.13. The Yxy representation further refines this as Y: 70.47, x: 0.3303, and y: 0.3430.

In the Hunter Lab color space, this color is represented as L: 87.23, a: -0.16, and b: -8.72. Similarly, in the CIE-Lab color space, it is represented as L: 87.23, a: -0.16, and b: -8.72.

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

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

Analogous Colors of #D4DBEB

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

Split Complementary Colors of #D4DBEB

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

Tetradic Colors of #D4DBEB

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

Monochromatic Colors of #D4DBEB

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

Complementary Color of #D4DBEB

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

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

HTML Examples of #D4DBEB

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

Related Colors of #D4DBEB

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