#EEE7E8 Chalk
#EEE7E8 (Chalk) RGB value is (238, 231, 232).
Red value is 238, green value is 231, and blue value is 232.
Cylindrical-coordinate representations (HSL) of color #EEE7E8: hue: 351°, saturation: 17.1%, and lightness: 92%.
Process color (CMYK) of #EEE7E8 is 0%, 2.9%, 2.5%, 6.7%. Web safe color equivalent of #EEE7E8 is ##FFFFFF. Color #EEE7E8 contains mainly WHITE.
Color Spaces
| Color spaces of #EEE7E8 | Value |
|---|---|
| RGB | 238, 231, 232 |
| HSL | 351°, 17.1%, 92% |
| HSV / HSB | 351°, 2.9%, 93.3% |
| CMYK | 0%, 2.9%, 2.5%, 6.7% |
| XYZ | 78.4, 81.16, 87.86 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101110 | 11100111 | 11101000 |
| Octal | 356 | 347 | 350 |
| Decimal | 238 | 231 | 232 |
| Hex | EE | E7 | E8 |
Shades of #EEE7E8
Tints of #EEE7E8
.mybgColor { background-color: #EEE7E8; }
.myforeColor { color: #EEE7E8; }
.myborderColor { border: 3px solid #EEE7E8; }
<p style="color:#EEE7E8">Text here</p>
This sample text is styled with font color #EEE7E8. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#EEE7E8">Div content here</div>
<div style="border:3px solid #EEE7E8">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238, 231, 232, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #EEE7E8; }
.divShadow { -moz-box-shadow: 1px 1px 3px #EEE7E8;
-webkit-box-shadow: 1px 1px 3px #EEE7E8;
box-shadow: 1px 1px 3px #EEE7E8; }
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 #EEE7E8 (Chalk)
Color Overview & Profile: Color #EEE7E8, also known as Chalk, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 93% Red (238/255), 91% Green (231/255), and 91% Blue (232/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #EEE7E8 translates into the CMYK subtractive color model with values of 0% Cyan, 2.9% Magenta, 2.5% Yellow, and 6.7% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 351°, saturation of 17.1%, and lightness of 92%.
Web Accessibility & Design Recommendations: When implementing #EEE7E8 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 ##FFFFFF.
