Color: #DAEFFC
#DAEFFC Color Information
#DAEFFC is a light color. The closest websafe version is #DAEFFC. A complement of this color would be #FCE7D9, perceived brightness is 0.92, and the grayscale version is #EBEBEB.
In the HSL color space, this color has a hue angle of 203°,a saturation of 85%, and a lightness of 92%.The HSV representation shows a hue of 203°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DAEFFC is composed of 85% red, 94% green and 99% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 5% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 83.38, x: 0.3239, and y: 0.3474.
Color Code #DAEFFC
Shades of Color #DAEFFC
Shades are created by darkening the original color #DAEFFC 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 #DAEFFC
Tints are created by lightening the original color #DAEFFC 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 #DAEFFC Color Code
In the HSL color space, this color has a hue angle of 203°, a saturation of 85%, and a lightness of 92%. The HSV representation shows a hue of 203°, a saturation of 13%, and a value of 99%.
- HEX: #DAEFFC
- RGB: rgb(218, 239, 252)
- HSL: hsl(203, 85%, 92%)
- HSV: hsv(203, 13%, 99%)
- CMYK: 13.00% cyan, 5.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 77.74, 83.38, 78.88
- Yxy: 83.38, 0.3239, 0.3474
- Hunter Lab: 93.18, -5.24, -8.77
- CIE-Lab: 93.18, -5.24, -8.77
In the XYZ color space, this color is represented as X: 77.74, Y: 83.38, Z: 78.88. The Yxy representation further refines this as Y: 83.38, x: 0.3239, and y: 0.3474.
In the Hunter Lab color space, this color is represented as L: 93.18, a: -5.24, and b: -8.77. Similarly, in the CIE-Lab color space, it is represented as L: 93.18, a: -5.24, and b: -8.77.
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 #DAEFFC
Triadic colors are three colors evenly spaced around the color wheel, including #DAEFFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DAEFFC
Monochromatic colors are variations of #DAEFFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DAEFFC
The complementary color of #DAEFFC 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 #DAEFFC
/* Using HEX */ body { background-color: #daeffc; }
/* Using RGB */ body { background-color: rgb(218, 239, 252); }
/* Using RGB with opacity */ body { background-color: rgba(218, 239, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(203, 85%, 92%); }
/* Text color */ p { color: #daeffc; }
/* Box shadow */ div { box-shadow: 4px 4px #daeffc; }
HTML Examples of #DAEFFC
<!-- Using HEX --> <div style="background-color: #daeffc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 239, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 239, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(203, 85%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #daeffc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #daeffc; width: 100px; height: 100px;"></div>
Related Colors of #DAEFFC
These colors are similar to #DAEFFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.