Color: #D8EAEF
#D8EAEF Color Information
#D8EAEF is a light color. The closest websafe version is #D8EAEF. A complement of this color would be #EFDCD7, perceived brightness is 0.90, and the grayscale version is #E4E4E4.
In the HSL color space, this color has a hue angle of 193°,a saturation of 42%, and a lightness of 89%.The HSV representation shows a hue of 193°, a saturation of 10%, and a value of 94%.
In a RGB color space, #D8EAEF is composed of 85% red, 92% green and 94% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 2% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 79.50, x: 0.3302, and y: 0.3548.
Color Code #D8EAEF
Shades of Color #D8EAEF
Shades are created by darkening the original color #D8EAEF 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 #D8EAEF
Tints are created by lightening the original color #D8EAEF 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 #D8EAEF Color Code
In the HSL color space, this color has a hue angle of 193°, a saturation of 42%, and a lightness of 89%. The HSV representation shows a hue of 193°, a saturation of 10%, and a value of 94%.
- HEX: #D8EAEF
- RGB: rgb(216, 234, 239)
- HSL: hsl(193, 42%, 89%)
- HSV: hsv(193, 10%, 94%)
- CMYK: 10.00% cyan, 2.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 73.98, 79.50, 70.59
- Yxy: 79.50, 0.3302, 0.3548
- Hunter Lab: 91.46, -5.45, -4.58
- CIE-Lab: 91.46, -5.45, -4.58
In the XYZ color space, this color is represented as X: 73.98, Y: 79.50, Z: 70.59. The Yxy representation further refines this as Y: 79.50, x: 0.3302, and y: 0.3548.
In the Hunter Lab color space, this color is represented as L: 91.46, a: -5.45, and b: -4.58. Similarly, in the CIE-Lab color space, it is represented as L: 91.46, a: -5.45, and b: -4.58.
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 #D8EAEF
Triadic colors are three colors evenly spaced around the color wheel, including #D8EAEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D8EAEF
Monochromatic colors are variations of #D8EAEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D8EAEF
The complementary color of #D8EAEF 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 #D8EAEF
/* Using HEX */ body { background-color: #d8eaef; }
/* Using RGB */ body { background-color: rgb(216, 234, 239); }
/* Using RGB with opacity */ body { background-color: rgba(216, 234, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(193, 42%, 89%); }
/* Text color */ p { color: #d8eaef; }
/* Box shadow */ div { box-shadow: 4px 4px #d8eaef; }
/* Border color */ .box { border: 4px solid #d8eaef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d8eaef; }
/* Background with text */ div { background: #d8eaef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D8EAEF
<!-- Using HEX --> <div style="background-color: #d8eaef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(216, 234, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(216, 234, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(193, 42%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d8eaef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d8eaef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d8eaef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d8eaef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d8eaef; color: #fff; padding: 16px; border-radius: 8px;"> #D8EAEF </div>
Related Colors of #D8EAEF
These colors are similar to #D8EAEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.