#DBCCC3 Pastel Parchment
#DBCCC3 (Pastel Parchment) RGB value is (219, 204, 195).
Red value is 219, green value is 204, and blue value is 195.
Cylindrical-coordinate representations (HSL) of color #DBCCC3: hue: 23°, saturation: 25%, and lightness: 81.2%.
Process color (CMYK) of #DBCCC3 is 0%, 6.8%, 11%, 14.1%. Web safe color equivalent of #DBCCC3 is ##CCCCCC. Color #DBCCC3 contains mainly Yellow.
Color Spaces
| Color spaces of #DBCCC3 | Value |
|---|---|
| RGB | 219, 204, 195 |
| HSL | 23°, 25%, 81.2% |
| HSV / HSB | 23°, 11%, 85.9% |
| CMYK | 0%, 6.8%, 11%, 14.1% |
| XYZ | 60.66, 62.19, 60.43 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011011 | 11001100 | 11000011 |
| Octal | 333 | 314 | 303 |
| Decimal | 219 | 204 | 195 |
| Hex | DB | CC | C3 |
Shades of #DBCCC3
Tints of #DBCCC3
.mybgColor { background-color: #DBCCC3; }
.myforeColor { color: #DBCCC3; }
.myborderColor { border: 3px solid #DBCCC3; }
<p style="color:#DBCCC3">Text here</p>
This sample text is styled with font color #DBCCC3. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#DBCCC3">Div content here</div>
<div style="border:3px solid #DBCCC3">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219, 204, 195, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #DBCCC3; }
.divShadow { -moz-box-shadow: 1px 1px 3px #DBCCC3;
-webkit-box-shadow: 1px 1px 3px #DBCCC3;
box-shadow: 1px 1px 3px #DBCCC3; }
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 #DBCCC3 (Pastel Parchment)
Color Overview & Profile: Color #DBCCC3, also known as Pastel Parchment, 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 (219/255), 80% Green (204/255), and 76% Blue (195/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #DBCCC3 translates into the CMYK subtractive color model with values of 0% Cyan, 6.8% Magenta, 11% Yellow, and 14.1% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 23°, saturation of 25%, and lightness of 81.2%.
Web Accessibility & Design Recommendations: When implementing #DBCCC3 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.
