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