#CFFFEB Mint Coffee
#CFFFEB (Mint Coffee) RGB value is (207, 255, 235).
Red value is 207, green value is 255, and blue value is 235.
Cylindrical-coordinate representations (HSL) of color #CFFFEB: hue: 155°, saturation: 100%, and lightness: 90.6%.
Process color (CMYK) of #CFFFEB is 18.8%, 0%, 7.8%, 0%. Web safe color equivalent of #CFFFEB is ##CCFFFF. Color #CFFFEB contains mainly Cyan.
Color Spaces
| Color spaces of #CFFFEB | Value |
|---|---|
| RGB | 207, 255, 235 |
| HSL | 155°, 100%, 90.6% |
| HSV / HSB | 155°, 18.8%, 100% |
| CMYK | 18.8%, 0%, 7.8%, 0% |
| XYZ | 76.48, 90.78, 92.07 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001111 | 11111111 | 11101011 |
| Octal | 317 | 377 | 353 |
| Decimal | 207 | 255 | 235 |
| Hex | CF | FF | EB |
Shades of #CFFFEB
Tints of #CFFFEB
.mybgColor { background-color: #CFFFEB; }
.myforeColor { color: #CFFFEB; }
.myborderColor { border: 3px solid #CFFFEB; }
<p style="color:#CFFFEB">Text here</p>
This sample text is styled with font color #CFFFEB. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CFFFEB">Div content here</div>
<div style="border:3px solid #CFFFEB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207, 255, 235, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CFFFEB; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CFFFEB;
-webkit-box-shadow: 1px 1px 3px #CFFFEB;
box-shadow: 1px 1px 3px #CFFFEB; }
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 #CFFFEB (Mint Coffee)
Color Overview & Profile: Color #CFFFEB, also known as Mint Coffee, 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 (207/255), 100% Green (255/255), and 92% Blue (235/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #CFFFEB translates into the CMYK subtractive color model with values of 18.8% Cyan, 0% Magenta, 7.8% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 155°, saturation of 100%, and lightness of 90.6%.
Web Accessibility & Design Recommendations: When implementing #CFFFEB 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 ##CCFFFF.
