#DCBEB5 Peach Blush
#DCBEB5 (Peach Blush) RGB value is (220, 190, 181).
Red value is 220, green value is 190, and blue value is 181.
Cylindrical-coordinate representations (HSL) of color #DCBEB5: hue: 14°, saturation: 35.8%, and lightness: 78.6%.
Process color (CMYK) of #DCBEB5 is 0%, 13.6%, 17.7%, 13.7%. Web safe color equivalent of #DCBEB5 is ##CCCCCC. Color #DCBEB5 contains mainly Yellow.
Color Spaces
| Color spaces of #DCBEB5 | Value |
|---|---|
| RGB | 220, 190, 181 |
| HSL | 14°, 35.8%, 78.6% |
| HSV / HSB | 14°, 17.7%, 86.3% |
| CMYK | 0%, 13.6%, 17.7%, 13.7% |
| XYZ | 56.27, 55.38, 51.43 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011100 | 10111110 | 10110101 |
| Octal | 334 | 276 | 265 |
| Decimal | 220 | 190 | 181 |
| Hex | DC | BE | B5 |
Shades of #DCBEB5
Tints of #DCBEB5
.mybgColor { background-color: #DCBEB5; }
.myforeColor { color: #DCBEB5; }
.myborderColor { border: 3px solid #DCBEB5; }
<p style="color:#DCBEB5">Text here</p>
This sample text is styled with font color #DCBEB5. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#DCBEB5">Div content here</div>
<div style="border:3px solid #DCBEB5">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220, 190, 181, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #DCBEB5; }
.divShadow { -moz-box-shadow: 1px 1px 3px #DCBEB5;
-webkit-box-shadow: 1px 1px 3px #DCBEB5;
box-shadow: 1px 1px 3px #DCBEB5; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #DCBEB5 (Peach Blush)
Color Overview & Profile: Color #DCBEB5, also known as Peach Blush, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 86% Red (220/255), 75% Green (190/255), and 71% Blue (181/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #DCBEB5 translates into the CMYK subtractive color model with values of 0% Cyan, 13.6% Magenta, 17.7% Yellow, and 13.7% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 14°, saturation of 35.8%, and lightness of 78.6%.
Web Accessibility & Design Recommendations: When implementing #DCBEB5 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCCCCC.
