Color: #DECDE9
#DECDE9 Color Information
#DECDE9 is a light color. The closest websafe version is #DECDE9. A complement of this color would be #D9E9CD, perceived brightness is 0.84, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 276°,a saturation of 39%, and a lightness of 86%.The HSV representation shows a hue of 276°, a saturation of 12%, and a value of 91%.
In a RGB color space, #DECDE9 is composed of 87% red, 80% green and 91% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 12% magenta, 0% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 64.96, x: 0.3400, and y: 0.3295.
Color Code #DECDE9
Shades of Color #DECDE9
Shades are created by darkening the original color #DECDE9 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 #DECDE9
Tints are created by lightening the original color #DECDE9 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 #DECDE9 Color Code
In the HSL color space, this color has a hue angle of 276°, a saturation of 39%, and a lightness of 86%. The HSV representation shows a hue of 276°, a saturation of 12%, and a value of 91%.
- HEX: #DECDE9
- RGB: rgb(222, 205, 233)
- HSL: hsl(276, 39%, 86%)
- HSV: hsv(276, 12%, 91%)
- CMYK: 5.00% cyan, 12.00% magenta, 0.00% yellow, 9.00% black
- XYZ: 67.02, 64.96, 65.14
- Yxy: 64.96, 0.3400, 0.3295
- Hunter Lab: 84.46, 9.88, -11.63
- CIE-Lab: 84.46, 9.88, -11.63
In the XYZ color space, this color is represented as X: 67.02, Y: 64.96, Z: 65.14. The Yxy representation further refines this as Y: 64.96, x: 0.3400, and y: 0.3295.
In the Hunter Lab color space, this color is represented as L: 84.46, a: 9.88, and b: -11.63. Similarly, in the CIE-Lab color space, it is represented as L: 84.46, a: 9.88, and b: -11.63.
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 #DECDE9
Triadic colors are three colors evenly spaced around the color wheel, including #DECDE9. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DECDE9
Monochromatic colors are variations of #DECDE9, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DECDE9
The complementary color of #DECDE9 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 #DECDE9
/* Using HEX */ body { background-color: #decde9; }
/* Using RGB */ body { background-color: rgb(222, 205, 233); }
/* Using RGB with opacity */ body { background-color: rgba(222, 205, 233, 0.5); }
/* Using HSL */ body { background-color: hsl(276, 39%, 86%); }
/* Text color */ p { color: #decde9; }
/* Box shadow */ div { box-shadow: 4px 4px #decde9; }
/* Border color */ .box { border: 4px solid #decde9; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #decde9; }
/* Background with text */ div { background: #decde9; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DECDE9
<!-- Using HEX --> <div style="background-color: #decde9; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(222, 205, 233); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(222, 205, 233, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(276, 39%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #decde9;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #decde9; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #decde9; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #decde9;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #decde9; color: #fff; padding: 16px; border-radius: 8px;"> #DECDE9 </div>
Related Colors of #DECDE9
These colors are similar to #DECDE9, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.