#CECCAE Cilantro Cream
#CECCAE (Cilantro Cream) RGB value is (206, 204, 174).
Red value is 206, green value is 204, and blue value is 174.
Cylindrical-coordinate representations (HSL) of color #CECCAE: hue: 56°, saturation: 24.6%, and lightness: 74.5%.
Process color (CMYK) of #CECCAE is 0%, 1%, 15.5%, 19.2%. Web safe color equivalent of #CECCAE is ##CCCC99. Color #CECCAE contains mainly Yellow.
Color Spaces
| Color spaces of #CECCAE | Value |
|---|---|
| RGB | 206, 204, 174 |
| HSL | 56°, 24.6%, 74.5% |
| HSV / HSB | 56°, 15.5%, 80.8% |
| CMYK | 0%, 1%, 15.5%, 19.2% |
| XYZ | 54.69, 59.36, 48.61 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001110 | 11001100 | 10101110 |
| Octal | 316 | 314 | 256 |
| Decimal | 206 | 204 | 174 |
| Hex | CE | CC | AE |
Shades of #CECCAE
Tints of #CECCAE
.mybgColor { background-color: #CECCAE; }
.myforeColor { color: #CECCAE; }
.myborderColor { border: 3px solid #CECCAE; }
<p style="color:#CECCAE">Text here</p>
This sample text is styled with font color #CECCAE. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CECCAE">Div content here</div>
<div style="border:3px solid #CECCAE">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206, 204, 174, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CECCAE; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CECCAE;
-webkit-box-shadow: 1px 1px 3px #CECCAE;
box-shadow: 1px 1px 3px #CECCAE; }
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 #CECCAE (Cilantro Cream)
Color Overview & Profile: Color #CECCAE, also known as Cilantro Cream, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 81% Red (206/255), 80% Green (204/255), and 68% Blue (174/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #CECCAE translates into the CMYK subtractive color model with values of 0% Cyan, 1% Magenta, 15.5% Yellow, and 19.2% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 56°, saturation of 24.6%, and lightness of 74.5%.
Web Accessibility & Design Recommendations: When implementing #CECCAE 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 ##CCCC99.
