Color: #DCECFA
#DCECFA Color Information
#DCECFA is a light color. The closest websafe version is #DCECFA. A complement of this color would be #FAEADB, perceived brightness is 0.91, and the grayscale version is #EBEBEB.
In the HSL color space, this color has a hue angle of 208°,a saturation of 75%, and a lightness of 92%.The HSV representation shows a hue of 208°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DCECFA is composed of 86% red, 93% green and 98% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 6% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 81.85, x: 0.3264, and y: 0.3461.
Color Code #DCECFA
Shades of Color #DCECFA
Shades are created by darkening the original color #DCECFA 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 #DCECFA
Tints are created by lightening the original color #DCECFA 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 #DCECFA Color Code
In the HSL color space, this color has a hue angle of 208°, a saturation of 75%, and a lightness of 92%. The HSV representation shows a hue of 208°, a saturation of 12%, and a value of 98%.
- HEX: #DCECFA
- RGB: rgb(220, 236, 250)
- HSL: hsl(208, 75%, 92%)
- HSV: hsv(208, 12%, 98%)
- CMYK: 12.00% cyan, 6.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 77.19, 81.85, 77.42
- Yxy: 81.85, 0.3264, 0.3461
- Hunter Lab: 92.51, -3.45, -8.70
- CIE-Lab: 92.51, -3.45, -8.70
In the XYZ color space, this color is represented as X: 77.19, Y: 81.85, Z: 77.42. The Yxy representation further refines this as Y: 81.85, x: 0.3264, and y: 0.3461.
In the Hunter Lab color space, this color is represented as L: 92.51, a: -3.45, and b: -8.70. Similarly, in the CIE-Lab color space, it is represented as L: 92.51, a: -3.45, and b: -8.70.
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 #DCECFA
Triadic colors are three colors evenly spaced around the color wheel, including #DCECFA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DCECFA
Monochromatic colors are variations of #DCECFA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DCECFA
The complementary color of #DCECFA 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 #DCECFA
/* Using HEX */ body { background-color: #dcecfa; }
/* Using RGB */ body { background-color: rgb(220, 236, 250); }
/* Using RGB with opacity */ body { background-color: rgba(220, 236, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(208, 75%, 92%); }
/* Text color */ p { color: #dcecfa; }
/* Box shadow */ div { box-shadow: 4px 4px #dcecfa; }
HTML Examples of #DCECFA
<!-- Using HEX --> <div style="background-color: #dcecfa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 236, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 236, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(208, 75%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dcecfa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dcecfa; width: 100px; height: 100px;"></div>
Related Colors of #DCECFA
These colors are similar to #DCECFA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.