#EEEAE8 Chalk
#EEEAE8 (Chalk) RGB value is (238, 234, 232).
Red value is 238, green value is 234, and blue value is 232.
Cylindrical-coordinate representations (HSL) of color #EEEAE8: hue: 20°, saturation: 15%, and lightness: 92.2%.
Process color (CMYK) of #EEEAE8 is 0%, 1.7%, 2.5%, 6.7%. Web safe color equivalent of #EEEAE8 is ##FFFFFF. Color #EEEAE8 contains mainly WHITE.
Color Spaces
| Color spaces of #EEEAE8 | Value |
|---|---|
| RGB | 238, 234, 232 |
| HSL | 20°, 15%, 92.2% |
| HSV / HSB | 20°, 2.5%, 93.3% |
| CMYK | 0%, 1.7%, 2.5%, 6.7% |
| XYZ | 79.25, 82.85, 88.14 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101110 | 11101010 | 11101000 |
| Octal | 356 | 352 | 350 |
| Decimal | 238 | 234 | 232 |
| Hex | EE | EA | E8 |
Shades of #EEEAE8
Tints of #EEEAE8
.mybgColor { background-color: #EEEAE8; }
.myforeColor { color: #EEEAE8; }
.myborderColor { border: 3px solid #EEEAE8; }
<p style="color:#EEEAE8">Text here</p>
This sample text is styled with font color #EEEAE8. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#EEEAE8">Div content here</div>
<div style="border:3px solid #EEEAE8">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238, 234, 232, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #EEEAE8; }
.divShadow { -moz-box-shadow: 1px 1px 3px #EEEAE8;
-webkit-box-shadow: 1px 1px 3px #EEEAE8;
box-shadow: 1px 1px 3px #EEEAE8; }
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 #EEEAE8 (Chalk)
Color Overview & Profile: Color #EEEAE8, 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), 92% Green (234/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, #EEEAE8 translates into the CMYK subtractive color model with values of 0% Cyan, 1.7% Magenta, 2.5% Yellow, and 6.7% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 20°, saturation of 15%, and lightness of 92.2%.
Web Accessibility & Design Recommendations: When implementing #EEEAE8 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.
