Color: #DEC2EF
#DEC2EF Color Information
#DEC2EF is a light color. The closest websafe version is #DEC2EF. A complement of this color would be #D4EFC3, perceived brightness is 0.81, and the grayscale version is #D9D9D9.
In the HSL color space, this color has a hue angle of 277°,a saturation of 58%, and a lightness of 85%.The HSV representation shows a hue of 277°, a saturation of 19%, and a value of 94%.
In a RGB color space, #DEC2EF is composed of 87% red, 76% green and 94% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 19% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 60.16, x: 0.3366, and y: 0.3116.
Color Code #DEC2EF
Shades of Color #DEC2EF
Shades are created by darkening the original color #DEC2EF 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 #DEC2EF
Tints are created by lightening the original color #DEC2EF 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 #DEC2EF Color Code
In the HSL color space, this color has a hue angle of 277°, a saturation of 58%, and a lightness of 85%. The HSV representation shows a hue of 277°, a saturation of 19%, and a value of 94%.
- HEX: #DEC2EF
- RGB: rgb(222, 194, 239)
- HSL: hsl(277, 58%, 85%)
- HSV: hsv(277, 19%, 94%)
- CMYK: 7.00% cyan, 19.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 64.98, 60.16, 67.90
- Yxy: 60.16, 0.3366, 0.3116
- Hunter Lab: 81.92, 16.27, -18.58
- CIE-Lab: 81.92, 16.27, -18.58
In the XYZ color space, this color is represented as X: 64.98, Y: 60.16, Z: 67.90. The Yxy representation further refines this as Y: 60.16, x: 0.3366, and y: 0.3116.
In the Hunter Lab color space, this color is represented as L: 81.92, a: 16.27, and b: -18.58. Similarly, in the CIE-Lab color space, it is represented as L: 81.92, a: 16.27, and b: -18.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 #DEC2EF
Triadic colors are three colors evenly spaced around the color wheel, including #DEC2EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DEC2EF
Split complementary colors are two colors adjacent to the complementary color of #DEC2EF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DEC2EF
Monochromatic colors are variations of #DEC2EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DEC2EF
The complementary color of #DEC2EF 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 #DEC2EF
/* Using HEX */ body { background-color: #dec2ef; }
/* Using RGB */ body { background-color: rgb(222, 194, 239); }
/* Using RGB with opacity */ body { background-color: rgba(222, 194, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(277, 58%, 85%); }
/* Text color */ p { color: #dec2ef; }
/* Box shadow */ div { box-shadow: 4px 4px #dec2ef; }
/* Border color */ .box { border: 4px solid #dec2ef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dec2ef; }
/* Background with text */ div { background: #dec2ef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DEC2EF
<!-- Using HEX --> <div style="background-color: #dec2ef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(222, 194, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(222, 194, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(277, 58%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dec2ef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dec2ef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dec2ef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dec2ef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dec2ef; color: #fff; padding: 16px; border-radius: 8px;"> #DEC2EF </div>
Related Colors of #DEC2EF
These colors are similar to #DEC2EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.