#EEFCFF Cold White
#EEFCFF (Cold White) RGB value is (238, 252, 255).
Red value is 238, green value is 252, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #EEFCFF: hue: 191°, saturation: 100%, and lightness: 96.7%.
Process color (CMYK) of #EEFCFF is 6.7%, 1.2%, 0%, 0%. Web safe color equivalent of #EEFCFF is ##FFFFFF. Color #EEFCFF contains mainly WHITE.
Color Spaces
| Color spaces of #EEFCFF | Value |
|---|---|
| RGB | 238, 252, 255 |
| HSL | 191°, 100%, 96.7% |
| HSV / HSB | 191°, 6.7%, 100% |
| CMYK | 6.7%, 1.2%, 0%, 0% |
| XYZ | 88.12, 95.02, 108.29 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101110 | 11111100 | 11111111 |
| Octal | 356 | 374 | 377 |
| Decimal | 238 | 252 | 255 |
| Hex | EE | FC | FF |
Shades of #EEFCFF
Tints of #EEFCFF
.mybgColor { background-color: #EEFCFF; }
.myforeColor { color: #EEFCFF; }
.myborderColor { border: 3px solid #EEFCFF; }
<p style="color:#EEFCFF">Text here</p>
This sample text is styled with font color #EEFCFF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#EEFCFF">Div content here</div>
<div style="border:3px solid #EEFCFF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238, 252, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #EEFCFF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #EEFCFF;
-webkit-box-shadow: 1px 1px 3px #EEFCFF;
box-shadow: 1px 1px 3px #EEFCFF; }
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 #EEFCFF (Cold White)
Color Overview & Profile: Color #EEFCFF, also known as Cold White, 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), 99% Green (252/255), and 100% Blue (255/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #EEFCFF translates into the CMYK subtractive color model with values of 6.7% Cyan, 1.2% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 191°, saturation of 100%, and lightness of 96.7%.
Web Accessibility & Design Recommendations: When implementing #EEFCFF 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.
