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