Color: #D7EBFF
#D7EBFF Color Information
#D7EBFF is a light color. The closest websafe version is #D7EBFF. A complement of this color would be #FFEBD6, perceived brightness is 0.91, and the grayscale version is #EBEBEB.
In the HSL color space, this color has a hue angle of 210°,a saturation of 99%, and a lightness of 92%.The HSV representation shows a hue of 210°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D7EBFF is composed of 84% red, 92% green and 100% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 8% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 80.74, x: 0.3202, and y: 0.3405.
Color Code #D7EBFF
Shades of Color #D7EBFF
Shades are created by darkening the original color #D7EBFF 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 #D7EBFF
Tints are created by lightening the original color #D7EBFF 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 #D7EBFF Color Code
In the HSL color space, this color has a hue angle of 210°, a saturation of 100%, and a lightness of 92%. The HSV representation shows a hue of 210°, a saturation of 16%, and a value of 100%.
- HEX: #D7EBFF
- RGB: rgb(215, 235, 255)
- HSL: hsl(210, 100%, 92%)
- HSV: hsv(210, 16%, 100%)
- CMYK: 16.00% cyan, 8.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 75.93, 80.74, 80.43
- Yxy: 80.74, 0.3202, 0.3405
- Hunter Lab: 92.01, -3.86, -12.06
- CIE-Lab: 92.01, -3.86, -12.06
In the XYZ color space, this color is represented as X: 75.93, Y: 80.74, Z: 80.43. The Yxy representation further refines this as Y: 80.74, x: 0.3202, and y: 0.3405.
In the Hunter Lab color space, this color is represented as L: 92.01, a: -3.86, and b: -12.06. Similarly, in the CIE-Lab color space, it is represented as L: 92.01, a: -3.86, and b: -12.06.
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 #D7EBFF
Triadic colors are three colors evenly spaced around the color wheel, including #D7EBFF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D7EBFF
Monochromatic colors are variations of #D7EBFF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D7EBFF
The complementary color of #D7EBFF 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 #D7EBFF
/* Using HEX */ body { background-color: #d7ebff; }
/* Using RGB */ body { background-color: rgb(215, 235, 255); }
/* Using RGB with opacity */ body { background-color: rgba(215, 235, 255, 0.5); }
/* Using HSL */ body { background-color: hsl(210, 100%, 92%); }
/* Text color */ p { color: #d7ebff; }
/* Box shadow */ div { box-shadow: 4px 4px #d7ebff; }
HTML Examples of #D7EBFF
<!-- Using HEX --> <div style="background-color: #d7ebff; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(215, 235, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(215, 235, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(210, 100%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d7ebff;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d7ebff; width: 100px; height: 100px;"></div>
Related Colors of #D7EBFF
These colors are similar to #D7EBFF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.