#DCDDCC Light Soft Kind
#DCDDCC (Light Soft Kind) RGB value is (220, 221, 204).
Red value is 220, green value is 221, and blue value is 204.
Cylindrical-coordinate representations (HSL) of color #DCDDCC: hue: 64°, saturation: 20%, and lightness: 83.3%.
Process color (CMYK) of #DCDDCC is 0.5%, 0%, 7.7%, 13.3%. Web safe color equivalent of #DCDDCC is ##CCCCCC. Color #DCDDCC contains mainly WHITE.
Color Spaces
| Color spaces of #DCDDCC | Value |
|---|---|
| RGB | 220, 221, 204 |
| HSL | 64°, 20%, 83.3% |
| HSV / HSB | 64°, 7.7%, 86.7% |
| CMYK | 0.5%, 0%, 7.7%, 13.3% |
| XYZ | 66.27, 71.29, 67.38 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011100 | 11011101 | 11001100 |
| Octal | 334 | 335 | 314 |
| Decimal | 220 | 221 | 204 |
| Hex | DC | DD | CC |
Shades of #DCDDCC
Tints of #DCDDCC
.mybgColor { background-color: #DCDDCC; }
.myforeColor { color: #DCDDCC; }
.myborderColor { border: 3px solid #DCDDCC; }
<p style="color:#DCDDCC">Text here</p>
This sample text is styled with font color #DCDDCC. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#DCDDCC">Div content here</div>
<div style="border:3px solid #DCDDCC">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220, 221, 204, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #DCDDCC; }
.divShadow { -moz-box-shadow: 1px 1px 3px #DCDDCC;
-webkit-box-shadow: 1px 1px 3px #DCDDCC;
box-shadow: 1px 1px 3px #DCDDCC; }
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 #DCDDCC (Light Soft Kind)
Color Overview & Profile: Color #DCDDCC, also known as Light Soft Kind, 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), 87% Green (221/255), and 80% Blue (204/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #DCDDCC translates into the CMYK subtractive color model with values of 0.5% Cyan, 0% Magenta, 7.7% Yellow, and 13.3% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 64°, saturation of 20%, and lightness of 83.3%.
Web Accessibility & Design Recommendations: When implementing #DCDDCC 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.
