Color: #DB888C
#DB888C Color Information
#DB888C is a light color. The closest websafe version is #DB888C. A complement of this color would be #89DCD8, perceived brightness is 0.63, and the grayscale version is #B2B2B2.
In the HSL color space, this color has a hue angle of 357°,a saturation of 54%, and a lightness of 70%.The HSV representation shows a hue of 357°, a saturation of 38%, and a value of 86%.
In a RGB color space, #DB888C is composed of 86% red, 53% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 36% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 35.00, x: 0.4358, and y: 0.3457.
Color Code #DB888C
Shades of Color #DB888C
Shades are created by darkening the original color #DB888C 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 #DB888C
Tints are created by lightening the original color #DB888C 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 #DB888C Color Code
In the HSL color space, this color has a hue angle of 357°, a saturation of 54%, and a lightness of 70%. The HSV representation shows a hue of 357°, a saturation of 38%, and a value of 86%.
- HEX: #DB888C
- RGB: rgb(219, 136, 140)
- HSL: hsl(357, 54%, 70%)
- HSV: hsv(357, 38%, 86%)
- CMYK: 0.00% cyan, 38.00% magenta, 36.00% yellow, 14.00% black
- XYZ: 44.12, 35.00, 22.11
- Yxy: 35.00, 0.4358, 0.3457
- Hunter Lab: 65.75, 32.93, 12.02
- CIE-Lab: 65.75, 32.93, 12.02
In the XYZ color space, this color is represented as X: 44.12, Y: 35.00, Z: 22.11. The Yxy representation further refines this as Y: 35.00, x: 0.4358, and y: 0.3457.
In the Hunter Lab color space, this color is represented as L: 65.75, a: 32.93, and b: 12.02. Similarly, in the CIE-Lab color space, it is represented as L: 65.75, a: 32.93, and b: 12.02.
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 #DB888C
Triadic colors are three colors evenly spaced around the color wheel, including #DB888C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DB888C
Monochromatic colors are variations of #DB888C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DB888C
The complementary color of #DB888C 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 #DB888C
/* Using HEX */ body { background-color: #db888c; }
/* Using RGB */ body { background-color: rgb(219, 136, 140); }
/* Using RGB with opacity */ body { background-color: rgba(219, 136, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(357, 54%, 70%); }
/* Text color */ p { color: #db888c; }
/* Box shadow */ div { box-shadow: 4px 4px #db888c; }
/* Border color */ .box { border: 4px solid #db888c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #db888c; }
/* Background with text */ div { background: #db888c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DB888C
<!-- Using HEX --> <div style="background-color: #db888c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 136, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 136, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(357, 54%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #db888c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #db888c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #db888c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #db888c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #db888c; color: #fff; padding: 16px; border-radius: 8px;"> #DB888C </div>
Related Colors of #DB888C
These colors are similar to #DB888C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.