In a RGB color space, #eeffee hex color (also known as Snow White) is composed of 93.3% red, 100% green and 93.3% blue. Whereas in a CMYK color space, it is composed of 6.7% cyan, 0% magenta, 6.7% yellow and 0% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 96.7%. #eeffee color hex could be obtained by blending #ffffff with #ddffdd. Closest websafe color is: #ffffff.
The hexadecimal color #eeffee has RGB values of R:238, G:255, B:238 and CMYK values of C:0.07, M:0, Y:0.07, K:0. Its decimal value is 15663086.
Hex triplet | eeffee | #eeffee |
RGB Decimal | 238, 255, 238 | rgb(238,255,238) |
RGB Percent | 93.3, 100, 93.3 | rgb(93.3%,100%,93.3%) |
CMYK | 6.7, 0, 6.7, 0 | |
HSL | 120°, 100, 96.7 | hsl(120,100%,96.7%) |
HSV(HSB) | 120°, 6.7, 100 | |
Web Safe | ffffff | #fff |
XYZ | 86.453, 95.87, 94.837 |
xyY | 0.312, 0.346, 95.87 |
CIE-LAB | 98.381, -8.569, 6.207 |
CIE-LCH | 98.381, 10.581, 144.084 |
CIE-LUV | 98.381, -8.544, 11.031 |
Hunter-Lab | 97.913, -13.742, 11.112 |
Binary | 11101110, 11111111, 11101110 |
Below, you can see some colors close to #eeffee. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #eeffee.
<span style="color:#eeffee">Text here</span>
This paragraph has a background color of #eeffee.
<p style="background-color:#eeffee;">Content here</p>
This element has a border color of #eeffee.
<div style="border:1px #eeffee;">Content here</div>
.text {color:#eeffee;}
.background {background-color:#eeffee;}
.border {border:1px solid #eeffee;}
.text-shadow {border:1px solid #eeffee;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000400 is the darkest color, while #eeffee is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #f6f7f6 is the less saturated color, while #effeef is the most saturated one.