Color: #DEB1CC
#DEB1CC Color Information
#DEB1CC is a light color. The closest websafe version is #DEB1CC. A complement of this color would be #B0DEC2, perceived brightness is 0.76, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 324°,a saturation of 41%, and a lightness of 78%.The HSV representation shows a hue of 324°, a saturation of 20%, and a value of 87%.
In a RGB color space, #DEB1CC is composed of 87% red, 69% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 8% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 51.43, x: 0.3651, and y: 0.3270.
Color Code #DEB1CC
Shades of Color #DEB1CC
Shades are created by darkening the original color #DEB1CC 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 #DEB1CC
Tints are created by lightening the original color #DEB1CC 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 #DEB1CC Color Code
In the HSL color space, this color has a hue angle of 324°, a saturation of 41%, and a lightness of 78%. The HSV representation shows a hue of 324°, a saturation of 20%, and a value of 87%.
- HEX: #DEB1CC
- RGB: rgb(222, 177, 204)
- HSL: hsl(324, 41%, 78%)
- HSV: hsv(324, 20%, 87%)
- CMYK: 0.00% cyan, 20.00% magenta, 8.00% yellow, 13.00% black
- XYZ: 57.42, 51.43, 48.41
- Yxy: 51.43, 0.3651, 0.3270
- Hunter Lab: 76.94, 20.07, -7.19
- CIE-Lab: 76.94, 20.07, -7.19
In the XYZ color space, this color is represented as X: 57.42, Y: 51.43, Z: 48.41. The Yxy representation further refines this as Y: 51.43, x: 0.3651, and y: 0.3270.
In the Hunter Lab color space, this color is represented as L: 76.94, a: 20.07, and b: -7.19. Similarly, in the CIE-Lab color space, it is represented as L: 76.94, a: 20.07, and b: -7.19.
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 #DEB1CC
Triadic colors are three colors evenly spaced around the color wheel, including #DEB1CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DEB1CC
Monochromatic colors are variations of #DEB1CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DEB1CC
The complementary color of #DEB1CC 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 #DEB1CC
/* Using HEX */ body { background-color: #deb1cc; }
/* Using RGB */ body { background-color: rgb(222, 177, 204); }
/* Using RGB with opacity */ body { background-color: rgba(222, 177, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(324, 41%, 78%); }
/* Text color */ p { color: #deb1cc; }
/* Box shadow */ div { box-shadow: 4px 4px #deb1cc; }
/* Border color */ .box { border: 4px solid #deb1cc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #deb1cc; }
/* Background with text */ div { background: #deb1cc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DEB1CC
<!-- Using HEX --> <div style="background-color: #deb1cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(222, 177, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(222, 177, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(324, 41%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #deb1cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #deb1cc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #deb1cc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #deb1cc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #deb1cc; color: #fff; padding: 16px; border-radius: 8px;"> #DEB1CC </div>
Related Colors of #DEB1CC
These colors are similar to #DEB1CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.