#C3DCDC Barest Hint of Blue
#C3DCDC (Barest Hint of Blue) RGB value is (195, 220, 220).
Red value is 195, green value is 220, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #C3DCDC: hue: 180°, saturation: 26.3%, and lightness: 81.4%.
Process color (CMYK) of #C3DCDC is 11.4%, 0%, 0%, 13.7%. Web safe color equivalent of #C3DCDC is ##CCCCCC. Color #C3DCDC contains mainly Cyan.
Color Spaces
| Color spaces of #C3DCDC | Value |
|---|---|
| RGB | 195, 220, 220 |
| HSL | 180°, 26.3%, 81.4% |
| HSV / HSB | 180°, 11.4%, 86.3% |
| CMYK | 11.4%, 0%, 0%, 13.7% |
| XYZ | 61.01, 67.95, 77.6 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000011 | 11011100 | 11011100 |
| Octal | 303 | 334 | 334 |
| Decimal | 195 | 220 | 220 |
| Hex | C3 | DC | DC |
Shades of #C3DCDC
Tints of #C3DCDC
.mybgColor { background-color: #C3DCDC; }
.myforeColor { color: #C3DCDC; }
.myborderColor { border: 3px solid #C3DCDC; }
<p style="color:#C3DCDC">Text here</p>
This sample text is styled with font color #C3DCDC. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#C3DCDC">Div content here</div>
<div style="border:3px solid #C3DCDC">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195, 220, 220, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #C3DCDC; }
.divShadow { -moz-box-shadow: 1px 1px 3px #C3DCDC;
-webkit-box-shadow: 1px 1px 3px #C3DCDC;
box-shadow: 1px 1px 3px #C3DCDC; }
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 #C3DCDC (Barest Hint of Blue)
Color Overview & Profile: Color #C3DCDC, also known as Barest Hint of Blue, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 76% Red (195/255), 86% Green (220/255), and 86% Blue (220/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #C3DCDC translates into the CMYK subtractive color model with values of 11.4% Cyan, 0% Magenta, 0% Yellow, and 13.7% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 180°, saturation of 26.3%, and lightness of 81.4%.
Web Accessibility & Design Recommendations: When implementing #C3DCDC 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.
