Color: #DEC2ED
#DEC2ED Color Information
#DEC2ED is a light color. The closest websafe version is #DEC2ED. A complement of this color would be #D3EDC4, perceived brightness is 0.81, and the grayscale version is #D8D8D8.
In the HSL color space, this color has a hue angle of 279°,a saturation of 54%, and a lightness of 85%.The HSV representation shows a hue of 279°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DEC2ED is composed of 87% red, 76% green and 93% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 18% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 60.06, x: 0.3380, and y: 0.3136.
Color Code #DEC2ED
Shades of Color #DEC2ED
Shades are created by darkening the original color #DEC2ED 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 #DEC2ED
Tints are created by lightening the original color #DEC2ED 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 #DEC2ED Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 54%, and a lightness of 85%. The HSV representation shows a hue of 279°, a saturation of 18%, and a value of 93%.
- HEX: #DEC2ED
- RGB: rgb(222, 194, 237)
- HSL: hsl(279, 54%, 85%)
- HSV: hsv(279, 18%, 93%)
- CMYK: 6.00% cyan, 18.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 64.74, 60.06, 66.74
- Yxy: 60.06, 0.3380, 0.3136
- Hunter Lab: 81.87, 15.98, -17.59
- CIE-Lab: 81.87, 15.98, -17.59
In the XYZ color space, this color is represented as X: 64.74, Y: 60.06, Z: 66.74. The Yxy representation further refines this as Y: 60.06, x: 0.3380, and y: 0.3136.
In the Hunter Lab color space, this color is represented as L: 81.87, a: 15.98, and b: -17.59. Similarly, in the CIE-Lab color space, it is represented as L: 81.87, a: 15.98, and b: -17.59.
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 #DEC2ED
Triadic colors are three colors evenly spaced around the color wheel, including #DEC2ED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DEC2ED
Monochromatic colors are variations of #DEC2ED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DEC2ED
The complementary color of #DEC2ED 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 #DEC2ED
/* Using HEX */ body { background-color: #dec2ed; }
/* Using RGB */ body { background-color: rgb(222, 194, 237); }
/* Using RGB with opacity */ body { background-color: rgba(222, 194, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 54%, 85%); }
/* Text color */ p { color: #dec2ed; }
/* Box shadow */ div { box-shadow: 4px 4px #dec2ed; }
HTML Examples of #DEC2ED
<!-- Using HEX --> <div style="background-color: #dec2ed; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(222, 194, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(222, 194, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 54%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dec2ed;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dec2ed; width: 100px; height: 100px;"></div>
Related Colors of #DEC2ED
These colors are similar to #DEC2ED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.